diff --git a/README.md b/README.md
index 8598eefe89..5dfaa1b9b3 100644
--- a/README.md
+++ b/README.md
@@ -21,7 +21,7 @@
View Mainnet Bridge
- View Testnet Bridge (Connext Amarok)
+ View Testnet Bridge (Connext Bacco)
Report Bug
diff --git a/packages/adapters/subgraph/.graphclient/index.ts b/packages/adapters/subgraph/.graphclient/index.ts
index b2f054be01..c3ee0f606c 100644
--- a/packages/adapters/subgraph/.graphclient/index.ts
+++ b/packages/adapters/subgraph/.graphclient/index.ts
@@ -18,130 +18,134 @@ import { getMesh, ExecuteMeshFn, SubscribeMeshFn, MeshContext as BaseMeshContext
import { MeshStore, FsStoreStorageAdapter } from '@graphql-mesh/store';
import { path as pathModule } from '@graphql-mesh/cross-helpers';
import { ImportFn } from '@graphql-mesh/types';
-import type { StableSwapGoerliTypes } from './sources/StableSwap_Goerli/types';
-import type { StableSwapMumbaiTypes } from './sources/StableSwap_Mumbai/types';
-import type { StableSwapStagingMumbaiTypes } from './sources/StableSwap_Staging_Mumbai/types';
-import type { HubGoerliTypes } from './sources/Hub_Goerli/types';
import type { StableSwapOptimismGoerliTypes } from './sources/StableSwap_OptimismGoerli/types';
+import type { HubStagingGoerliTypes } from './sources/Hub_Staging_Goerli/types';
+import type { StableSwapMumbaiTypes } from './sources/StableSwap_Mumbai/types';
import type { ConnextTestGoerliTypes } from './sources/Connext_Test_Goerli/types';
-import type { ConnextLineaGoerliTypes } from './sources/Connext_LineaGoerli/types';
-import type { StableSwapLineaTypes } from './sources/StableSwap_Linea/types';
-import type { HubLocalMainnetTypes } from './sources/Hub_LocalMainnet/types';
-import type { StableSwapPolygonZkEvmTypes } from './sources/StableSwap_PolygonZkEvm/types';
+import type { StableSwapGoerliTypes } from './sources/StableSwap_Goerli/types';
+import type { StableSwapXdaiTypes } from './sources/StableSwap_Xdai/types';
+import type { StableSwapZkSyncEraTypes } from './sources/StableSwap_ZkSyncEra/types';
+import type { ConnextStagingOptimismGoerliTypes } from './sources/Connext_Staging_OptimismGoerli/types';
+import type { ConnextGoerliTypes } from './sources/Connext_Goerli/types';
+import type { ConnextOptimismGoerliTypes } from './sources/Connext_OptimismGoerli/types';
import type { StableSwapStagingGoerliTypes } from './sources/StableSwap_Staging_Goerli/types';
-import type { StableSwapBaseTypes } from './sources/StableSwap_Base/types';
-import type { HubStagingGoerliTypes } from './sources/Hub_Staging_Goerli/types';
-import type { HubMainnetTypes } from './sources/Hub_Mainnet/types';
+import type { HubGoerliTypes } from './sources/Hub_Goerli/types';
+import type { ConnextStagingMumbaiTypes } from './sources/Connext_Staging_Mumbai/types';
import type { StableSwapStagingOptimismGoerliTypes } from './sources/StableSwap_Staging_OptimismGoerli/types';
-import type { ConnextTestOptimismGoerliTypes } from './sources/Connext_Test_OptimismGoerli/types';
+import type { StableSwapArbitrumOneTypes } from './sources/StableSwap_ArbitrumOne/types';
import type { StableSwapBnbTypes } from './sources/StableSwap_Bnb/types';
-import type { ConnextStagingModeTypes } from './sources/Connext_Staging_Mode/types';
-import type { ConnextOptimismGoerliTypes } from './sources/Connext_OptimismGoerli/types';
-import type { ConnextBaseGoerliTypes } from './sources/Connext_BaseGoerli/types';
-import type { ConnextStagingOptimismGoerliTypes } from './sources/Connext_Staging_OptimismGoerli/types';
-import type { StableSwapMantleTypes } from './sources/StableSwap_Mantle/types';
-import type { ConnextStagingMumbaiTypes } from './sources/Connext_Staging_Mumbai/types';
-import type { StableSwapMetisTypes } from './sources/StableSwap_Metis/types';
-import type { StableSwapOptimismTypes } from './sources/StableSwap_Optimism/types';
-import type { StableSwapXdaiTypes } from './sources/StableSwap_Xdai/types';
+import type { ConnextLineaGoerliTypes } from './sources/Connext_LineaGoerli/types';
+import type { HubLocalMainnetTypes } from './sources/Hub_LocalMainnet/types';
import type { HubStagingMainnetTypes } from './sources/Hub_Staging_Mainnet/types';
-import type { StableSwapPolygonTypes } from './sources/StableSwap_Polygon/types';
-import type { StableSwapArbitrumOneTypes } from './sources/StableSwap_ArbitrumOne/types';
-import type { StableSwapZkSyncEraTypes } from './sources/StableSwap_ZkSyncEra/types';
-import type { ConnextGoerliTypes } from './sources/Connext_Goerli/types';
+import type { StableSwapAvalancheTypes } from './sources/StableSwap_Avalanche/types';
+import type { StableSwapLineaTypes } from './sources/StableSwap_Linea/types';
+import type { StableSwapPolygonZkEvmTypes } from './sources/StableSwap_PolygonZkEvm/types';
+import type { ConnextBaseTypes } from './sources/Connext_Base/types';
+import type { ConnextAvalancheTypes } from './sources/Connext_Avalanche/types';
import type { ConnextStagingGoerliTypes } from './sources/Connext_Staging_Goerli/types';
-import type { ConnextMumbaiTypes } from './sources/Connext_Mumbai/types';
-import type { ConnextXdaiTypes } from './sources/Connext_Xdai/types';
-import type { ConnextStagingXdaiTypes } from './sources/Connext_Staging_Xdai/types';
+import type { ConnextZkSyncTypes } from './sources/Connext_ZkSync/types';
import type { ConnextLocalMainnetTypes } from './sources/Connext_LocalMainnet/types';
-import type { ConnextPolygonTypes } from './sources/Connext_Polygon/types';
-import type { ConnextMantleTypes } from './sources/Connext_Mantle/types';
-import type { ConnextStagingBnbTypes } from './sources/Connext_Staging_Bnb/types';
-import type { ConnextMainnetTypes } from './sources/Connext_Mainnet/types';
-import type { ConnextLocalOptimismTypes } from './sources/Connext_LocalOptimism/types';
-import type { ConnextLocalArbitrumOneTypes } from './sources/Connext_LocalArbitrumOne/types';
-import type { ConnextMetisTypes } from './sources/Connext_Metis/types';
-import type { ConnextStagingMainnetTypes } from './sources/Connext_Staging_Mainnet/types';
import type { ConnextStagingPolygonTypes } from './sources/Connext_Staging_Polygon/types';
+import type { ConnextStagingXdaiTypes } from './sources/Connext_Staging_Xdai/types';
import type { ConnextStagingAvalancheTypes } from './sources/Connext_Staging_Avalanche/types';
-import type { ConnextStagingMantleTypes } from './sources/Connext_Staging_Mantle/types';
-import type { ConnextArbitrumOneTypes } from './sources/Connext_ArbitrumOne/types';
-import type { ConnextPolygonZkEvmTypes } from './sources/Connext_PolygonZkEVM/types';
+import type { StableSwapPolygonTypes } from './sources/StableSwap_Polygon/types';
+import type { StableSwapOptimismTypes } from './sources/StableSwap_Optimism/types';
import type { ConnextStagingLineaTypes } from './sources/Connext_Staging_Linea/types';
-import type { ConnextBnbTypes } from './sources/Connext_Bnb/types';
-import type { ConnextStagingArbitrumOneTypes } from './sources/Connext_Staging_ArbitrumOne/types';
+import type { ConnextBaseGoerliTypes } from './sources/Connext_BaseGoerli/types';
+import type { HubMainnetTypes } from './sources/Hub_Mainnet/types';
+import type { ConnextStagingBnbTypes } from './sources/Connext_Staging_Bnb/types';
+import type { ConnextStagingMainnetTypes } from './sources/Connext_Staging_Mainnet/types';
+import type { ConnextPolygonZkEvmTypes } from './sources/Connext_PolygonZkEVM/types';
import type { ConnextStagingOptimismTypes } from './sources/Connext_Staging_Optimism/types';
import type { ConnextLineaTypes } from './sources/Connext_Linea/types';
+import type { ConnextTestOptimismGoerliTypes } from './sources/Connext_Test_OptimismGoerli/types';
+import type { ConnextStagingArbitrumOneTypes } from './sources/Connext_Staging_ArbitrumOne/types';
+import type { ConnextLocalOptimismTypes } from './sources/Connext_LocalOptimism/types';
+import type { ConnextLocalArbitrumOneTypes } from './sources/Connext_LocalArbitrumOne/types';
+import type { ConnextStagingModeTypes } from './sources/Connext_Staging_Mode/types';
import type { ConnextStagingZkSyncTypes } from './sources/Connext_Staging_zkSync/types';
-import type { ConnextStagingMetisTypes } from './sources/Connext_Staging_Metis/types';
-import type { ConnextZkSyncTypes } from './sources/Connext_ZkSync/types';
-import type { ConnextOptimismTypes } from './sources/Connext_Optimism/types';
-import type { ConnextX1TestnetTypes } from './sources/Connext_X1Testnet/types';
import type { ConnextStagingBaseTypes } from './sources/Connext_Staging_Base/types';
import type { ConnextStagingPolygonZkEvmTypes } from './sources/Connext_Staging_PolygonZkEVM/types';
-import type { ConnextBaseTypes } from './sources/Connext_Base/types';
+import type { ConnextBnbTypes } from './sources/Connext_Bnb/types';
+import type { StableSwapStagingMumbaiTypes } from './sources/StableSwap_Staging_Mumbai/types';
+import type { StableSwapMetisTypes } from './sources/StableSwap_Metis/types';
+import type { ConnextXdaiTypes } from './sources/Connext_Xdai/types';
+import type { ConnextMainnetTypes } from './sources/Connext_Mainnet/types';
+import type { ConnextPolygonTypes } from './sources/Connext_Polygon/types';
+import type { StableSwapMantleTypes } from './sources/StableSwap_Mantle/types';
+import type { ConnextStagingMetisTypes } from './sources/Connext_Staging_Metis/types';
+import type { ConnextMantleTypes } from './sources/Connext_Mantle/types';
+import type { ConnextMetisTypes } from './sources/Connext_Metis/types';
+import type { ConnextX1TestnetTypes } from './sources/Connext_X1Testnet/types';
+import type { ConnextOptimismTypes } from './sources/Connext_Optimism/types';
+import type { StableSwapBaseTypes } from './sources/StableSwap_Base/types';
+import type { ConnextStagingMantleTypes } from './sources/Connext_Staging_Mantle/types';
+import type { ConnextMumbaiTypes } from './sources/Connext_Mumbai/types';
+import type { ConnextArbitrumOneTypes } from './sources/Connext_ArbitrumOne/types';
import * as importedModule$0 from "./sources/Connext_Test_OptimismGoerli/introspectionSchema";
-import * as importedModule$1 from "./sources/StableSwap_Mumbai/introspectionSchema";
-import * as importedModule$2 from "./sources/StableSwap_Goerli/introspectionSchema";
-import * as importedModule$3 from "./sources/Hub_Staging_Goerli/introspectionSchema";
-import * as importedModule$4 from "./sources/Connext_Test_Goerli/introspectionSchema";
-import * as importedModule$5 from "./sources/Hub_Goerli/introspectionSchema";
-import * as importedModule$6 from "./sources/StableSwap_Staging_Mumbai/introspectionSchema";
+import * as importedModule$1 from "./sources/StableSwap_Staging_Mumbai/introspectionSchema";
+import * as importedModule$2 from "./sources/Hub_Staging_Goerli/introspectionSchema";
+import * as importedModule$3 from "./sources/Connext_Test_Goerli/introspectionSchema";
+import * as importedModule$4 from "./sources/StableSwap_Base/introspectionSchema";
+import * as importedModule$5 from "./sources/StableSwap_Mumbai/introspectionSchema";
+import * as importedModule$6 from "./sources/StableSwap_Staging_Goerli/introspectionSchema";
import * as importedModule$7 from "./sources/StableSwap_OptimismGoerli/introspectionSchema";
-import * as importedModule$8 from "./sources/Hub_Mainnet/introspectionSchema";
-import * as importedModule$9 from "./sources/Connext_LineaGoerli/introspectionSchema";
-import * as importedModule$10 from "./sources/Hub_LocalMainnet/introspectionSchema";
-import * as importedModule$11 from "./sources/StableSwap_Linea/introspectionSchema";
-import * as importedModule$12 from "./sources/StableSwap_Staging_Goerli/introspectionSchema";
-import * as importedModule$13 from "./sources/StableSwap_PolygonZkEvm/introspectionSchema";
-import * as importedModule$14 from "./sources/StableSwap_Staging_OptimismGoerli/introspectionSchema";
-import * as importedModule$15 from "./sources/StableSwap_Base/introspectionSchema";
-import * as importedModule$16 from "./sources/Connext_OptimismGoerli/introspectionSchema";
-import * as importedModule$17 from "./sources/Connext_BaseGoerli/introspectionSchema";
-import * as importedModule$18 from "./sources/StableSwap_Bnb/introspectionSchema";
-import * as importedModule$19 from "./sources/Connext_Staging_Mode/introspectionSchema";
-import * as importedModule$20 from "./sources/Connext_Staging_OptimismGoerli/introspectionSchema";
-import * as importedModule$21 from "./sources/Connext_Staging_Mumbai/introspectionSchema";
-import * as importedModule$22 from "./sources/StableSwap_Mantle/introspectionSchema";
-import * as importedModule$23 from "./sources/StableSwap_Xdai/introspectionSchema";
-import * as importedModule$24 from "./sources/StableSwap_Polygon/introspectionSchema";
-import * as importedModule$25 from "./sources/StableSwap_Optimism/introspectionSchema";
-import * as importedModule$26 from "./sources/Hub_Staging_Mainnet/introspectionSchema";
-import * as importedModule$27 from "./sources/Connext_Goerli/introspectionSchema";
-import * as importedModule$28 from "./sources/StableSwap_Metis/introspectionSchema";
-import * as importedModule$29 from "./sources/StableSwap_ZkSyncEra/introspectionSchema";
-import * as importedModule$30 from "./sources/Connext_Staging_Goerli/introspectionSchema";
-import * as importedModule$31 from "./sources/StableSwap_ArbitrumOne/introspectionSchema";
-import * as importedModule$32 from "./sources/Connext_Mumbai/introspectionSchema";
-import * as importedModule$33 from "./sources/Connext_Xdai/introspectionSchema";
-import * as importedModule$34 from "./sources/Connext_LocalMainnet/introspectionSchema";
-import * as importedModule$35 from "./sources/Connext_Polygon/introspectionSchema";
-import * as importedModule$36 from "./sources/Connext_Staging_Xdai/introspectionSchema";
-import * as importedModule$37 from "./sources/Connext_Mantle/introspectionSchema";
-import * as importedModule$38 from "./sources/Connext_LocalOptimism/introspectionSchema";
-import * as importedModule$39 from "./sources/Connext_Staging_Mainnet/introspectionSchema";
-import * as importedModule$40 from "./sources/Connext_Mainnet/introspectionSchema";
-import * as importedModule$41 from "./sources/Connext_LocalArbitrumOne/introspectionSchema";
-import * as importedModule$42 from "./sources/Connext_Staging_Bnb/introspectionSchema";
-import * as importedModule$43 from "./sources/Connext_Metis/introspectionSchema";
-import * as importedModule$44 from "./sources/Connext_Staging_Polygon/introspectionSchema";
-import * as importedModule$45 from "./sources/Connext_Staging_Avalanche/introspectionSchema";
-import * as importedModule$46 from "./sources/Connext_ArbitrumOne/introspectionSchema";
-import * as importedModule$47 from "./sources/Connext_PolygonZkEVM/introspectionSchema";
-import * as importedModule$48 from "./sources/Connext_Staging_Optimism/introspectionSchema";
-import * as importedModule$49 from "./sources/Connext_Optimism/introspectionSchema";
-import * as importedModule$50 from "./sources/Connext_Bnb/introspectionSchema";
-import * as importedModule$51 from "./sources/Connext_Staging_Linea/introspectionSchema";
-import * as importedModule$52 from "./sources/Connext_Staging_Mantle/introspectionSchema";
-import * as importedModule$53 from "./sources/Connext_Linea/introspectionSchema";
-import * as importedModule$54 from "./sources/Connext_Staging_Metis/introspectionSchema";
-import * as importedModule$55 from "./sources/Connext_Staging_ArbitrumOne/introspectionSchema";
-import * as importedModule$56 from "./sources/Connext_ZkSync/introspectionSchema";
-import * as importedModule$57 from "./sources/Connext_Staging_Base/introspectionSchema";
-import * as importedModule$58 from "./sources/Connext_Base/introspectionSchema";
-import * as importedModule$59 from "./sources/Connext_Staging_PolygonZkEVM/introspectionSchema";
-import * as importedModule$60 from "./sources/Connext_Staging_zkSync/introspectionSchema";
-import * as importedModule$61 from "./sources/Connext_X1Testnet/introspectionSchema";
+import * as importedModule$8 from "./sources/StableSwap_Goerli/introspectionSchema";
+import * as importedModule$9 from "./sources/StableSwap_Xdai/introspectionSchema";
+import * as importedModule$10 from "./sources/Connext_Staging_OptimismGoerli/introspectionSchema";
+import * as importedModule$11 from "./sources/Connext_Goerli/introspectionSchema";
+import * as importedModule$12 from "./sources/StableSwap_ZkSyncEra/introspectionSchema";
+import * as importedModule$13 from "./sources/Connext_OptimismGoerli/introspectionSchema";
+import * as importedModule$14 from "./sources/Connext_Staging_Mumbai/introspectionSchema";
+import * as importedModule$15 from "./sources/StableSwap_Staging_OptimismGoerli/introspectionSchema";
+import * as importedModule$16 from "./sources/Hub_Goerli/introspectionSchema";
+import * as importedModule$17 from "./sources/Hub_LocalMainnet/introspectionSchema";
+import * as importedModule$18 from "./sources/Hub_Staging_Mainnet/introspectionSchema";
+import * as importedModule$19 from "./sources/StableSwap_ArbitrumOne/introspectionSchema";
+import * as importedModule$20 from "./sources/StableSwap_Bnb/introspectionSchema";
+import * as importedModule$21 from "./sources/Connext_LineaGoerli/introspectionSchema";
+import * as importedModule$22 from "./sources/StableSwap_Avalanche/introspectionSchema";
+import * as importedModule$23 from "./sources/StableSwap_Linea/introspectionSchema";
+import * as importedModule$24 from "./sources/StableSwap_PolygonZkEvm/introspectionSchema";
+import * as importedModule$25 from "./sources/Connext_Avalanche/introspectionSchema";
+import * as importedModule$26 from "./sources/Connext_Staging_Goerli/introspectionSchema";
+import * as importedModule$27 from "./sources/Connext_Base/introspectionSchema";
+import * as importedModule$28 from "./sources/Connext_LocalMainnet/introspectionSchema";
+import * as importedModule$29 from "./sources/Connext_ZkSync/introspectionSchema";
+import * as importedModule$30 from "./sources/Connext_Staging_Polygon/introspectionSchema";
+import * as importedModule$31 from "./sources/Connext_Staging_Xdai/introspectionSchema";
+import * as importedModule$32 from "./sources/Connext_Staging_Avalanche/introspectionSchema";
+import * as importedModule$33 from "./sources/Connext_Staging_Linea/introspectionSchema";
+import * as importedModule$34 from "./sources/StableSwap_Polygon/introspectionSchema";
+import * as importedModule$35 from "./sources/StableSwap_Optimism/introspectionSchema";
+import * as importedModule$36 from "./sources/Connext_BaseGoerli/introspectionSchema";
+import * as importedModule$37 from "./sources/Connext_Staging_Bnb/introspectionSchema";
+import * as importedModule$38 from "./sources/Hub_Mainnet/introspectionSchema";
+import * as importedModule$39 from "./sources/Connext_LocalOptimism/introspectionSchema";
+import * as importedModule$40 from "./sources/Connext_Linea/introspectionSchema";
+import * as importedModule$41 from "./sources/Connext_Staging_Mainnet/introspectionSchema";
+import * as importedModule$42 from "./sources/Connext_PolygonZkEVM/introspectionSchema";
+import * as importedModule$43 from "./sources/Connext_Staging_Optimism/introspectionSchema";
+import * as importedModule$44 from "./sources/Connext_Staging_ArbitrumOne/introspectionSchema";
+import * as importedModule$45 from "./sources/Connext_LocalArbitrumOne/introspectionSchema";
+import * as importedModule$46 from "./sources/Connext_Mumbai/introspectionSchema";
+import * as importedModule$47 from "./sources/Connext_Staging_Mode/introspectionSchema";
+import * as importedModule$48 from "./sources/Connext_Staging_zkSync/introspectionSchema";
+import * as importedModule$49 from "./sources/Connext_Staging_Base/introspectionSchema";
+import * as importedModule$50 from "./sources/Connext_Staging_PolygonZkEVM/introspectionSchema";
+import * as importedModule$51 from "./sources/Connext_Bnb/introspectionSchema";
+import * as importedModule$52 from "./sources/Connext_Xdai/introspectionSchema";
+import * as importedModule$53 from "./sources/Connext_Mainnet/introspectionSchema";
+import * as importedModule$54 from "./sources/Connext_ArbitrumOne/introspectionSchema";
+import * as importedModule$55 from "./sources/Connext_Polygon/introspectionSchema";
+import * as importedModule$56 from "./sources/StableSwap_Metis/introspectionSchema";
+import * as importedModule$57 from "./sources/Connext_Staging_Metis/introspectionSchema";
+import * as importedModule$58 from "./sources/StableSwap_Mantle/introspectionSchema";
+import * as importedModule$59 from "./sources/Connext_Mantle/introspectionSchema";
+import * as importedModule$60 from "./sources/Connext_Staging_Mantle/introspectionSchema";
+import * as importedModule$61 from "./sources/Connext_Metis/introspectionSchema";
+import * as importedModule$62 from "./sources/Connext_Optimism/introspectionSchema";
+import * as importedModule$63 from "./sources/Connext_X1Testnet/introspectionSchema";
export type Maybe = T | null;
export type InputMaybe = Maybe;
export type Exact = { [K in keyof T]: T[K] };
@@ -162,167 +166,173 @@ export type Scalars = {
BigInt: any;
testoptimismgoerli_Bytes: any;
testoptimismgoerli_Int8: any;
- mumbai_swap_BigDecimal: any;
- mumbai_swap_Bytes: any;
- mumbai_swap_Int8: any;
- goerli_swap_BigDecimal: any;
- goerli_swap_Bytes: any;
- goerli_swap_Int8: any;
+ stagingmumbai_swap_BigDecimal: any;
+ stagingmumbai_swap_Bytes: any;
+ stagingmumbai_swap_Int8: any;
staginggoerli_BigDecimal: any;
staginggoerli_Bytes: any;
staginggoerli_Int8: any;
testgoerli_BigDecimal: any;
testgoerli_Bytes: any;
testgoerli_Int8: any;
- goerli_BigDecimal: any;
- goerli_Bytes: any;
- goerli_Int8: any;
- stagingmumbai_swap_BigDecimal: any;
- stagingmumbai_swap_Bytes: any;
- stagingmumbai_swap_Int8: any;
- optimismgoerli_swap_BigDecimal: any;
- optimismgoerli_swap_Bytes: any;
- optimismgoerli_swap_Int8: any;
- mainnet_BigDecimal: any;
- mainnet_Bytes: any;
- mainnet_Int8: any;
- lineagoerli_BigDecimal: any;
- lineagoerli_Bytes: any;
- localmainnet_BigDecimal: any;
- localmainnet_Bytes: any;
- localmainnet_Int8: any;
- linea_swap_BigDecimal: any;
- linea_swap_Bytes: any;
- staginggoerli_swap_BigDecimal: any;
- staginggoerli_swap_Bytes: any;
- staginggoerli_swap_Int8: any;
- polygonzkevm_swap_BigDecimal: any;
- polygonzkevm_swap_Bytes: any;
- polygonzkevm_swap_Int8: any;
- stagingoptimismgoerli_swap_BigDecimal: any;
- stagingoptimismgoerli_swap_Bytes: any;
- stagingoptimismgoerli_swap_Int8: any;
base_swap_BigDecimal: any;
base_swap_Bytes: any;
base_swap_Int8: any;
- optimismgoerli_BigDecimal: any;
- optimismgoerli_Bytes: any;
- optimismgoerli_Int8: any;
- basegoerli_BigDecimal: any;
- basegoerli_Bytes: any;
- basegoerli_Int8: any;
- bnb_swap_BigDecimal: any;
- bnb_swap_Bytes: any;
- bnb_swap_Int8: any;
- stagingmode_BigDecimal: any;
- stagingmode_Bytes: any;
- stagingmode_Int8: any;
+ mumbai_swap_BigDecimal: any;
+ mumbai_swap_Bytes: any;
+ mumbai_swap_Int8: any;
+ staginggoerli_swap_BigDecimal: any;
+ staginggoerli_swap_Bytes: any;
+ staginggoerli_swap_Int8: any;
+ optimismgoerli_swap_BigDecimal: any;
+ optimismgoerli_swap_Bytes: any;
+ optimismgoerli_swap_Int8: any;
+ goerli_swap_BigDecimal: any;
+ goerli_swap_Bytes: any;
+ goerli_swap_Int8: any;
+ xdai_swap_BigDecimal: any;
+ xdai_swap_Bytes: any;
+ xdai_swap_Int8: any;
stagingoptimismgoerli_BigDecimal: any;
stagingoptimismgoerli_Bytes: any;
stagingoptimismgoerli_Int8: any;
+ goerli_BigDecimal: any;
+ goerli_Bytes: any;
+ goerli_Int8: any;
+ zksync_swap_BigDecimal: any;
+ zksync_swap_Bytes: any;
+ zksync_swap_Int8: any;
+ optimismgoerli_BigDecimal: any;
+ optimismgoerli_Bytes: any;
+ optimismgoerli_Int8: any;
stagingmumbai_BigDecimal: any;
stagingmumbai_Bytes: any;
stagingmumbai_Int8: any;
- mantle_swap_BigDecimal: any;
- mantle_swap_Bytes: any;
- mantle_swap_Int8: any;
- xdai_swap_BigDecimal: any;
- xdai_swap_Bytes: any;
- xdai_swap_Int8: any;
- polygon_swap_BigDecimal: any;
- polygon_swap_Bytes: any;
- polygon_swap_Int8: any;
- optimism_swap_BigDecimal: any;
- optimism_swap_Bytes: any;
- optimism_swap_Int8: any;
+ stagingoptimismgoerli_swap_BigDecimal: any;
+ stagingoptimismgoerli_swap_Bytes: any;
+ stagingoptimismgoerli_swap_Int8: any;
+ localmainnet_BigDecimal: any;
+ localmainnet_Bytes: any;
+ localmainnet_Int8: any;
stagingmainnet_BigDecimal: any;
stagingmainnet_Bytes: any;
stagingmainnet_Int8: any;
- metis_swap_BigDecimal: any;
- metis_swap_Bytes: any;
- metis_swap_Int8: any;
- zksync_swap_BigDecimal: any;
- zksync_swap_Bytes: any;
- zksync_swap_Int8: any;
arbitrumone_swap_BigDecimal: any;
arbitrumone_swap_Bytes: any;
arbitrumone_swap_Int8: any;
- mumbai_BigDecimal: any;
- mumbai_Bytes: any;
- mumbai_Int8: any;
- xdai_BigDecimal: any;
- xdai_Bytes: any;
- xdai_Int8: any;
- polygon_BigDecimal: any;
- polygon_Bytes: any;
- polygon_Int8: any;
- stagingxdai_BigDecimal: any;
- stagingxdai_Bytes: any;
- stagingxdai_Int8: any;
- mantle_BigDecimal: any;
- mantle_Bytes: any;
- mantle_Int8: any;
- localoptimism_BigDecimal: any;
- localoptimism_Bytes: any;
- localoptimism_Int8: any;
- localarbitrumone_BigDecimal: any;
- localarbitrumone_Bytes: any;
- localarbitrumone_Int8: any;
- stagingbnb_BigDecimal: any;
- stagingbnb_Bytes: any;
- stagingbnb_Int8: any;
- metis_BigDecimal: any;
- metis_Bytes: any;
- metis_Int8: any;
+ bnb_swap_BigDecimal: any;
+ bnb_swap_Bytes: any;
+ bnb_swap_Int8: any;
+ lineagoerli_BigDecimal: any;
+ lineagoerli_Bytes: any;
+ avalanche_swap_BigDecimal: any;
+ avalanche_swap_Bytes: any;
+ avalanche_swap_Int8: any;
+ linea_swap_BigDecimal: any;
+ linea_swap_Bytes: any;
+ polygonzkevm_swap_BigDecimal: any;
+ polygonzkevm_swap_Bytes: any;
+ polygonzkevm_swap_Int8: any;
+ avalanche_BigDecimal: any;
+ avalanche_Bytes: any;
+ avalanche_Int8: any;
+ base_BigDecimal: any;
+ base_Bytes: any;
+ base_Int8: any;
+ zksync_BigDecimal: any;
+ zksync_Bytes: any;
+ zksync_Int8: any;
stagingpolygon_BigDecimal: any;
stagingpolygon_Bytes: any;
stagingpolygon_Int8: any;
+ stagingxdai_BigDecimal: any;
+ stagingxdai_Bytes: any;
+ stagingxdai_Int8: any;
stagingavalanche_BigDecimal: any;
stagingavalanche_Bytes: any;
stagingavalanche_Int8: any;
- arbitrumone_BigDecimal: any;
- arbitrumone_Bytes: any;
- arbitrumone_Int8: any;
+ staginglinea_BigDecimal: any;
+ staginglinea_Bytes: any;
+ polygon_swap_BigDecimal: any;
+ polygon_swap_Bytes: any;
+ polygon_swap_Int8: any;
+ optimism_swap_BigDecimal: any;
+ optimism_swap_Bytes: any;
+ optimism_swap_Int8: any;
+ basegoerli_BigDecimal: any;
+ basegoerli_Bytes: any;
+ basegoerli_Int8: any;
+ stagingbnb_BigDecimal: any;
+ stagingbnb_Bytes: any;
+ stagingbnb_Int8: any;
+ mainnet_BigDecimal: any;
+ mainnet_Bytes: any;
+ mainnet_Int8: any;
+ localoptimism_BigDecimal: any;
+ localoptimism_Bytes: any;
+ localoptimism_Int8: any;
+ linea_BigDecimal: any;
+ linea_Bytes: any;
polygonzkevm_BigDecimal: any;
polygonzkevm_Bytes: any;
polygonzkevm_Int8: any;
stagingoptimism_BigDecimal: any;
stagingoptimism_Bytes: any;
stagingoptimism_Int8: any;
- optimism_BigDecimal: any;
- optimism_Bytes: any;
- optimism_Int8: any;
- bnb_BigDecimal: any;
- bnb_Bytes: any;
- bnb_Int8: any;
- staginglinea_BigDecimal: any;
- staginglinea_Bytes: any;
- stagingmantle_BigDecimal: any;
- stagingmantle_Bytes: any;
- stagingmantle_Int8: any;
- linea_BigDecimal: any;
- linea_Bytes: any;
- stagingmetis_BigDecimal: any;
- stagingmetis_Bytes: any;
- stagingmetis_Int8: any;
stagingarbitrumone_BigDecimal: any;
stagingarbitrumone_Bytes: any;
stagingarbitrumone_Int8: any;
- zksync_BigDecimal: any;
- zksync_Bytes: any;
- zksync_Int8: any;
+ localarbitrumone_BigDecimal: any;
+ localarbitrumone_Bytes: any;
+ localarbitrumone_Int8: any;
+ mumbai_BigDecimal: any;
+ mumbai_Bytes: any;
+ mumbai_Int8: any;
+ stagingmode_BigDecimal: any;
+ stagingmode_Bytes: any;
+ stagingmode_Int8: any;
+ stagingzksync_BigDecimal: any;
+ stagingzksync_Bytes: any;
+ stagingzksync_Int8: any;
stagingbase_BigDecimal: any;
stagingbase_Bytes: any;
stagingbase_Int8: any;
- base_BigDecimal: any;
- base_Bytes: any;
- base_Int8: any;
stagingpolygonzkevm_BigDecimal: any;
stagingpolygonzkevm_Bytes: any;
stagingpolygonzkevm_Int8: any;
- stagingzksync_BigDecimal: any;
- stagingzksync_Bytes: any;
- stagingzksync_Int8: any;
+ bnb_BigDecimal: any;
+ bnb_Bytes: any;
+ bnb_Int8: any;
+ xdai_BigDecimal: any;
+ xdai_Bytes: any;
+ xdai_Int8: any;
+ arbitrumone_BigDecimal: any;
+ arbitrumone_Bytes: any;
+ arbitrumone_Int8: any;
+ polygon_BigDecimal: any;
+ polygon_Bytes: any;
+ polygon_Int8: any;
+ metis_swap_BigDecimal: any;
+ metis_swap_Bytes: any;
+ metis_swap_Int8: any;
+ stagingmetis_BigDecimal: any;
+ stagingmetis_Bytes: any;
+ stagingmetis_Int8: any;
+ mantle_swap_BigDecimal: any;
+ mantle_swap_Bytes: any;
+ mantle_swap_Int8: any;
+ mantle_BigDecimal: any;
+ mantle_Bytes: any;
+ mantle_Int8: any;
+ stagingmantle_BigDecimal: any;
+ stagingmantle_Bytes: any;
+ stagingmantle_Int8: any;
+ metis_BigDecimal: any;
+ metis_Bytes: any;
+ metis_Int8: any;
+ optimism_BigDecimal: any;
+ optimism_Bytes: any;
+ optimism_Int8: any;
x1testnet_BigDecimal: any;
x1testnet_Bytes: any;
x1testnet_Int8: any;
@@ -349,6 +359,130 @@ export type Query = {
testoptimismgoerli_destinationTransfers: Array;
/** Access to subgraph metadata */
testoptimismgoerli__meta?: Maybe;
+ stagingmumbai_swap_systemInfo?: Maybe;
+ stagingmumbai_swap_systemInfos: Array;
+ stagingmumbai_swap_pooledToken?: Maybe;
+ stagingmumbai_swap_pooledTokens: Array;
+ stagingmumbai_swap_stableSwap?: Maybe;
+ stagingmumbai_swap_stableSwaps: Array;
+ stagingmumbai_swap_stableSwapAddLiquidityEvent?: Maybe;
+ stagingmumbai_swap_stableSwapAddLiquidityEvents: Array;
+ stagingmumbai_swap_stableSwapRemoveLiquidityEvent?: Maybe;
+ stagingmumbai_swap_stableSwapRemoveLiquidityEvents: Array;
+ stagingmumbai_swap_stableSwapExchange?: Maybe;
+ stagingmumbai_swap_stableSwapExchanges: Array;
+ stagingmumbai_swap_swapDailyVolume?: Maybe;
+ stagingmumbai_swap_swapDailyVolumes: Array;
+ stagingmumbai_swap_swapHourlyVolume?: Maybe;
+ stagingmumbai_swap_swapHourlyVolumes: Array;
+ stagingmumbai_swap_swapWeeklyVolume?: Maybe;
+ stagingmumbai_swap_swapWeeklyVolumes: Array;
+ stagingmumbai_swap_lpAccount?: Maybe;
+ stagingmumbai_swap_lpAccounts: Array;
+ stagingmumbai_swap_lpAccountBalance?: Maybe;
+ stagingmumbai_swap_lpAccountBalances: Array;
+ stagingmumbai_swap_lpToken?: Maybe;
+ stagingmumbai_swap_lpTokens: Array;
+ stagingmumbai_swap_lpTransferEvent?: Maybe;
+ stagingmumbai_swap_lpTransferEvents: Array;
+ stagingmumbai_swap_stableSwapEvent?: Maybe;
+ stagingmumbai_swap_stableSwapEvents: Array;
+ stagingmumbai_swap_swapTradeVolume?: Maybe;
+ stagingmumbai_swap_swapTradeVolumes: Array;
+ stagingmumbai_swap_lpTokenEvent?: Maybe;
+ stagingmumbai_swap_lpTokenEvents: Array;
+ /** Access to subgraph metadata */
+ stagingmumbai_swap__meta?: Maybe;
+ staginggoerli_rootAggregated?: Maybe;
+ staginggoerli_rootAggregateds: Array;
+ staginggoerli_rootPropagated?: Maybe;
+ staginggoerli_rootPropagateds: Array;
+ staginggoerli_aggregatedMessageRoot?: Maybe;
+ staginggoerli_aggregatedMessageRoots: Array;
+ staginggoerli_rootManagerMeta?: Maybe;
+ staginggoerli_rootManagerMetas: Array;
+ staginggoerli_rootManagerMode?: Maybe;
+ staginggoerli_rootManagerModes: Array;
+ staginggoerli_optimisticRootProposed?: Maybe;
+ staginggoerli_optimisticRootProposeds: Array;
+ staginggoerli_hubOptimisticRootFinalized?: Maybe;
+ staginggoerli_hubOptimisticRootFinalizeds: Array;
+ staginggoerli_optimisticRootPropagated?: Maybe;
+ staginggoerli_optimisticRootPropagateds: Array;
+ staginggoerli_polygonConnectorMeta?: Maybe;
+ staginggoerli_polygonConnectorMetas: Array;
+ staginggoerli_optimismConnectorMeta?: Maybe;
+ staginggoerli_optimismConnectorMetas: Array;
+ staginggoerli_bnbConnectorMeta?: Maybe;
+ staginggoerli_bnbConnectorMetas: Array;
+ staginggoerli_arbitrumConnectorMeta?: Maybe;
+ staginggoerli_arbitrumConnectorMetas: Array;
+ staginggoerli_gnosisConnectorMeta?: Maybe;
+ staginggoerli_gnosisConnectorMetas: Array;
+ staginggoerli_zkSyncConnectorMeta?: Maybe;
+ staginggoerli_zkSyncConnectorMetas: Array;
+ staginggoerli_rootMessageProcessed?: Maybe;
+ staginggoerli_rootMessageProcesseds: Array;
+ staginggoerli_aggregateRootSavedSlow?: Maybe;
+ staginggoerli_aggregateRootSavedSlows: Array;
+ staginggoerli_hubDomain?: Maybe;
+ staginggoerli_hubDomains: Array;
+ /** Access to subgraph metadata */
+ staginggoerli__meta?: Maybe;
+ testgoerli_asset?: Maybe;
+ testgoerli_assets: Array;
+ testgoerli_assetBalance?: Maybe;
+ testgoerli_assetBalances: Array;
+ testgoerli_router?: Maybe;
+ testgoerli_routers: Array;
+ testgoerli_setting?: Maybe;
+ testgoerli_settings: Array;
+ testgoerli_relayer?: Maybe;
+ testgoerli_relayers: Array;
+ testgoerli_stableSwap?: Maybe;
+ testgoerli_stableSwaps: Array;
+ testgoerli_sponsorVault?: Maybe;
+ testgoerli_sponsorVaults: Array;
+ testgoerli_originTransfer?: Maybe;
+ testgoerli_originTransfers: Array;
+ testgoerli_destinationTransfer?: Maybe;
+ testgoerli_destinationTransfers: Array;
+ /** Access to subgraph metadata */
+ testgoerli__meta?: Maybe;
+ base_swap_systemInfo?: Maybe;
+ base_swap_systemInfos: Array;
+ base_swap_pooledToken?: Maybe;
+ base_swap_pooledTokens: Array;
+ base_swap_stableSwap?: Maybe;
+ base_swap_stableSwaps: Array;
+ base_swap_stableSwapAddLiquidityEvent?: Maybe;
+ base_swap_stableSwapAddLiquidityEvents: Array;
+ base_swap_stableSwapRemoveLiquidityEvent?: Maybe;
+ base_swap_stableSwapRemoveLiquidityEvents: Array;
+ base_swap_stableSwapExchange?: Maybe;
+ base_swap_stableSwapExchanges: Array;
+ base_swap_swapDailyVolume?: Maybe;
+ base_swap_swapDailyVolumes: Array;
+ base_swap_swapHourlyVolume?: Maybe;
+ base_swap_swapHourlyVolumes: Array;
+ base_swap_swapWeeklyVolume?: Maybe;
+ base_swap_swapWeeklyVolumes: Array;
+ base_swap_lpAccount?: Maybe;
+ base_swap_lpAccounts: Array;
+ base_swap_lpAccountBalance?: Maybe;
+ base_swap_lpAccountBalances: Array;
+ base_swap_lpToken?: Maybe;
+ base_swap_lpTokens: Array;
+ base_swap_lpTransferEvent?: Maybe;
+ base_swap_lpTransferEvents: Array;
+ base_swap_stableSwapEvent?: Maybe;
+ base_swap_stableSwapEvents: Array;
+ base_swap_swapTradeVolume?: Maybe;
+ base_swap_swapTradeVolumes: Array;
+ base_swap_lpTokenEvent?: Maybe;
+ base_swap_lpTokenEvents: Array;
+ /** Access to subgraph metadata */
+ base_swap__meta?: Maybe;
mumbai_swap_systemInfo?: Maybe;
mumbai_swap_systemInfos: Array;
mumbai_swap_pooledToken?: Maybe;
@@ -383,6 +517,74 @@ export type Query = {
mumbai_swap_lpTokenEvents: Array;
/** Access to subgraph metadata */
mumbai_swap__meta?: Maybe;
+ staginggoerli_swap_systemInfo?: Maybe;
+ staginggoerli_swap_systemInfos: Array;
+ staginggoerli_swap_pooledToken?: Maybe;
+ staginggoerli_swap_pooledTokens: Array;
+ staginggoerli_swap_stableSwap?: Maybe;
+ staginggoerli_swap_stableSwaps: Array;
+ staginggoerli_swap_stableSwapAddLiquidityEvent?: Maybe;
+ staginggoerli_swap_stableSwapAddLiquidityEvents: Array;
+ staginggoerli_swap_stableSwapRemoveLiquidityEvent?: Maybe;
+ staginggoerli_swap_stableSwapRemoveLiquidityEvents: Array;
+ staginggoerli_swap_stableSwapExchange?: Maybe;
+ staginggoerli_swap_stableSwapExchanges: Array;
+ staginggoerli_swap_swapDailyVolume?: Maybe;
+ staginggoerli_swap_swapDailyVolumes: Array;
+ staginggoerli_swap_swapHourlyVolume?: Maybe;
+ staginggoerli_swap_swapHourlyVolumes: Array;
+ staginggoerli_swap_swapWeeklyVolume?: Maybe;
+ staginggoerli_swap_swapWeeklyVolumes: Array;
+ staginggoerli_swap_lpAccount?: Maybe;
+ staginggoerli_swap_lpAccounts: Array;
+ staginggoerli_swap_lpAccountBalance?: Maybe;
+ staginggoerli_swap_lpAccountBalances: Array;
+ staginggoerli_swap_lpToken?: Maybe;
+ staginggoerli_swap_lpTokens: Array;
+ staginggoerli_swap_lpTransferEvent?: Maybe;
+ staginggoerli_swap_lpTransferEvents: Array;
+ staginggoerli_swap_stableSwapEvent?: Maybe;
+ staginggoerli_swap_stableSwapEvents: Array;
+ staginggoerli_swap_swapTradeVolume?: Maybe;
+ staginggoerli_swap_swapTradeVolumes: Array;
+ staginggoerli_swap_lpTokenEvent?: Maybe;
+ staginggoerli_swap_lpTokenEvents: Array;
+ /** Access to subgraph metadata */
+ staginggoerli_swap__meta?: Maybe;
+ optimismgoerli_swap_systemInfo?: Maybe;
+ optimismgoerli_swap_systemInfos: Array;
+ optimismgoerli_swap_pooledToken?: Maybe;
+ optimismgoerli_swap_pooledTokens: Array;
+ optimismgoerli_swap_stableSwap?: Maybe;
+ optimismgoerli_swap_stableSwaps: Array;
+ optimismgoerli_swap_stableSwapAddLiquidityEvent?: Maybe;
+ optimismgoerli_swap_stableSwapAddLiquidityEvents: Array;
+ optimismgoerli_swap_stableSwapRemoveLiquidityEvent?: Maybe;
+ optimismgoerli_swap_stableSwapRemoveLiquidityEvents: Array;
+ optimismgoerli_swap_stableSwapExchange?: Maybe;
+ optimismgoerli_swap_stableSwapExchanges: Array;
+ optimismgoerli_swap_swapDailyVolume?: Maybe;
+ optimismgoerli_swap_swapDailyVolumes: Array;
+ optimismgoerli_swap_swapHourlyVolume?: Maybe;
+ optimismgoerli_swap_swapHourlyVolumes: Array;
+ optimismgoerli_swap_swapWeeklyVolume?: Maybe;
+ optimismgoerli_swap_swapWeeklyVolumes: Array;
+ optimismgoerli_swap_lpAccount?: Maybe;
+ optimismgoerli_swap_lpAccounts: Array;
+ optimismgoerli_swap_lpAccountBalance?: Maybe;
+ optimismgoerli_swap_lpAccountBalances: Array;
+ optimismgoerli_swap_lpToken?: Maybe;
+ optimismgoerli_swap_lpTokens: Array;
+ optimismgoerli_swap_lpTransferEvent?: Maybe;
+ optimismgoerli_swap_lpTransferEvents: Array;
+ optimismgoerli_swap_stableSwapEvent?: Maybe;
+ optimismgoerli_swap_stableSwapEvents: Array;
+ optimismgoerli_swap_swapTradeVolume?: Maybe;
+ optimismgoerli_swap_swapTradeVolumes: Array;
+ optimismgoerli_swap_lpTokenEvent?: Maybe;
+ optimismgoerli_swap_lpTokenEvents: Array;
+ /** Access to subgraph metadata */
+ optimismgoerli_swap__meta?: Maybe;
goerli_swap_systemInfo?: Maybe;
goerli_swap_systemInfos: Array;
goerli_swap_pooledToken?: Maybe;
@@ -417,62 +619,300 @@ export type Query = {
goerli_swap_lpTokenEvents: Array;
/** Access to subgraph metadata */
goerli_swap__meta?: Maybe;
- staginggoerli_rootAggregated?: Maybe;
- staginggoerli_rootAggregateds: Array;
- staginggoerli_rootPropagated?: Maybe;
- staginggoerli_rootPropagateds: Array;
- staginggoerli_aggregatedMessageRoot?: Maybe;
- staginggoerli_aggregatedMessageRoots: Array;
- staginggoerli_rootManagerMeta?: Maybe;
- staginggoerli_rootManagerMetas: Array;
- staginggoerli_rootManagerMode?: Maybe;
- staginggoerli_rootManagerModes: Array;
- staginggoerli_optimisticRootProposed?: Maybe;
- staginggoerli_optimisticRootProposeds: Array;
- staginggoerli_hubOptimisticRootFinalized?: Maybe;
- staginggoerli_hubOptimisticRootFinalizeds: Array;
- staginggoerli_optimisticRootPropagated?: Maybe;
- staginggoerli_optimisticRootPropagateds: Array;
- staginggoerli_polygonConnectorMeta?: Maybe;
- staginggoerli_polygonConnectorMetas: Array;
- staginggoerli_optimismConnectorMeta?: Maybe;
- staginggoerli_optimismConnectorMetas: Array;
- staginggoerli_bnbConnectorMeta?: Maybe;
- staginggoerli_bnbConnectorMetas: Array;
- staginggoerli_arbitrumConnectorMeta?: Maybe;
- staginggoerli_arbitrumConnectorMetas: Array;
- staginggoerli_gnosisConnectorMeta?: Maybe;
- staginggoerli_gnosisConnectorMetas: Array;
- staginggoerli_zkSyncConnectorMeta?: Maybe;
- staginggoerli_zkSyncConnectorMetas: Array;
- staginggoerli_rootMessageProcessed?: Maybe;
- staginggoerli_rootMessageProcesseds: Array;
- staginggoerli_aggregateRootSavedSlow?: Maybe;
- staginggoerli_aggregateRootSavedSlows: Array;
- staginggoerli_hubDomain?: Maybe;
- staginggoerli_hubDomains: Array;
+ xdai_swap_systemInfo?: Maybe;
+ xdai_swap_systemInfos: Array;
+ xdai_swap_pooledToken?: Maybe;
+ xdai_swap_pooledTokens: Array;
+ xdai_swap_stableSwap?: Maybe;
+ xdai_swap_stableSwaps: Array;
+ xdai_swap_stableSwapAddLiquidityEvent?: Maybe;
+ xdai_swap_stableSwapAddLiquidityEvents: Array;
+ xdai_swap_stableSwapRemoveLiquidityEvent?: Maybe;
+ xdai_swap_stableSwapRemoveLiquidityEvents: Array;
+ xdai_swap_stableSwapExchange?: Maybe;
+ xdai_swap_stableSwapExchanges: Array;
+ xdai_swap_swapDailyVolume?: Maybe;
+ xdai_swap_swapDailyVolumes: Array;
+ xdai_swap_swapHourlyVolume?: Maybe;
+ xdai_swap_swapHourlyVolumes: Array;
+ xdai_swap_swapWeeklyVolume?: Maybe;
+ xdai_swap_swapWeeklyVolumes: Array;
+ xdai_swap_lpAccount?: Maybe