@paraswap/dex-lib 4.1.13 → 4.1.14-balv3.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/base_pools.ts +1861 -0
- package/build/abi/Aave_GSM.json +751 -0
- package/build/abi/Balancer.json +257 -0
- package/build/abi/BalancerV2.json +1179 -0
- package/build/abi/{integral/relayer.json → RamsesV2Pool.abi.json} +850 -832
- package/build/abi/RamsesV2Quoter.abi.json +274 -0
- package/build/abi/USDM.json +807 -0
- package/build/abi/UniswapV2Router.json +397 -0
- package/build/abi/angle-transmuter/ChainlinkAccessControlledOffchainAggregator.json +1246 -0
- package/build/abi/{integral/oracle.json → angle-transmuter/ChainlinkEACAggregatorProxy.json} +247 -239
- package/build/abi/curve-v1/CurveBUSDv2.abi.json +1356 -0
- package/build/abi/curve-v1/CurveTokenV1.json +305 -0
- package/build/abi/curve-v1/CurveTokenV2.json +318 -0
- package/build/abi/curve-v1/CurveV1StableNg.json +1452 -0
- package/build/abi/curve-v1/CurveV2Swap.json +700 -0
- package/build/abi/curve-v1/FactoryCryptoRegistry.json +316 -0
- package/build/abi/curve-v1/FactoryRegistry.json +508 -0
- package/build/abi/curve-v1/StableSwapAave.json +1152 -0
- package/build/abi/curve-v1/StableSwapBUSD.json +814 -0
- package/build/abi/curve-v1/StableSwapCompound.json +814 -0
- package/build/abi/curve-v1/StableSwapIDLE.json +1253 -0
- package/build/abi/curve-v1/StableSwapPax.json +865 -0
- package/build/abi/curve-v1/StableSwapSnow.json +900 -0
- package/build/abi/{integral/pool.json → curve-v1/StableSwapUSDN.json} +450 -487
- package/build/abi/curve-v1/StableSwapUSDT.json +814 -0
- package/build/abi/curve-v1/StableSwapY.json +814 -0
- package/build/abi/inception/inception-ineth-pool.json +1062 -0
- package/build/abi/inception/inception-ineth.json +609 -0
- package/build/abi/inception/inception-ratio-feed.json +329 -0
- package/build/abi/inception/inception-vault.json +991 -0
- package/build/abi/kyberdmm/kyber-storage.abi.json +824 -0
- package/build/abi/kyberdmm.abi.json +1148 -0
- package/build/abi/maverick-v2/MaverickV2Quoter.json +278 -0
- package/build/abi/nerve/nerve-metapool.json +790 -0
- package/build/abi/uniswap-v3/UniswapV3Quoter.abi.json +193 -0
- package/build/abi/velodrome-slipstream/VelodromeSlipstreamQuoterV2.abi.json +267 -0
- package/build/dex/aave-v1/aave-v1.d.ts +2 -1
- package/build/dex/aave-v1/aave-v1.js +22 -0
- package/build/dex/aave-v1/aave-v1.js.map +1 -1
- package/build/dex/balancer-v1/balancer-pools.json +33333 -0
- package/build/dex/balancer-v3/balancer-v3-pool.js +9 -0
- package/build/dex/balancer-v3/balancer-v3-pool.js.map +1 -1
- package/build/dex/balancer-v3/balancer-v3.js +9 -2
- package/build/dex/balancer-v3/balancer-v3.js.map +1 -1
- package/build/dex/bebop/websocket-fetcher.d.ts +35 -0
- package/build/dex/bebop/websocket-fetcher.js +87 -0
- package/build/dex/bebop/websocket-fetcher.js.map +1 -0
- package/build/dex/hashflow/config.js +3 -0
- package/build/dex/hashflow/config.js.map +1 -1
- package/build/dex/hashflow/hashflow.js +4 -8
- package/build/dex/hashflow/hashflow.js.map +1 -1
- package/build/dex/idle-dao/idle-dao-pool.d.ts +56 -0
- package/build/dex/idle-dao/idle-dao-pool.js +176 -0
- package/build/dex/idle-dao/idle-dao-pool.js.map +1 -0
- package/build/dex/idle-dao/idle-dao-pooling-pool.d.ts +16 -0
- package/build/dex/idle-dao/idle-dao-pooling-pool.js +57 -0
- package/build/dex/idle-dao/idle-dao-pooling-pool.js.map +1 -0
- package/build/dex/idle-dao/scripts.d.ts +9 -0
- package/build/dex/idle-dao/scripts.js +552 -0
- package/build/dex/idle-dao/scripts.js.map +1 -0
- package/build/dex/inception/config.d.ts +4 -0
- package/build/dex/inception/config.js +109 -0
- package/build/dex/inception/config.js.map +1 -0
- package/build/dex/inception/inception-event-pool.d.ts +16 -0
- package/build/dex/inception/inception-event-pool.js +51 -0
- package/build/dex/inception/inception-event-pool.js.map +1 -0
- package/build/dex/{integral/integral.d.ts → inception/inception-native.d.ts} +21 -19
- package/build/dex/inception/inception-native.js +131 -0
- package/build/dex/inception/inception-native.js.map +1 -0
- package/build/dex/inception/inception-pool.d.ts +18 -0
- package/build/dex/inception/inception-pool.js +32 -0
- package/build/dex/inception/inception-pool.js.map +1 -0
- package/build/dex/inception/inception-price-feed.d.ts +19 -0
- package/build/dex/inception/inception-price-feed.js +51 -0
- package/build/dex/inception/inception-price-feed.js.map +1 -0
- package/build/dex/inception/inception.d.ts +43 -0
- package/build/dex/inception/inception.js +204 -0
- package/build/dex/inception/inception.js.map +1 -0
- package/build/dex/inception/tokens.d.ts +9 -0
- package/build/dex/inception/tokens.js +28 -0
- package/build/dex/inception/tokens.js.map +1 -0
- package/build/dex/inception/types.d.ts +22 -0
- package/build/dex/{m-token → inception}/types.js.map +1 -1
- package/build/dex/inception/utils.d.ts +6 -0
- package/build/dex/inception/utils.js +37 -0
- package/build/dex/inception/utils.js.map +1 -0
- package/build/dex/jarvis.d.ts +2 -1
- package/build/dex/jarvis.js +58 -0
- package/build/dex/jarvis.js.map +1 -1
- package/build/dex/platypus/platypus.d.ts +2 -1
- package/build/dex/platypus/platypus.js +31 -0
- package/build/dex/platypus/platypus.js.map +1 -1
- package/build/dex/swaap-v1/swaap-v1.d.ts +2 -1
- package/build/dex/swaap-v1/swaap-v1.js +10 -0
- package/build/dex/swaap-v1/swaap-v1.js.map +1 -1
- package/build/dex/woo-fi-v2/config.js +1 -1
- package/build/dex/zerox/index.d.ts +4 -26
- package/build/dex/zerox/index.js +50 -42
- package/build/dex/zerox/index.js.map +1 -1
- package/build/dex/zerox/types.d.ts +29 -0
- package/build/dex/zerox/types.js +8 -1
- package/build/dex/zerox/types.js.map +1 -1
- package/build/executor/fixtures/executor01/exchange-params/price-route-multiswap-balancerv1-curvev1-eth-usdc-gusd.json +16 -0
- package/build/executor/fixtures/executor01/exchange-params/price-route-multiswap-balancerv1-sushiv3-wbtc-eth-sushi.json +16 -0
- package/build/executor/fixtures/executor01/exchange-params/price-route-multiswap-sushiv3-curvev1-eth-usdc-gusd.json +16 -0
- package/build/executor/fixtures/executor01/exchange-params/price-route-multiswap-sushiv3-curvev1-gusd-usdc-eth.json +16 -0
- package/build/executor/fixtures/executor01/exchange-params/price-route-multiswap-sushiv3-dai-usdc-eth.json +16 -0
- package/build/executor/fixtures/executor01/exchange-params/price-route-multiswap-sushiv3-eth-usdc-dai.json +16 -0
- package/build/executor/fixtures/executor01/exchange-params/price-route-multiswap-sushiv3-usdc-eth-wbtc.json +16 -0
- package/build/executor/fixtures/executor01/exchange-params/price-route-multiswap-sushiv3-usdt-usdc-dai.json +16 -0
- package/build/executor/fixtures/executor01/exchange-params/price-route-simpleSwap-balancerv1-eth-usdc.json +9 -0
- package/build/executor/fixtures/executor01/exchange-params/price-route-simpleSwap-balancerv1-usdc-eth.json +9 -0
- package/build/executor/fixtures/executor01/exchange-params/price-route-simpleSwap-balancerv1-usdc-wbtc.json +9 -0
- package/build/executor/fixtures/executor01/exchange-params/price-route-simpleSwap-curvev1-eth-steth.json +9 -0
- package/build/executor/fixtures/executor01/exchange-params/price-route-simpleSwap-curvev1-steth-eth.json +9 -0
- package/build/executor/fixtures/executor01/exchange-params/price-route-simpleSwap-curvev1-usdc-usdt.json +9 -0
- package/build/executor/fixtures/executor01/exchange-params/price-route-simpleSwap-univ3-eth-usdc.json +9 -0
- package/build/executor/fixtures/executor01/exchange-params/price-route-simpleSwap-univ3-usdc-eth.json +9 -0
- package/build/executor/fixtures/executor01/exchange-params/price-route-simpleSwap-univ3-usdc-usdt.json +9 -0
- package/build/executor/fixtures/executor01/maybe-weth-calldata/price-route-multiswap-balancerv1-sushiv3-wbtc-eth-sushi.json +12 -0
- package/build/executor/fixtures/executor01/maybe-weth-calldata/price-route-multiswap-sushiv3-curvev1-eth-usdc-gusd.json +7 -0
- package/build/executor/fixtures/executor01/maybe-weth-calldata/price-route-multiswap-sushiv3-curvev1-gusd-usdc-eth.json +7 -0
- package/build/executor/fixtures/executor01/maybe-weth-calldata/price-route-multiswap-sushiv3-dai-usdc-eth.json +7 -0
- package/build/executor/fixtures/executor01/maybe-weth-calldata/price-route-multiswap-sushiv3-eth-usdc-dai.json +7 -0
- package/build/executor/fixtures/executor01/maybe-weth-calldata/price-route-multiswap-sushiv3-usdc-eth-wbtc.json +12 -0
- package/build/executor/fixtures/executor01/maybe-weth-calldata/price-route-simpleSwap-univ3-eth-usdc.json +7 -0
- package/build/executor/fixtures/executor01/maybe-weth-calldata/price-route-simpleSwap-univ3-usdc-eth.json +7 -0
- package/build/executor/fixtures/executor01/routes/price-route-multiswap-balancerv1-curvev1-eth-usdc-gusd.json +78 -0
- package/build/executor/fixtures/executor01/routes/price-route-multiswap-balancerv1-sushiv3-wbtc-eth-sushi.json +81 -0
- package/build/executor/fixtures/executor01/routes/price-route-multiswap-sushiv3-curvev1-eth-usdc-gusd.json +78 -0
- package/build/executor/fixtures/executor01/routes/price-route-multiswap-sushiv3-curvev1-gusd-usdc-eth.json +78 -0
- package/build/executor/fixtures/executor01/routes/price-route-multiswap-sushiv3-dai-usdc-eth.json +81 -0
- package/build/executor/fixtures/executor01/routes/price-route-multiswap-sushiv3-eth-usdc-dai.json +81 -0
- package/build/executor/fixtures/executor01/routes/price-route-multiswap-sushiv3-usdc-eth-wbtc.json +81 -0
- package/build/executor/fixtures/executor01/routes/price-route-multiswap-sushiv3-usdt-usdc-dai.json +81 -0
- package/build/executor/fixtures/executor01/routes/price-route-simpleSwap-balancerv1-eth-usdc.json +64 -0
- package/build/executor/fixtures/executor01/routes/price-route-simpleSwap-balancerv1-usdc-eth.json +85 -0
- package/build/executor/fixtures/executor01/routes/price-route-simpleSwap-balancerv1-usdc-wbtc.json +64 -0
- package/build/executor/fixtures/executor01/routes/price-route-simpleSwap-curvev1-eth-steth.json +52 -0
- package/build/executor/fixtures/executor01/routes/price-route-simpleSwap-curvev1-steth-eth.json +52 -0
- package/build/executor/fixtures/executor01/routes/price-route-simpleSwap-curvev1-usdc-usdt.json +52 -0
- package/build/executor/fixtures/executor01/routes/price-route-simpleSwap-univ3-eth-usdc.json +55 -0
- package/build/executor/fixtures/executor01/routes/price-route-simpleSwap-univ3-usdc-eth.json +55 -0
- package/build/executor/fixtures/executor01/routes/price-route-simpleSwap-univ3-usdc-usdt.json +55 -0
- package/build/executor/fixtures/executor02/exchange-params/price-route-multiSwap-balancerv1-sushiv3-univ3-bal-eth-sushi.json +23 -0
- package/build/executor/fixtures/executor02/exchange-params/price-route-multiSwap-maverickv1-sushiv3-univ3-eth-usdc-mav.json +37 -0
- package/build/executor/fixtures/executor02/exchange-params/price-route-multiSwap-univ3-sushiv3-sushi-eth-wbtc.json +23 -0
- package/build/executor/fixtures/executor02/exchange-params/price-route-multiSwap-univ3-sushiv3-wbtc-eth-sushi.json +23 -0
- package/build/executor/fixtures/executor02/exchange-params/price-route-multiswap-curvev1-univ3-dai-usdc-eth.json +51 -0
- package/build/executor/fixtures/executor02/exchange-params/price-route-multiswap-univ3-usdt-dai-eth.json +58 -0
- package/build/executor/fixtures/executor02/exchange-params/price-route-simpleSwap-sushiv3-balancerv1-eth-usdc.json +23 -0
- package/build/executor/fixtures/executor02/exchange-params/price-route-simpleSwap-sushiv3-balancerv1-usdc-eth.json +23 -0
- package/build/executor/fixtures/executor02/exchange-params/price-route-simpleSwap-sushiv3-univ3-eth-sushi.json +9 -0
- package/build/executor/fixtures/executor02/exchange-params/price-route-simpleSwap-sushiv3-univ3-sushi-eth.json +16 -0
- package/build/executor/fixtures/executor02/exchange-params/price-route-simpleSwap-univ3-curvev1-usdt-dai.json +23 -0
- package/build/executor/fixtures/executor02/maybe-weth-calldata/price-route-multiSwap-balancerv1-sushiv3-univ3-bal-eth-sushi.json +12 -0
- package/build/executor/fixtures/executor02/maybe-weth-calldata/price-route-multiSwap-maverickv1-sushiv3-univ3-eth-usdc-mav.json +7 -0
- package/build/executor/fixtures/executor02/maybe-weth-calldata/price-route-multiSwap-univ3-sushiv3-sushi-eth-wbtc.json +12 -0
- package/build/executor/fixtures/executor02/maybe-weth-calldata/price-route-multiSwap-univ3-sushiv3-wbtc-eth-sushi.json +12 -0
- package/build/executor/fixtures/executor02/maybe-weth-calldata/price-route-multiswap-curvev1-univ3-dai-usdc-eth.json +7 -0
- package/build/executor/fixtures/executor02/maybe-weth-calldata/price-route-multiswap-univ3-usdt-dai-eth.json +7 -0
- package/build/executor/fixtures/executor02/maybe-weth-calldata/price-route-simpleSwap-sushiv3-balancerv1-eth-usdc.json +7 -0
- package/build/executor/fixtures/executor02/maybe-weth-calldata/price-route-simpleSwap-sushiv3-balancerv1-usdc-eth.json +7 -0
- package/build/executor/fixtures/executor02/maybe-weth-calldata/price-route-simpleSwap-sushiv3-univ3-eth-sushi.json +7 -0
- package/build/executor/fixtures/executor02/maybe-weth-calldata/price-route-simpleSwap-sushiv3-univ3-sushi-eth.json +7 -0
- package/build/executor/fixtures/executor02/routes/price-route-multiSwap-balancerv1-sushiv3-univ3-bal-eth-sushi.json +130 -0
- package/build/executor/fixtures/executor02/routes/price-route-multiSwap-maverickv1-sushiv3-univ3-eth-usdc-mav.json +136 -0
- package/build/executor/fixtures/executor02/routes/price-route-multiSwap-univ3-sushiv3-sushi-eth-wbtc.json +100 -0
- package/build/executor/fixtures/executor02/routes/price-route-multiSwap-univ3-sushiv3-wbtc-eth-sushi.json +100 -0
- package/build/executor/fixtures/executor02/routes/price-route-multiswap-curvev1-univ3-dai-usdc-eth.json +166 -0
- package/build/executor/fixtures/executor02/routes/price-route-multiswap-univ3-usdt-dai-eth.json +190 -0
- package/build/executor/fixtures/executor02/routes/price-route-simpleSwap-sushiv3-balancerv1-eth-usdc.json +114 -0
- package/build/executor/fixtures/executor02/routes/price-route-simpleSwap-sushiv3-balancerv1-usdc-eth.json +114 -0
- package/build/executor/fixtures/executor02/routes/price-route-simpleSwap-sushiv3-univ3-eth-sushi.json +55 -0
- package/build/executor/fixtures/executor02/routes/price-route-simpleSwap-sushiv3-univ3-sushi-eth.json +73 -0
- package/build/executor/fixtures/executor02/routes/price-route-simpleSwap-univ3-curvev1-usdt-dai.json +82 -0
- package/package.json +2 -2
- package/src/dex/balancer-v3/balancer-v3-e2e.test.ts +63 -42
- package/src/dex/balancer-v3/balancer-v3-events.test.ts +46 -0
- package/src/dex/balancer-v3/balancer-v3-pool.ts +9 -0
- package/src/dex/balancer-v3/balancer-v3.ts +14 -4
- package/src/dex/hashflow/config.ts +3 -0
- package/src/dex/hashflow/hashflow-e2e.test.ts +30 -18
- package/src/dex/hashflow/hashflow.ts +6 -10
- package/src/dex/woo-fi-v2/config.ts +1 -1
- package/src/dex/woo-fi-v2/woo-fi-v2-e2e.test.ts +1 -0
- package/tests/constants-e2e.ts +6 -1
- package/.idea/aws.xml +0 -17
- package/.idea/codeStyles/Project.xml +0 -19
- package/.idea/codeStyles/codeStyleConfig.xml +0 -5
- package/.idea/misc.xml +0 -6
- package/.idea/modules.xml +0 -8
- package/.idea/paraswap-dex-lib.iml +0 -9
- package/.idea/prettier.xml +0 -7
- package/.idea/vcs.xml +0 -6
- package/build/abi/integral/factory.json +0 -333
- package/build/abi/uniswap-v4/pool-manager.abi.json +0 -1366
- package/build/abi/uniswap-v4/quoter.abi.json +0 -461
- package/build/abi/uniswap-v4/router.abi.json +0 -230
- package/build/abi/uniswap-v4/state-view.abi.json +0 -365
- package/build/dex/bProtocol.d.ts +0 -18
- package/build/dex/bProtocol.js +0 -39
- package/build/dex/bProtocol.js.map +0 -1
- package/build/dex/bancor.d.ts +0 -26
- package/build/dex/bancor.js +0 -58
- package/build/dex/bancor.js.map +0 -1
- package/build/dex/compound.d.ts +0 -18
- package/build/dex/compound.js +0 -46
- package/build/dex/compound.js.map +0 -1
- package/build/dex/curve-v2.d.ts +0 -58
- package/build/dex/curve-v2.js +0 -180
- package/build/dex/curve-v2.js.map +0 -1
- package/build/dex/dodo-v1.d.ts +0 -33
- package/build/dex/dodo-v1.js +0 -63
- package/build/dex/dodo-v1.js.map +0 -1
- package/build/dex/fluid-dex/fluid-dex-generate-pool.d.ts +0 -49
- package/build/dex/fluid-dex/fluid-dex-generate-pool.js +0 -104
- package/build/dex/fluid-dex/fluid-dex-generate-pool.js.map +0 -1
- package/build/dex/integral/config.d.ts +0 -4
- package/build/dex/integral/config.js +0 -20
- package/build/dex/integral/config.js.map +0 -1
- package/build/dex/integral/context.d.ts +0 -40
- package/build/dex/integral/context.js +0 -158
- package/build/dex/integral/context.js.map +0 -1
- package/build/dex/integral/integral-factory.d.ts +0 -24
- package/build/dex/integral/integral-factory.js +0 -95
- package/build/dex/integral/integral-factory.js.map +0 -1
- package/build/dex/integral/integral-pool.d.ts +0 -50
- package/build/dex/integral/integral-pool.js +0 -149
- package/build/dex/integral/integral-pool.js.map +0 -1
- package/build/dex/integral/integral-pricing.d.ts +0 -18
- package/build/dex/integral/integral-pricing.js +0 -114
- package/build/dex/integral/integral-pricing.js.map +0 -1
- package/build/dex/integral/integral-relayer.d.ts +0 -42
- package/build/dex/integral/integral-relayer.js +0 -192
- package/build/dex/integral/integral-relayer.js.map +0 -1
- package/build/dex/integral/integral-token.d.ts +0 -27
- package/build/dex/integral/integral-token.js +0 -59
- package/build/dex/integral/integral-token.js.map +0 -1
- package/build/dex/integral/integral.js +0 -376
- package/build/dex/integral/integral.js.map +0 -1
- package/build/dex/integral/types.d.ts +0 -85
- package/build/dex/integral/types.js +0 -9
- package/build/dex/integral/types.js.map +0 -1
- package/build/dex/integral/utils-e2e.d.ts +0 -9
- package/build/dex/integral/utils-e2e.js +0 -131
- package/build/dex/integral/utils-e2e.js.map +0 -1
- package/build/dex/integral/utils.d.ts +0 -17
- package/build/dex/integral/utils.js +0 -94
- package/build/dex/integral/utils.js.map +0 -1
- package/build/dex/lido.d.ts +0 -19
- package/build/dex/lido.js +0 -42
- package/build/dex/lido.js.map +0 -1
- package/build/dex/m-token/config.d.ts +0 -3
- package/build/dex/m-token/config.js +0 -19
- package/build/dex/m-token/config.js.map +0 -1
- package/build/dex/m-token/m-token.d.ts +0 -29
- package/build/dex/m-token/m-token.js +0 -145
- package/build/dex/m-token/m-token.js.map +0 -1
- package/build/dex/m-token/m-wrapped-m.d.ts +0 -17
- package/build/dex/m-token/m-wrapped-m.js +0 -50
- package/build/dex/m-token/m-wrapped-m.js.map +0 -1
- package/build/dex/m-token/types.d.ts +0 -12
- package/build/dex/onebit.d.ts +0 -25
- package/build/dex/onebit.js +0 -42
- package/build/dex/onebit.js.map +0 -1
- package/build/dex/smoothy.d.ts +0 -26
- package/build/dex/smoothy.js +0 -48
- package/build/dex/smoothy.js.map +0 -1
- package/build/dex/spark/susds-psm.d.ts +0 -49
- package/build/dex/spark/susds-psm.js +0 -245
- package/build/dex/spark/susds-psm.js.map +0 -1
- package/build/dex/stable-pool.d.ts +0 -28
- package/build/dex/stable-pool.js +0 -62
- package/build/dex/stable-pool.js.map +0 -1
- package/build/dex/trader-joe-v2.1/optimizer.d.ts +0 -2
- package/build/dex/trader-joe-v2.1/optimizer.js +0 -47
- package/build/dex/trader-joe-v2.1/optimizer.js.map +0 -1
- package/build/dex/trader-joe-v2.1/trader-joe-v2.1-new.d.ts +0 -7
- package/build/dex/trader-joe-v2.1/trader-joe-v2.1-new.js +0 -20
- package/build/dex/trader-joe-v2.1/trader-joe-v2.1-new.js.map +0 -1
- package/build/dex/trader-joe-v2.1.d.ts +0 -43
- package/build/dex/trader-joe-v2.1.js +0 -79
- package/build/dex/trader-joe-v2.1.js.map +0 -1
- package/build/dex/uniswap-v4/config.d.ts +0 -3
- package/build/dex/uniswap-v4/config.js +0 -58
- package/build/dex/uniswap-v4/config.js.map +0 -1
- package/build/dex/uniswap-v4/constants.d.ts +0 -7
- package/build/dex/uniswap-v4/constants.js +0 -18
- package/build/dex/uniswap-v4/constants.js.map +0 -1
- package/build/dex/uniswap-v4/contract-math/BitMath.d.ts +0 -4
- package/build/dex/uniswap-v4/contract-math/BitMath.js +0 -93
- package/build/dex/uniswap-v4/contract-math/BitMath.js.map +0 -1
- package/build/dex/uniswap-v4/contract-math/FixedPoint128.d.ts +0 -3
- package/build/dex/uniswap-v4/contract-math/FixedPoint128.js +0 -8
- package/build/dex/uniswap-v4/contract-math/FixedPoint128.js.map +0 -1
- package/build/dex/uniswap-v4/contract-math/FixedPoint96.d.ts +0 -4
- package/build/dex/uniswap-v4/contract-math/FixedPoint96.js +0 -9
- package/build/dex/uniswap-v4/contract-math/FixedPoint96.js.map +0 -1
- package/build/dex/uniswap-v4/contract-math/FullMath.d.ts +0 -4
- package/build/dex/uniswap-v4/contract-math/FullMath.js +0 -19
- package/build/dex/uniswap-v4/contract-math/FullMath.js.map +0 -1
- package/build/dex/uniswap-v4/contract-math/LiquidityMath.d.ts +0 -3
- package/build/dex/uniswap-v4/contract-math/LiquidityMath.js +0 -22
- package/build/dex/uniswap-v4/contract-math/LiquidityMath.js.map +0 -1
- package/build/dex/uniswap-v4/contract-math/SqrtPriceMath.d.ts +0 -10
- package/build/dex/uniswap-v4/contract-math/SqrtPriceMath.js +0 -91
- package/build/dex/uniswap-v4/contract-math/SqrtPriceMath.js.map +0 -1
- package/build/dex/uniswap-v4/contract-math/SwapMath.d.ts +0 -8
- package/build/dex/uniswap-v4/contract-math/SwapMath.js +0 -70
- package/build/dex/uniswap-v4/contract-math/SwapMath.js.map +0 -1
- package/build/dex/uniswap-v4/contract-math/TickBitMap.d.ts +0 -7
- package/build/dex/uniswap-v4/contract-math/TickBitMap.js +0 -86
- package/build/dex/uniswap-v4/contract-math/TickBitMap.js.map +0 -1
- package/build/dex/uniswap-v4/contract-math/TickMath.d.ts +0 -8
- package/build/dex/uniswap-v4/contract-math/TickMath.js +0 -162
- package/build/dex/uniswap-v4/contract-math/TickMath.js.map +0 -1
- package/build/dex/uniswap-v4/contract-math/UnsafeMath.d.ts +0 -3
- package/build/dex/uniswap-v4/contract-math/UnsafeMath.js +0 -10
- package/build/dex/uniswap-v4/contract-math/UnsafeMath.js.map +0 -1
- package/build/dex/uniswap-v4/contract-math/uniswap-v4-math.d.ts +0 -8
- package/build/dex/uniswap-v4/contract-math/uniswap-v4-math.js +0 -11
- package/build/dex/uniswap-v4/contract-math/uniswap-v4-math.js.map +0 -1
- package/build/dex/uniswap-v4/encoder.d.ts +0 -16
- package/build/dex/uniswap-v4/encoder.js +0 -104
- package/build/dex/uniswap-v4/encoder.js.map +0 -1
- package/build/dex/uniswap-v4/subgraph.d.ts +0 -5
- package/build/dex/uniswap-v4/subgraph.js +0 -80
- package/build/dex/uniswap-v4/subgraph.js.map +0 -1
- package/build/dex/uniswap-v4/types.d.ts +0 -64
- package/build/dex/uniswap-v4/types.js +0 -3
- package/build/dex/uniswap-v4/types.js.map +0 -1
- package/build/dex/uniswap-v4/uniswap-v4-pool-manager.d.ts +0 -33
- package/build/dex/uniswap-v4/uniswap-v4-pool-manager.js +0 -152
- package/build/dex/uniswap-v4/uniswap-v4-pool-manager.js.map +0 -1
- package/build/dex/uniswap-v4/uniswap-v4.d.ts +0 -38
- package/build/dex/uniswap-v4/uniswap-v4.js +0 -169
- package/build/dex/uniswap-v4/uniswap-v4.js.map +0 -1
- package/build/dex/uniswap-v4/utils.d.ts +0 -2
- package/build/dex/uniswap-v4/utils.js +0 -15
- package/build/dex/uniswap-v4/utils.js.map +0 -1
- /package/build/dex/{m-token → inception}/types.js +0 -0
package/base_pools.ts
ADDED
|
@@ -0,0 +1,1861 @@
|
|
|
1
|
+
const allPools = {
|
|
2
|
+
'0x05277fea859dff808185845892ecb6b17627cf5d': {
|
|
3
|
+
poolAddress: '0x05277fea859dff808185845892ecb6b17627cf5d',
|
|
4
|
+
tokens: [
|
|
5
|
+
'0x2615a94df961278dcbc41fb0a54fec5f10a693ae',
|
|
6
|
+
'0x4200000000000000000000000000000000000006',
|
|
7
|
+
'0x9b8df6e244526ab5f6e6400d331db28c8fdddb55',
|
|
8
|
+
'0xa3a34a0d9a08ccddb6ed422ac0a28a06731335aa',
|
|
9
|
+
'0xf1143f3a8d76f1ca740d29d5671d365f66c44ed1',
|
|
10
|
+
],
|
|
11
|
+
tokensUnderlying: [null, null, null, null, null],
|
|
12
|
+
weights: [
|
|
13
|
+
70000000000000000n,
|
|
14
|
+
150000000000000000n,
|
|
15
|
+
50000000000000000n,
|
|
16
|
+
30000000000000000n,
|
|
17
|
+
700000000000000000n,
|
|
18
|
+
],
|
|
19
|
+
poolType: 'WEIGHTED',
|
|
20
|
+
hookAddress: undefined,
|
|
21
|
+
hookType: undefined,
|
|
22
|
+
supportsUnbalancedLiquidity: true,
|
|
23
|
+
tokenRates: [
|
|
24
|
+
1000000000000000000n,
|
|
25
|
+
2039417858240000000000n,
|
|
26
|
+
1000000000000000000n,
|
|
27
|
+
1000000000000000000n,
|
|
28
|
+
1000000000000000000n,
|
|
29
|
+
],
|
|
30
|
+
balancesLiveScaled18: [
|
|
31
|
+
501787794897513063n,
|
|
32
|
+
2733547828703762854n,
|
|
33
|
+
7159732298338703n,
|
|
34
|
+
713882213833349174n,
|
|
35
|
+
144168775676721n,
|
|
36
|
+
],
|
|
37
|
+
swapFee: 10000000000000n,
|
|
38
|
+
aggregateSwapFee: 500000000000000000n,
|
|
39
|
+
totalSupply: 1739973787328519n,
|
|
40
|
+
scalingFactors: [1n, 1n, 1n, 1n, 1n],
|
|
41
|
+
isPoolPaused: false,
|
|
42
|
+
erc4626Rates: [null, null, null, null, null],
|
|
43
|
+
},
|
|
44
|
+
'0x0657c3467f3bf465fab59b10f1453d665abe507e': {
|
|
45
|
+
poolAddress: '0x0657c3467f3bf465fab59b10f1453d665abe507e',
|
|
46
|
+
tokens: [
|
|
47
|
+
'0x3a1a33cf4553db61f0db2c1e1721cd480b02789f',
|
|
48
|
+
'0x4200000000000000000000000000000000000006',
|
|
49
|
+
'0x833589fcd6edb6e08f4c7c32d4f71b54bda02913',
|
|
50
|
+
'0xb8d98a102b0079b69ffbc760c8d857a31653e56e',
|
|
51
|
+
'0xcbb7c0000ab88b473b1f5afd9ef808440eed33bf',
|
|
52
|
+
],
|
|
53
|
+
tokensUnderlying: [null, null, null, null, null],
|
|
54
|
+
weights: [
|
|
55
|
+
170000000000000000n,
|
|
56
|
+
170000000000000000n,
|
|
57
|
+
320000000000000000n,
|
|
58
|
+
170000000000000000n,
|
|
59
|
+
170000000000000000n,
|
|
60
|
+
],
|
|
61
|
+
poolType: 'WEIGHTED',
|
|
62
|
+
hookAddress: undefined,
|
|
63
|
+
hookType: undefined,
|
|
64
|
+
supportsUnbalancedLiquidity: true,
|
|
65
|
+
tokenRates: [
|
|
66
|
+
1000000000000000000n,
|
|
67
|
+
2039417858240000000000n,
|
|
68
|
+
1000000000000000000n,
|
|
69
|
+
1000000000000000000n,
|
|
70
|
+
1000000000000000000n,
|
|
71
|
+
],
|
|
72
|
+
balancesLiveScaled18: [
|
|
73
|
+
52064n,
|
|
74
|
+
436435n,
|
|
75
|
+
1000000000000n,
|
|
76
|
+
19351459978678n,
|
|
77
|
+
10000000000n,
|
|
78
|
+
],
|
|
79
|
+
swapFee: 2500000000000000n,
|
|
80
|
+
aggregateSwapFee: 500000000000000000n,
|
|
81
|
+
totalSupply: 1000000n,
|
|
82
|
+
scalingFactors: [1n, 1n, 1000000000000n, 1n, 10000000000n],
|
|
83
|
+
isPoolPaused: false,
|
|
84
|
+
erc4626Rates: [null, null, null, null, null],
|
|
85
|
+
},
|
|
86
|
+
'0x0caa100179da0087a45615588804fd5e17bfb0dd': {
|
|
87
|
+
poolAddress: '0x0caa100179da0087a45615588804fd5e17bfb0dd',
|
|
88
|
+
tokens: [
|
|
89
|
+
'0x0c66d591d1ff5944a44aebb65c33f6b6e82a124f',
|
|
90
|
+
'0x1cd70efb74dd66e6a24bc01e980ea8a59c888cca',
|
|
91
|
+
'0x2578a46705885a22254017253e581b5c584b547f',
|
|
92
|
+
'0x443efde1e65c0bb9c6373544b0229d8abc7c27b4',
|
|
93
|
+
'0x572b9e1c6759e711e92937113fbbb93f2987d75e',
|
|
94
|
+
'0x81685105364b9e8a1135d2c5aa7ece2af47876c4',
|
|
95
|
+
'0x947417c45fe725c2ba92a76ee3ae9f8c4dfb7730',
|
|
96
|
+
'0xb432d297ad4d22937c8ee72be946324e6128463a',
|
|
97
|
+
],
|
|
98
|
+
tokensUnderlying: [null, null, null, null, null, null, null, null],
|
|
99
|
+
weights: [
|
|
100
|
+
195000000000000000n,
|
|
101
|
+
115000000000000000n,
|
|
102
|
+
115000000000000000n,
|
|
103
|
+
115000000000000000n,
|
|
104
|
+
115000000000000000n,
|
|
105
|
+
115000000000000000n,
|
|
106
|
+
115000000000000000n,
|
|
107
|
+
115000000000000000n,
|
|
108
|
+
],
|
|
109
|
+
poolType: 'WEIGHTED',
|
|
110
|
+
hookAddress: undefined,
|
|
111
|
+
hookType: undefined,
|
|
112
|
+
supportsUnbalancedLiquidity: true,
|
|
113
|
+
tokenRates: [
|
|
114
|
+
1000000000000000000n,
|
|
115
|
+
1000000000000000000n,
|
|
116
|
+
1000000000000000000n,
|
|
117
|
+
1000000000000000000n,
|
|
118
|
+
1000000000000000000n,
|
|
119
|
+
1000000000000000000n,
|
|
120
|
+
1000000000000000000n,
|
|
121
|
+
1000000000000000000n,
|
|
122
|
+
],
|
|
123
|
+
balancesLiveScaled18: [
|
|
124
|
+
81131127327993147156171n,
|
|
125
|
+
331274310244171228150248n,
|
|
126
|
+
367145296353470455754798n,
|
|
127
|
+
330033725497072441924424n,
|
|
128
|
+
365971646808050197649491n,
|
|
129
|
+
337817599673926451292114n,
|
|
130
|
+
350741319331692795456631n,
|
|
131
|
+
334124353839429245929517n,
|
|
132
|
+
],
|
|
133
|
+
swapFee: 10000000000000000n,
|
|
134
|
+
aggregateSwapFee: 500000000000000000n,
|
|
135
|
+
totalSupply: 260025183877884750490384n,
|
|
136
|
+
scalingFactors: [1n, 1n, 1n, 1n, 1n, 1n, 1n, 1n],
|
|
137
|
+
isPoolPaused: false,
|
|
138
|
+
erc4626Rates: [null, null, null, null, null, null, null, null],
|
|
139
|
+
},
|
|
140
|
+
'0x0f5ae4509dfdd9b53ac09a49f2002498c7352ca2': {
|
|
141
|
+
poolAddress: '0x0f5ae4509dfdd9b53ac09a49f2002498c7352ca2',
|
|
142
|
+
tokens: [
|
|
143
|
+
'0x84a9aae8fcc085dbe11524f570716d89b772f430',
|
|
144
|
+
'0xc841b4ead3f70be99472ffdb88e5c3c7af6a481a',
|
|
145
|
+
],
|
|
146
|
+
tokensUnderlying: [null, null],
|
|
147
|
+
weights: [500000000000000000n, 500000000000000000n],
|
|
148
|
+
poolType: 'WEIGHTED',
|
|
149
|
+
hookAddress: undefined,
|
|
150
|
+
hookType: undefined,
|
|
151
|
+
supportsUnbalancedLiquidity: true,
|
|
152
|
+
tokenRates: [1000000000000000000n, 1000000000000000000n],
|
|
153
|
+
balancesLiveScaled18: [647284n, 1544918n],
|
|
154
|
+
swapFee: 50000000000000000n,
|
|
155
|
+
aggregateSwapFee: 500000000000000000n,
|
|
156
|
+
totalSupply: 1000000n,
|
|
157
|
+
scalingFactors: [1n, 1n],
|
|
158
|
+
isPoolPaused: false,
|
|
159
|
+
erc4626Rates: [null, null],
|
|
160
|
+
},
|
|
161
|
+
'0x0f6ea6bc8bcfa54869854b2581541703c7b25e4e': {
|
|
162
|
+
poolAddress: '0x0f6ea6bc8bcfa54869854b2581541703c7b25e4e',
|
|
163
|
+
tokens: [
|
|
164
|
+
'0x0578d8a44db98b23bf096a382e016e29a5ce0ffe',
|
|
165
|
+
'0x067b3dd132e176c284ed5e52a73f9ceb965d4d1b',
|
|
166
|
+
'0x0c66d591d1ff5944a44aebb65c33f6b6e82a124f',
|
|
167
|
+
'0x2cb13fe24c9c62de66ce907b5ce9effb8007759d',
|
|
168
|
+
'0x5a34646b860485f012435e2486edb375615d1c7b',
|
|
169
|
+
'0x5ed80d516438e4c67c3f9f7aaab6c37001a52764',
|
|
170
|
+
'0x9edfba2d8c4ff4a13e0e8eedd0dd6b256df39819',
|
|
171
|
+
'0xd93dc936e60e9e275cbe6f225e9c065951b9b1d4',
|
|
172
|
+
],
|
|
173
|
+
tokensUnderlying: [null, null, null, null, null, null, null, null],
|
|
174
|
+
weights: [
|
|
175
|
+
170000000000000000n,
|
|
176
|
+
160000000000000000n,
|
|
177
|
+
265000000000000000n,
|
|
178
|
+
110000000000000000n,
|
|
179
|
+
160000000000000000n,
|
|
180
|
+
25000000000000000n,
|
|
181
|
+
100000000000000000n,
|
|
182
|
+
10000000000000000n,
|
|
183
|
+
],
|
|
184
|
+
poolType: 'WEIGHTED',
|
|
185
|
+
hookAddress: undefined,
|
|
186
|
+
hookType: undefined,
|
|
187
|
+
supportsUnbalancedLiquidity: true,
|
|
188
|
+
tokenRates: [
|
|
189
|
+
1000000000000000000n,
|
|
190
|
+
1000000000000000000n,
|
|
191
|
+
1000000000000000000n,
|
|
192
|
+
1000000000000000000n,
|
|
193
|
+
1000000000000000000n,
|
|
194
|
+
1000000000000000000n,
|
|
195
|
+
1000000000000000000n,
|
|
196
|
+
1000000000000000000n,
|
|
197
|
+
],
|
|
198
|
+
balancesLiveScaled18: [
|
|
199
|
+
114788195970753038174n,
|
|
200
|
+
548155042477224976044167n,
|
|
201
|
+
51060461521012731594543n,
|
|
202
|
+
212606074768161492610817n,
|
|
203
|
+
20598815332597909336423n,
|
|
204
|
+
35459754888080938227376n,
|
|
205
|
+
112301625986108276014423n,
|
|
206
|
+
1152134947548242784788n,
|
|
207
|
+
],
|
|
208
|
+
swapFee: 10000000000000000n,
|
|
209
|
+
aggregateSwapFee: 500000000000000000n,
|
|
210
|
+
totalSupply: 27427520261208196508589n,
|
|
211
|
+
scalingFactors: [1n, 1n, 1n, 1n, 1n, 1n, 1n, 1n],
|
|
212
|
+
isPoolPaused: false,
|
|
213
|
+
erc4626Rates: [null, null, null, null, null, null, null, null],
|
|
214
|
+
},
|
|
215
|
+
'0x12fe728e59c7a5166f281b8200cc0933d99b9a25': {
|
|
216
|
+
poolAddress: '0x12fe728e59c7a5166f281b8200cc0933d99b9a25',
|
|
217
|
+
tokens: [
|
|
218
|
+
'0x4200000000000000000000000000000000000006',
|
|
219
|
+
'0x833589fcd6edb6e08f4c7c32d4f71b54bda02913',
|
|
220
|
+
],
|
|
221
|
+
tokensUnderlying: [null, null],
|
|
222
|
+
weights: [0n, 0n],
|
|
223
|
+
poolType: 'STABLE',
|
|
224
|
+
hookAddress: '0xb2007b8b7e0260042517f635cfd8e6dd2dd7f007',
|
|
225
|
+
hookType: 'StableSurge',
|
|
226
|
+
supportsUnbalancedLiquidity: true,
|
|
227
|
+
tokenRates: [2039417858240000000000n, 1000000000000000000n],
|
|
228
|
+
balancesLiveScaled18: [2157174322044395610n, 2123010000000000000n],
|
|
229
|
+
swapFee: 400000000000000n,
|
|
230
|
+
aggregateSwapFee: 500000000000000000n,
|
|
231
|
+
totalSupply: 1000000n,
|
|
232
|
+
scalingFactors: [1n, 1000000000000n],
|
|
233
|
+
isPoolPaused: false,
|
|
234
|
+
amp: 1000000n,
|
|
235
|
+
ampIsUpdating: false,
|
|
236
|
+
ampStartValue: 1000000n,
|
|
237
|
+
ampEndValue: 1000000n,
|
|
238
|
+
ampStartTime: 1739815301n,
|
|
239
|
+
ampStopTime: 1739815301n,
|
|
240
|
+
erc4626Rates: [null, null],
|
|
241
|
+
},
|
|
242
|
+
'0x1667832e66f158043754ae19461ad54d8b178e1e': {
|
|
243
|
+
poolAddress: '0x1667832e66f158043754ae19461ad54d8b178e1e',
|
|
244
|
+
tokens: [
|
|
245
|
+
'0x4200000000000000000000000000000000000006',
|
|
246
|
+
'0x833589fcd6edb6e08f4c7c32d4f71b54bda02913',
|
|
247
|
+
],
|
|
248
|
+
tokensUnderlying: [null, null],
|
|
249
|
+
weights: [0n, 0n],
|
|
250
|
+
poolType: 'STABLE',
|
|
251
|
+
hookAddress: undefined,
|
|
252
|
+
hookType: undefined,
|
|
253
|
+
supportsUnbalancedLiquidity: true,
|
|
254
|
+
tokenRates: [2039417858240000000000n, 1000000000000000000n],
|
|
255
|
+
balancesLiveScaled18: [389171179331829811115n, 535446744000000000000n],
|
|
256
|
+
swapFee: 100000000000000n,
|
|
257
|
+
aggregateSwapFee: 500000000000000000n,
|
|
258
|
+
totalSupply: 500402349919162687426n,
|
|
259
|
+
scalingFactors: [1n, 1000000000000n],
|
|
260
|
+
isPoolPaused: false,
|
|
261
|
+
amp: 2000000n,
|
|
262
|
+
ampIsUpdating: false,
|
|
263
|
+
ampStartValue: 2000000n,
|
|
264
|
+
ampEndValue: 2000000n,
|
|
265
|
+
ampStartTime: 1741282279n,
|
|
266
|
+
ampStopTime: 1741282279n,
|
|
267
|
+
erc4626Rates: [null, null],
|
|
268
|
+
},
|
|
269
|
+
'0x17256408da477c0eed810de54fd17cd8649f48ca': {
|
|
270
|
+
poolAddress: '0x17256408da477c0eed810de54fd17cd8649f48ca',
|
|
271
|
+
tokens: [
|
|
272
|
+
'0x4200000000000000000000000000000000000006',
|
|
273
|
+
'0x833589fcd6edb6e08f4c7c32d4f71b54bda02913',
|
|
274
|
+
],
|
|
275
|
+
tokensUnderlying: [null, null],
|
|
276
|
+
weights: [0n, 0n],
|
|
277
|
+
poolType: 'STABLE',
|
|
278
|
+
hookAddress: '0xb2007b8b7e0260042517f635cfd8e6dd2dd7f007',
|
|
279
|
+
hookType: 'StableSurge',
|
|
280
|
+
supportsUnbalancedLiquidity: true,
|
|
281
|
+
tokenRates: [2039417858240000000000n, 999910000000000000n],
|
|
282
|
+
balancesLiveScaled18: [405844n, 999910000000n],
|
|
283
|
+
swapFee: 400000000000000n,
|
|
284
|
+
aggregateSwapFee: 500000000000000000n,
|
|
285
|
+
totalSupply: 1000000n,
|
|
286
|
+
scalingFactors: [1n, 1000000000000n],
|
|
287
|
+
isPoolPaused: false,
|
|
288
|
+
amp: 2000000n,
|
|
289
|
+
ampIsUpdating: false,
|
|
290
|
+
ampStartValue: 2000000n,
|
|
291
|
+
ampEndValue: 2000000n,
|
|
292
|
+
ampStartTime: 1741912817n,
|
|
293
|
+
ampStopTime: 1741912817n,
|
|
294
|
+
erc4626Rates: [null, null],
|
|
295
|
+
},
|
|
296
|
+
'0x20f8abff3263c6208a2ce540735d8af41f6d7f1d': {
|
|
297
|
+
poolAddress: '0x20f8abff3263c6208a2ce540735d8af41f6d7f1d',
|
|
298
|
+
tokens: [
|
|
299
|
+
'0x4200000000000000000000000000000000000006',
|
|
300
|
+
'0x833589fcd6edb6e08f4c7c32d4f71b54bda02913',
|
|
301
|
+
],
|
|
302
|
+
tokensUnderlying: [null, null],
|
|
303
|
+
weights: [0n, 0n],
|
|
304
|
+
poolType: 'STABLE',
|
|
305
|
+
hookAddress: '0xb2007b8b7e0260042517f635cfd8e6dd2dd7f007',
|
|
306
|
+
hookType: 'StableSurge',
|
|
307
|
+
supportsUnbalancedLiquidity: true,
|
|
308
|
+
tokenRates: [2039417858240000000000n, 999910000000000000n],
|
|
309
|
+
balancesLiveScaled18: [2351995181502626050n, 1005441502120000000n],
|
|
310
|
+
swapFee: 400000000000000n,
|
|
311
|
+
aggregateSwapFee: 500000000000000000n,
|
|
312
|
+
totalSupply: 1000000n,
|
|
313
|
+
scalingFactors: [1n, 1000000000000n],
|
|
314
|
+
isPoolPaused: false,
|
|
315
|
+
amp: 1000000n,
|
|
316
|
+
ampIsUpdating: false,
|
|
317
|
+
ampStartValue: 1000000n,
|
|
318
|
+
ampEndValue: 1000000n,
|
|
319
|
+
ampStartTime: 1741912291n,
|
|
320
|
+
ampStopTime: 1741912291n,
|
|
321
|
+
erc4626Rates: [null, null],
|
|
322
|
+
},
|
|
323
|
+
'0x268da9e3277602cc94df61a7203db8379034950f': {
|
|
324
|
+
poolAddress: '0x268da9e3277602cc94df61a7203db8379034950f',
|
|
325
|
+
tokens: [
|
|
326
|
+
'0x4200000000000000000000000000000000000006',
|
|
327
|
+
'0x833589fcd6edb6e08f4c7c32d4f71b54bda02913',
|
|
328
|
+
],
|
|
329
|
+
tokensUnderlying: [null, null],
|
|
330
|
+
weights: [0n, 0n],
|
|
331
|
+
poolType: 'STABLE',
|
|
332
|
+
hookAddress: undefined,
|
|
333
|
+
hookType: undefined,
|
|
334
|
+
supportsUnbalancedLiquidity: true,
|
|
335
|
+
tokenRates: [2039417858240000000000n, 1000000000000000000n],
|
|
336
|
+
balancesLiveScaled18: [756624n, 1000000000000n],
|
|
337
|
+
swapFee: 900000000000000n,
|
|
338
|
+
aggregateSwapFee: 500000000000000000n,
|
|
339
|
+
totalSupply: 1000000n,
|
|
340
|
+
scalingFactors: [1n, 1000000000000n],
|
|
341
|
+
isPoolPaused: false,
|
|
342
|
+
amp: 1000000n,
|
|
343
|
+
ampIsUpdating: false,
|
|
344
|
+
ampStartValue: 1000000n,
|
|
345
|
+
ampEndValue: 1000000n,
|
|
346
|
+
ampStartTime: 1742222495n,
|
|
347
|
+
ampStopTime: 1742222495n,
|
|
348
|
+
erc4626Rates: [null, null],
|
|
349
|
+
},
|
|
350
|
+
'0x27a66ef1394a8b3d22659780b0b45596d745e180': {
|
|
351
|
+
poolAddress: '0x27a66ef1394a8b3d22659780b0b45596d745e180',
|
|
352
|
+
tokens: [
|
|
353
|
+
'0x9a26f5433671751c3276a065f57e5a02d2817973',
|
|
354
|
+
'0xb1a03eda10342529bbf8eb700a06c60441fef25d',
|
|
355
|
+
'0xe298b938631f750dd409fb18227c4a23dcdaab9b',
|
|
356
|
+
],
|
|
357
|
+
tokensUnderlying: [
|
|
358
|
+
null,
|
|
359
|
+
null,
|
|
360
|
+
'0x4200000000000000000000000000000000000006',
|
|
361
|
+
],
|
|
362
|
+
weights: [330000000000000000n, 330000000000000000n, 340000000000000000n],
|
|
363
|
+
poolType: 'WEIGHTED',
|
|
364
|
+
hookAddress: undefined,
|
|
365
|
+
hookType: undefined,
|
|
366
|
+
supportsUnbalancedLiquidity: true,
|
|
367
|
+
tokenRates: [
|
|
368
|
+
1000000000000000000n,
|
|
369
|
+
1000000000000000000n,
|
|
370
|
+
1023856655511030387n,
|
|
371
|
+
],
|
|
372
|
+
balancesLiveScaled18: [287898462n, 16926957n, 266n],
|
|
373
|
+
swapFee: 10000000000000000n,
|
|
374
|
+
aggregateSwapFee: 500000000000000000n,
|
|
375
|
+
totalSupply: 1000000n,
|
|
376
|
+
scalingFactors: [1n, 1n, 1n],
|
|
377
|
+
isPoolPaused: false,
|
|
378
|
+
erc4626Rates: [null, null, 1023856655511030387n],
|
|
379
|
+
},
|
|
380
|
+
'0x296e25bc554e121b82711dff3124d5f9451c10bc': {
|
|
381
|
+
poolAddress: '0x296e25bc554e121b82711dff3124d5f9451c10bc',
|
|
382
|
+
tokens: [
|
|
383
|
+
'0x4200000000000000000000000000000000000006',
|
|
384
|
+
'0x833589fcd6edb6e08f4c7c32d4f71b54bda02913',
|
|
385
|
+
],
|
|
386
|
+
tokensUnderlying: [null, null],
|
|
387
|
+
weights: [0n, 0n],
|
|
388
|
+
poolType: 'STABLE',
|
|
389
|
+
hookAddress: '0xb2007b8b7e0260042517f635cfd8e6dd2dd7f007',
|
|
390
|
+
hookType: 'StableSurge',
|
|
391
|
+
supportsUnbalancedLiquidity: true,
|
|
392
|
+
tokenRates: [2039417858240000000000n, 999910000000000000n],
|
|
393
|
+
balancesLiveScaled18: [532288n, 999910000000n],
|
|
394
|
+
swapFee: 3500000000000000n,
|
|
395
|
+
aggregateSwapFee: 500000000000000000n,
|
|
396
|
+
totalSupply: 1000000n,
|
|
397
|
+
scalingFactors: [1n, 1000000000000n],
|
|
398
|
+
isPoolPaused: false,
|
|
399
|
+
amp: 1269000n,
|
|
400
|
+
ampIsUpdating: false,
|
|
401
|
+
ampStartValue: 1269000n,
|
|
402
|
+
ampEndValue: 1269000n,
|
|
403
|
+
ampStartTime: 1741996235n,
|
|
404
|
+
ampStopTime: 1741996235n,
|
|
405
|
+
erc4626Rates: [null, null],
|
|
406
|
+
},
|
|
407
|
+
'0x346b0869cc5c9d11976033820908f1690e976a4e': {
|
|
408
|
+
poolAddress: '0x346b0869cc5c9d11976033820908f1690e976a4e',
|
|
409
|
+
tokens: [
|
|
410
|
+
'0x4200000000000000000000000000000000000006',
|
|
411
|
+
'0x833589fcd6edb6e08f4c7c32d4f71b54bda02913',
|
|
412
|
+
],
|
|
413
|
+
tokensUnderlying: [null, null],
|
|
414
|
+
weights: [0n, 0n],
|
|
415
|
+
poolType: 'STABLE',
|
|
416
|
+
hookAddress: '0xb2007b8b7e0260042517f635cfd8e6dd2dd7f007',
|
|
417
|
+
hookType: 'StableSurge',
|
|
418
|
+
supportsUnbalancedLiquidity: true,
|
|
419
|
+
tokenRates: [2042476985027360000000n, 1000000000000000000n],
|
|
420
|
+
balancesLiveScaled18: [132900719951237280n, 28372000000000000n],
|
|
421
|
+
swapFee: 350000000000000n,
|
|
422
|
+
aggregateSwapFee: 500000000000000000n,
|
|
423
|
+
totalSupply: 1000000n,
|
|
424
|
+
scalingFactors: [1n, 1000000000000n],
|
|
425
|
+
isPoolPaused: false,
|
|
426
|
+
amp: 1269000n,
|
|
427
|
+
ampIsUpdating: false,
|
|
428
|
+
ampStartValue: 1269000n,
|
|
429
|
+
ampEndValue: 1269000n,
|
|
430
|
+
ampStartTime: 1741921973n,
|
|
431
|
+
ampStopTime: 1741921973n,
|
|
432
|
+
erc4626Rates: [null, null],
|
|
433
|
+
},
|
|
434
|
+
'0x346c0fe188dd16a28494ea53a7d1e548a484fa21': {
|
|
435
|
+
poolAddress: '0x346c0fe188dd16a28494ea53a7d1e548a484fa21',
|
|
436
|
+
tokens: [
|
|
437
|
+
'0x0c66d591d1ff5944a44aebb65c33f6b6e82a124f',
|
|
438
|
+
'0x2f365fae91672fa05e88f4e9a2f5713790e56447',
|
|
439
|
+
'0x416d60d88bab98fcc49890543f221d5a439e1c2f',
|
|
440
|
+
'0x458468f401ed7364d304af14cf327aeb38264960',
|
|
441
|
+
'0x5e61807e3cdcdea8e3391fb2b8bba8051cf9d632',
|
|
442
|
+
'0x73c212a69f26c0f6d69966a51fe746b93173c347',
|
|
443
|
+
'0xc8300a463ca10158453f54ad27653baa06537ee1',
|
|
444
|
+
'0xe4e4bf1b6b66e456925572881bc5891f06118208',
|
|
445
|
+
],
|
|
446
|
+
tokensUnderlying: [null, null, null, null, null, null, null, null],
|
|
447
|
+
weights: [
|
|
448
|
+
195000000000000000n,
|
|
449
|
+
115000000000000000n,
|
|
450
|
+
115000000000000000n,
|
|
451
|
+
115000000000000000n,
|
|
452
|
+
115000000000000000n,
|
|
453
|
+
115000000000000000n,
|
|
454
|
+
115000000000000000n,
|
|
455
|
+
115000000000000000n,
|
|
456
|
+
],
|
|
457
|
+
poolType: 'WEIGHTED',
|
|
458
|
+
hookAddress: undefined,
|
|
459
|
+
hookType: undefined,
|
|
460
|
+
supportsUnbalancedLiquidity: true,
|
|
461
|
+
tokenRates: [
|
|
462
|
+
1000000000000000000n,
|
|
463
|
+
1000000000000000000n,
|
|
464
|
+
1000000000000000000n,
|
|
465
|
+
1000000000000000000n,
|
|
466
|
+
1000000000000000000n,
|
|
467
|
+
1000000000000000000n,
|
|
468
|
+
1000000000000000000n,
|
|
469
|
+
1000000000000000000n,
|
|
470
|
+
],
|
|
471
|
+
balancesLiveScaled18: [
|
|
472
|
+
52878684485662061023313n,
|
|
473
|
+
497442448183530079441926n,
|
|
474
|
+
576730000000000000000000n,
|
|
475
|
+
507271000000000000000000n,
|
|
476
|
+
565941000000000000000000n,
|
|
477
|
+
508303863224312044241699n,
|
|
478
|
+
556723882993350549382087n,
|
|
479
|
+
562072000000000000000000n,
|
|
480
|
+
],
|
|
481
|
+
swapFee: 10000000000000000n,
|
|
482
|
+
aggregateSwapFee: 500000000000000000n,
|
|
483
|
+
totalSupply: 342240774967174101973174n,
|
|
484
|
+
scalingFactors: [1n, 1n, 1n, 1n, 1n, 1n, 1n, 1n],
|
|
485
|
+
isPoolPaused: false,
|
|
486
|
+
erc4626Rates: [null, null, null, null, null, null, null, null],
|
|
487
|
+
},
|
|
488
|
+
'0x3ae3587950890204e626d3af691a1418b898d186': {
|
|
489
|
+
poolAddress: '0x3ae3587950890204e626d3af691a1418b898d186',
|
|
490
|
+
tokens: [
|
|
491
|
+
'0x0c66d591d1ff5944a44aebb65c33f6b6e82a124f',
|
|
492
|
+
'0x63f37f64e6d4e652d54de207a832c696cddcb290',
|
|
493
|
+
'0x88575f6533ac0a3badd80f03f9b4444322f0bf52',
|
|
494
|
+
'0xd26a86516304ac28655c087b7e5096d62023d16a',
|
|
495
|
+
'0xd741057abca8fd4c0b99d2cd4c7a38c138ec4b47',
|
|
496
|
+
'0xdb8d1d81bee70e634a220d71391e72d38428c67a',
|
|
497
|
+
'0xe6f71b4b79d9256cf086a81b65cfcdf920de4c06',
|
|
498
|
+
'0xfad7985fbc1db3f7962dfef4bb0aec373ead653e',
|
|
499
|
+
],
|
|
500
|
+
tokensUnderlying: [null, null, null, null, null, null, null, null],
|
|
501
|
+
weights: [
|
|
502
|
+
195000000000000000n,
|
|
503
|
+
115000000000000000n,
|
|
504
|
+
115000000000000000n,
|
|
505
|
+
115000000000000000n,
|
|
506
|
+
115000000000000000n,
|
|
507
|
+
115000000000000000n,
|
|
508
|
+
115000000000000000n,
|
|
509
|
+
115000000000000000n,
|
|
510
|
+
],
|
|
511
|
+
poolType: 'WEIGHTED',
|
|
512
|
+
hookAddress: undefined,
|
|
513
|
+
hookType: undefined,
|
|
514
|
+
supportsUnbalancedLiquidity: true,
|
|
515
|
+
tokenRates: [
|
|
516
|
+
1000000000000000000n,
|
|
517
|
+
1000000000000000000n,
|
|
518
|
+
1000000000000000000n,
|
|
519
|
+
1000000000000000000n,
|
|
520
|
+
1000000000000000000n,
|
|
521
|
+
1000000000000000000n,
|
|
522
|
+
1000000000000000000n,
|
|
523
|
+
1000000000000000000n,
|
|
524
|
+
],
|
|
525
|
+
balancesLiveScaled18: [
|
|
526
|
+
36693175677877771324673n,
|
|
527
|
+
338235000000000000000000n,
|
|
528
|
+
373453739894770497240655n,
|
|
529
|
+
145570000000000000000000n,
|
|
530
|
+
336581000000000000000000n,
|
|
531
|
+
338232000000000000000000n,
|
|
532
|
+
409500097610745050314205n,
|
|
533
|
+
338068000000000000000000n,
|
|
534
|
+
],
|
|
535
|
+
swapFee: 10000000000000000n,
|
|
536
|
+
aggregateSwapFee: 500000000000000000n,
|
|
537
|
+
totalSupply: 205667965983704556958221n,
|
|
538
|
+
scalingFactors: [1n, 1n, 1n, 1n, 1n, 1n, 1n, 1n],
|
|
539
|
+
isPoolPaused: false,
|
|
540
|
+
erc4626Rates: [null, null, null, null, null, null, null, null],
|
|
541
|
+
},
|
|
542
|
+
'0x3b90720ddc48ea87e675d53a7a8ff4d1d3c9c4de': {
|
|
543
|
+
poolAddress: '0x3b90720ddc48ea87e675d53a7a8ff4d1d3c9c4de',
|
|
544
|
+
tokens: [
|
|
545
|
+
'0x833589fcd6edb6e08f4c7c32d4f71b54bda02913',
|
|
546
|
+
'0xf958d21c1a59ba6c477636231067af5c265ecd72',
|
|
547
|
+
],
|
|
548
|
+
tokensUnderlying: [null, null],
|
|
549
|
+
weights: [500000000000000000n, 500000000000000000n],
|
|
550
|
+
poolType: 'WEIGHTED',
|
|
551
|
+
hookAddress: undefined,
|
|
552
|
+
hookType: undefined,
|
|
553
|
+
supportsUnbalancedLiquidity: true,
|
|
554
|
+
tokenRates: [1000000000000000000n, 1000000000000000000n],
|
|
555
|
+
balancesLiveScaled18: [1188532000000000000n, 75949050781585415796781n],
|
|
556
|
+
swapFee: 34500000000000000n,
|
|
557
|
+
aggregateSwapFee: 500000000000000000n,
|
|
558
|
+
totalSupply: 299999999999993999513n,
|
|
559
|
+
scalingFactors: [1000000000000n, 1n],
|
|
560
|
+
isPoolPaused: false,
|
|
561
|
+
erc4626Rates: [null, null],
|
|
562
|
+
},
|
|
563
|
+
'0x3f00d392f0a9ebdae14f4ea494650bf78954138e': {
|
|
564
|
+
poolAddress: '0x3f00d392f0a9ebdae14f4ea494650bf78954138e',
|
|
565
|
+
tokens: [
|
|
566
|
+
'0x833589fcd6edb6e08f4c7c32d4f71b54bda02913',
|
|
567
|
+
'0xfde4c96c8593536e31f229ea8f37b2ada2699bb2',
|
|
568
|
+
],
|
|
569
|
+
tokensUnderlying: [null, null],
|
|
570
|
+
weights: [0n, 0n],
|
|
571
|
+
poolType: 'STABLE',
|
|
572
|
+
hookAddress: undefined,
|
|
573
|
+
hookType: undefined,
|
|
574
|
+
supportsUnbalancedLiquidity: true,
|
|
575
|
+
tokenRates: [1000000000000000000n, 1000000000000000000n],
|
|
576
|
+
balancesLiveScaled18: [12006000000000000n, 10700000000000000n],
|
|
577
|
+
swapFee: 10000000000000000n,
|
|
578
|
+
aggregateSwapFee: 500000000000000000n,
|
|
579
|
+
totalSupply: 20000000000000000n,
|
|
580
|
+
scalingFactors: [1000000000000n, 1000000000000n],
|
|
581
|
+
isPoolPaused: false,
|
|
582
|
+
amp: 10000n,
|
|
583
|
+
ampIsUpdating: false,
|
|
584
|
+
ampStartValue: 10000n,
|
|
585
|
+
ampEndValue: 10000n,
|
|
586
|
+
ampStartTime: 1741856195n,
|
|
587
|
+
ampStopTime: 1741856195n,
|
|
588
|
+
erc4626Rates: [null, null],
|
|
589
|
+
},
|
|
590
|
+
'0x4147d8aeecb75bc9f5c973c3b73d2dfc4dcce131': {
|
|
591
|
+
poolAddress: '0x4147d8aeecb75bc9f5c973c3b73d2dfc4dcce131',
|
|
592
|
+
tokens: [
|
|
593
|
+
'0x5875eee11cf8398102fdad704c9e96607675467a',
|
|
594
|
+
'0x616a4e1db48e22028f6bbf20444cd3b8e3273738',
|
|
595
|
+
],
|
|
596
|
+
tokensUnderlying: [null, '0x833589fcd6edb6e08f4c7c32d4f71b54bda02913'],
|
|
597
|
+
weights: [0n, 0n],
|
|
598
|
+
poolType: 'STABLE',
|
|
599
|
+
hookAddress: undefined,
|
|
600
|
+
hookType: undefined,
|
|
601
|
+
supportsUnbalancedLiquidity: true,
|
|
602
|
+
tokenRates: [1043648249031533385n, 1008722421943765662n],
|
|
603
|
+
balancesLiveScaled18: [
|
|
604
|
+
309686648882627652637818n,
|
|
605
|
+
366868731993311223414457n,
|
|
606
|
+
],
|
|
607
|
+
swapFee: 50000000000000n,
|
|
608
|
+
aggregateSwapFee: 500000000000000000n,
|
|
609
|
+
totalSupply: 671456634546337630962104n,
|
|
610
|
+
scalingFactors: [1n, 1n],
|
|
611
|
+
isPoolPaused: false,
|
|
612
|
+
amp: 500000n,
|
|
613
|
+
ampIsUpdating: false,
|
|
614
|
+
ampStartValue: 500000n,
|
|
615
|
+
ampEndValue: 500000n,
|
|
616
|
+
ampStartTime: 1738341775n,
|
|
617
|
+
ampStopTime: 1738341775n,
|
|
618
|
+
erc4626Rates: [null, 1008722n],
|
|
619
|
+
},
|
|
620
|
+
'0x415b70c5ac75fa01dd3e7aad2899bba1fd8b573c': {
|
|
621
|
+
poolAddress: '0x415b70c5ac75fa01dd3e7aad2899bba1fd8b573c',
|
|
622
|
+
tokens: [
|
|
623
|
+
'0x3a1a33cf4553db61f0db2c1e1721cd480b02789f',
|
|
624
|
+
'0x4200000000000000000000000000000000000006',
|
|
625
|
+
'0xb8d98a102b0079b69ffbc760c8d857a31653e56e',
|
|
626
|
+
],
|
|
627
|
+
tokensUnderlying: [null, null, null],
|
|
628
|
+
weights: [333500000000000000n, 333500000000000000n, 333000000000000000n],
|
|
629
|
+
poolType: 'WEIGHTED',
|
|
630
|
+
hookAddress: undefined,
|
|
631
|
+
hookType: undefined,
|
|
632
|
+
supportsUnbalancedLiquidity: true,
|
|
633
|
+
tokenRates: [
|
|
634
|
+
1000000000000000000n,
|
|
635
|
+
1000000000000000000n,
|
|
636
|
+
1000000000000000000n,
|
|
637
|
+
],
|
|
638
|
+
balancesLiveScaled18: [8864n, 35n, 3333502578702n],
|
|
639
|
+
swapFee: 3000000000000000n,
|
|
640
|
+
aggregateSwapFee: 500000000000000000n,
|
|
641
|
+
totalSupply: 1000000n,
|
|
642
|
+
scalingFactors: [1n, 1n, 1n],
|
|
643
|
+
isPoolPaused: false,
|
|
644
|
+
erc4626Rates: [null, null, null],
|
|
645
|
+
},
|
|
646
|
+
'0x426c5865286411b271bf4a0d0580bb3893c43bbc': {
|
|
647
|
+
poolAddress: '0x426c5865286411b271bf4a0d0580bb3893c43bbc',
|
|
648
|
+
tokens: [
|
|
649
|
+
'0x4200000000000000000000000000000000000006',
|
|
650
|
+
'0x833589fcd6edb6e08f4c7c32d4f71b54bda02913',
|
|
651
|
+
],
|
|
652
|
+
tokensUnderlying: [null, null],
|
|
653
|
+
weights: [0n, 0n],
|
|
654
|
+
poolType: 'STABLE',
|
|
655
|
+
hookAddress: '0xb2007b8b7e0260042517f635cfd8e6dd2dd7f007',
|
|
656
|
+
hookType: 'StableSurge',
|
|
657
|
+
supportsUnbalancedLiquidity: true,
|
|
658
|
+
tokenRates: [2039417858240000000000n, 1000000000000000000n],
|
|
659
|
+
balancesLiveScaled18: [581234n, 1000000000000n],
|
|
660
|
+
swapFee: 300000000000000n,
|
|
661
|
+
aggregateSwapFee: 500000000000000000n,
|
|
662
|
+
totalSupply: 1000000n,
|
|
663
|
+
scalingFactors: [1n, 1000000000000n],
|
|
664
|
+
isPoolPaused: false,
|
|
665
|
+
amp: 950000n,
|
|
666
|
+
ampIsUpdating: false,
|
|
667
|
+
ampStartValue: 950000n,
|
|
668
|
+
ampEndValue: 950000n,
|
|
669
|
+
ampStartTime: 1742088219n,
|
|
670
|
+
ampStopTime: 1742088219n,
|
|
671
|
+
erc4626Rates: [null, null],
|
|
672
|
+
},
|
|
673
|
+
'0x454454bb215b5b876c61c9957500bf4a0d1da8d8': {
|
|
674
|
+
poolAddress: '0x454454bb215b5b876c61c9957500bf4a0d1da8d8',
|
|
675
|
+
tokens: [
|
|
676
|
+
'0x4200000000000000000000000000000000000006',
|
|
677
|
+
'0xc96537a4d080f3e218062328671a61dae5a36684',
|
|
678
|
+
],
|
|
679
|
+
tokensUnderlying: [null, null],
|
|
680
|
+
weights: [10000000000000000n, 990000000000000000n],
|
|
681
|
+
poolType: 'WEIGHTED',
|
|
682
|
+
hookAddress: undefined,
|
|
683
|
+
hookType: undefined,
|
|
684
|
+
supportsUnbalancedLiquidity: true,
|
|
685
|
+
tokenRates: [2039417858240000000000n, 1000000000000000000n],
|
|
686
|
+
balancesLiveScaled18: [2039n, 1213604n],
|
|
687
|
+
swapFee: 10000000000000000n,
|
|
688
|
+
aggregateSwapFee: 500000000000000000n,
|
|
689
|
+
totalSupply: 1000000n,
|
|
690
|
+
scalingFactors: [1n, 1n],
|
|
691
|
+
isPoolPaused: false,
|
|
692
|
+
erc4626Rates: [null, null],
|
|
693
|
+
},
|
|
694
|
+
'0x54277cfe0b60fa78f6b2dadb95d2d065f9c62210': {
|
|
695
|
+
poolAddress: '0x54277cfe0b60fa78f6b2dadb95d2d065f9c62210',
|
|
696
|
+
tokens: [
|
|
697
|
+
'0x4200000000000000000000000000000000000006',
|
|
698
|
+
'0x833589fcd6edb6e08f4c7c32d4f71b54bda02913',
|
|
699
|
+
],
|
|
700
|
+
tokensUnderlying: [null, null],
|
|
701
|
+
weights: [0n, 0n],
|
|
702
|
+
poolType: 'STABLE',
|
|
703
|
+
hookAddress: '0xb2007b8b7e0260042517f635cfd8e6dd2dd7f007',
|
|
704
|
+
hookType: 'StableSurge',
|
|
705
|
+
supportsUnbalancedLiquidity: true,
|
|
706
|
+
tokenRates: [2039213936846315368463n, 999710057988402319n],
|
|
707
|
+
balancesLiveScaled18: [825881n, 999710057988n],
|
|
708
|
+
swapFee: 350000000000000n,
|
|
709
|
+
aggregateSwapFee: 500000000000000000n,
|
|
710
|
+
totalSupply: 1000000n,
|
|
711
|
+
scalingFactors: [1n, 1000000000000n],
|
|
712
|
+
isPoolPaused: false,
|
|
713
|
+
amp: 1499000n,
|
|
714
|
+
ampIsUpdating: false,
|
|
715
|
+
ampStartValue: 1499000n,
|
|
716
|
+
ampEndValue: 1499000n,
|
|
717
|
+
ampStartTime: 1741877175n,
|
|
718
|
+
ampStopTime: 1741877175n,
|
|
719
|
+
erc4626Rates: [null, null],
|
|
720
|
+
},
|
|
721
|
+
'0x57109e65c8692889770ad6dbfbda8631ee6d3239': {
|
|
722
|
+
poolAddress: '0x57109e65c8692889770ad6dbfbda8631ee6d3239',
|
|
723
|
+
tokens: [
|
|
724
|
+
'0x4200000000000000000000000000000000000006',
|
|
725
|
+
'0xcbb7c0000ab88b473b1f5afd9ef808440eed33bf',
|
|
726
|
+
],
|
|
727
|
+
tokensUnderlying: [null, null],
|
|
728
|
+
weights: [0n, 0n],
|
|
729
|
+
poolType: 'STABLE',
|
|
730
|
+
hookAddress: undefined,
|
|
731
|
+
hookType: undefined,
|
|
732
|
+
supportsUnbalancedLiquidity: true,
|
|
733
|
+
tokenRates: [1000000000000000000n, 1000000000000000000n],
|
|
734
|
+
balancesLiveScaled18: [2378800n, 10000000000n],
|
|
735
|
+
swapFee: 3000000000000000n,
|
|
736
|
+
aggregateSwapFee: 500000000000000000n,
|
|
737
|
+
totalSupply: 1000000n,
|
|
738
|
+
scalingFactors: [1n, 10000000000n],
|
|
739
|
+
isPoolPaused: false,
|
|
740
|
+
amp: 1000n,
|
|
741
|
+
ampIsUpdating: false,
|
|
742
|
+
ampStartValue: 1000n,
|
|
743
|
+
ampEndValue: 1000n,
|
|
744
|
+
ampStartTime: 1740846281n,
|
|
745
|
+
ampStopTime: 1740846281n,
|
|
746
|
+
erc4626Rates: [null, null],
|
|
747
|
+
},
|
|
748
|
+
'0x5b79a67cc89562688cf7dfbfd49c4499ef3e9217': {
|
|
749
|
+
poolAddress: '0x5b79a67cc89562688cf7dfbfd49c4499ef3e9217',
|
|
750
|
+
tokens: [
|
|
751
|
+
'0xd9aaec86b65d86f6a7b5b1b0c42ffa531710b6ca',
|
|
752
|
+
'0xe298b938631f750dd409fb18227c4a23dcdaab9b',
|
|
753
|
+
],
|
|
754
|
+
tokensUnderlying: [null, '0x4200000000000000000000000000000000000006'],
|
|
755
|
+
weights: [500000000000000000n, 500000000000000000n],
|
|
756
|
+
poolType: 'WEIGHTED',
|
|
757
|
+
hookAddress: undefined,
|
|
758
|
+
hookType: undefined,
|
|
759
|
+
supportsUnbalancedLiquidity: true,
|
|
760
|
+
tokenRates: [1131613477331734412n, 1131613477331734412n],
|
|
761
|
+
balancesLiveScaled18: [280640142378270n, 199662521107n],
|
|
762
|
+
swapFee: 10000000000000000n,
|
|
763
|
+
aggregateSwapFee: 500000000000000000n,
|
|
764
|
+
totalSupply: 7482701621200n,
|
|
765
|
+
scalingFactors: [1000000000000n, 1n],
|
|
766
|
+
isPoolPaused: false,
|
|
767
|
+
erc4626Rates: [null, 1023856655511030387n],
|
|
768
|
+
},
|
|
769
|
+
'0x5c470b6fd43038cec70b7ea2c460591655e2bc02': {
|
|
770
|
+
poolAddress: '0x5c470b6fd43038cec70b7ea2c460591655e2bc02',
|
|
771
|
+
tokens: [
|
|
772
|
+
'0xe9f2a5f9f3c846f29066d7fb3564f8e6b6b2d65b',
|
|
773
|
+
'0xffe8b2295cef70290819a8193834cc7900bcef5f',
|
|
774
|
+
],
|
|
775
|
+
tokensUnderlying: ['0x833589fcd6edb6e08f4c7c32d4f71b54bda02913', null],
|
|
776
|
+
weights: [0n, 0n],
|
|
777
|
+
poolType: 'STABLE',
|
|
778
|
+
hookAddress: '0xb2007b8b7e0260042517f635cfd8e6dd2dd7f007',
|
|
779
|
+
hookType: 'StableSurge',
|
|
780
|
+
supportsUnbalancedLiquidity: true,
|
|
781
|
+
tokenRates: [1011425048444941288n, 1028468666929206000n],
|
|
782
|
+
balancesLiveScaled18: [19227279416050333521164n, 3647233020070283417119n],
|
|
783
|
+
swapFee: 200000000000000n,
|
|
784
|
+
aggregateSwapFee: 500000000000000000n,
|
|
785
|
+
totalSupply: 22719859372047566438644n,
|
|
786
|
+
scalingFactors: [1000000000000n, 1000000000000n],
|
|
787
|
+
isPoolPaused: false,
|
|
788
|
+
amp: 200000n,
|
|
789
|
+
ampIsUpdating: false,
|
|
790
|
+
ampStartValue: 200000n,
|
|
791
|
+
ampEndValue: 200000n,
|
|
792
|
+
ampStartTime: 1740181749n,
|
|
793
|
+
ampStopTime: 1740181749n,
|
|
794
|
+
erc4626Rates: [1011425048444941288n, null],
|
|
795
|
+
},
|
|
796
|
+
'0x664f9337a96197466ca7ce78e2c4d70546627a88': {
|
|
797
|
+
poolAddress: '0x664f9337a96197466ca7ce78e2c4d70546627a88',
|
|
798
|
+
tokens: [
|
|
799
|
+
'0x4200000000000000000000000000000000000006',
|
|
800
|
+
'0x833589fcd6edb6e08f4c7c32d4f71b54bda02913',
|
|
801
|
+
],
|
|
802
|
+
tokensUnderlying: [null, null],
|
|
803
|
+
weights: [0n, 0n],
|
|
804
|
+
poolType: 'STABLE',
|
|
805
|
+
hookAddress: '0xb2007b8b7e0260042517f635cfd8e6dd2dd7f007',
|
|
806
|
+
hookType: 'StableSurge',
|
|
807
|
+
supportsUnbalancedLiquidity: true,
|
|
808
|
+
tokenRates: [2039213936846315368463n, 1000000000000000000n],
|
|
809
|
+
balancesLiveScaled18: [552626n, 1000000000000n],
|
|
810
|
+
swapFee: 300000000000000n,
|
|
811
|
+
aggregateSwapFee: 500000000000000000n,
|
|
812
|
+
totalSupply: 1000000n,
|
|
813
|
+
scalingFactors: [1n, 1000000000000n],
|
|
814
|
+
isPoolPaused: false,
|
|
815
|
+
amp: 1350000n,
|
|
816
|
+
ampIsUpdating: false,
|
|
817
|
+
ampStartValue: 1350000n,
|
|
818
|
+
ampEndValue: 1350000n,
|
|
819
|
+
ampStartTime: 1742087857n,
|
|
820
|
+
ampStopTime: 1742087857n,
|
|
821
|
+
erc4626Rates: [null, null],
|
|
822
|
+
},
|
|
823
|
+
'0x66d7b6ead3d1bc1a7d54f4812f33d3b276aa4b68': {
|
|
824
|
+
poolAddress: '0x66d7b6ead3d1bc1a7d54f4812f33d3b276aa4b68',
|
|
825
|
+
tokens: [
|
|
826
|
+
'0x7de4053b323f1b42ac1d29f35ee6393ae018c458',
|
|
827
|
+
'0xb1a10c3a12a19aa841305a38cf3050d7e3dfba98',
|
|
828
|
+
],
|
|
829
|
+
tokensUnderlying: [null, null],
|
|
830
|
+
weights: [0n, 0n],
|
|
831
|
+
poolType: 'STABLE',
|
|
832
|
+
hookAddress: undefined,
|
|
833
|
+
hookType: undefined,
|
|
834
|
+
supportsUnbalancedLiquidity: true,
|
|
835
|
+
tokenRates: [1000000000000000000n, 1000000000000000000n],
|
|
836
|
+
balancesLiveScaled18: [2000000000000000000000n, 1000000000000000000000n],
|
|
837
|
+
swapFee: 3000000000000000n,
|
|
838
|
+
aggregateSwapFee: 500000000000000000n,
|
|
839
|
+
totalSupply: 2983226103055844163963n,
|
|
840
|
+
scalingFactors: [1n, 1n],
|
|
841
|
+
isPoolPaused: false,
|
|
842
|
+
amp: 10000n,
|
|
843
|
+
ampIsUpdating: false,
|
|
844
|
+
ampStartValue: 10000n,
|
|
845
|
+
ampEndValue: 10000n,
|
|
846
|
+
ampStartTime: 1738778047n,
|
|
847
|
+
ampStopTime: 1738778047n,
|
|
848
|
+
erc4626Rates: [null, null],
|
|
849
|
+
},
|
|
850
|
+
'0x67f50d90a7ccf3e7b34a5fa48f3d2bb148f0c597': {
|
|
851
|
+
poolAddress: '0x67f50d90a7ccf3e7b34a5fa48f3d2bb148f0c597',
|
|
852
|
+
tokens: [
|
|
853
|
+
'0x4200000000000000000000000000000000000006',
|
|
854
|
+
'0x833589fcd6edb6e08f4c7c32d4f71b54bda02913',
|
|
855
|
+
],
|
|
856
|
+
tokensUnderlying: [null, null],
|
|
857
|
+
weights: [0n, 0n],
|
|
858
|
+
poolType: 'STABLE',
|
|
859
|
+
hookAddress: undefined,
|
|
860
|
+
hookType: undefined,
|
|
861
|
+
supportsUnbalancedLiquidity: true,
|
|
862
|
+
tokenRates: [2039417858240000000000n, 1000000000000000000n],
|
|
863
|
+
balancesLiveScaled18: [713796n, 1000000000000n],
|
|
864
|
+
swapFee: 1000000000000000n,
|
|
865
|
+
aggregateSwapFee: 500000000000000000n,
|
|
866
|
+
totalSupply: 1000000n,
|
|
867
|
+
scalingFactors: [1n, 1000000000000n],
|
|
868
|
+
isPoolPaused: false,
|
|
869
|
+
amp: 1000000n,
|
|
870
|
+
ampIsUpdating: false,
|
|
871
|
+
ampStartValue: 1000000n,
|
|
872
|
+
ampEndValue: 1000000n,
|
|
873
|
+
ampStartTime: 1742091309n,
|
|
874
|
+
ampStopTime: 1742091309n,
|
|
875
|
+
erc4626Rates: [null, null],
|
|
876
|
+
},
|
|
877
|
+
'0x6bc597d850548bc5d081d1fd3cf91abaca9da92c': {
|
|
878
|
+
poolAddress: '0x6bc597d850548bc5d081d1fd3cf91abaca9da92c',
|
|
879
|
+
tokens: [
|
|
880
|
+
'0x2531ec1720e5d1bc82052585271d4be3f43e392f',
|
|
881
|
+
'0xe298b938631f750dd409fb18227c4a23dcdaab9b',
|
|
882
|
+
],
|
|
883
|
+
tokensUnderlying: [null, '0x4200000000000000000000000000000000000006'],
|
|
884
|
+
weights: [500000000000000000n, 500000000000000000n],
|
|
885
|
+
poolType: 'WEIGHTED',
|
|
886
|
+
hookAddress: undefined,
|
|
887
|
+
hookType: undefined,
|
|
888
|
+
supportsUnbalancedLiquidity: true,
|
|
889
|
+
tokenRates: [1000000000000000000n, 1023856655511030387n],
|
|
890
|
+
balancesLiveScaled18: [43389258727054439087422356n, 1742404900225107755n],
|
|
891
|
+
swapFee: 50000000000000000n,
|
|
892
|
+
aggregateSwapFee: 500000000000000000n,
|
|
893
|
+
totalSupply: 8076334163914270816521n,
|
|
894
|
+
scalingFactors: [1n, 1n],
|
|
895
|
+
isPoolPaused: false,
|
|
896
|
+
erc4626Rates: [null, 1023856655511030387n],
|
|
897
|
+
},
|
|
898
|
+
'0x6e0cbe52c40b83dee80bec27cc739ea942f0ee89': {
|
|
899
|
+
poolAddress: '0x6e0cbe52c40b83dee80bec27cc739ea942f0ee89',
|
|
900
|
+
tokens: [
|
|
901
|
+
'0x3a1a33cf4553db61f0db2c1e1721cd480b02789f',
|
|
902
|
+
'0x4200000000000000000000000000000000000006',
|
|
903
|
+
'0xb8d98a102b0079b69ffbc760c8d857a31653e56e',
|
|
904
|
+
],
|
|
905
|
+
tokensUnderlying: [null, null, null],
|
|
906
|
+
weights: [333500000000000000n, 333000000000000000n, 333500000000000000n],
|
|
907
|
+
poolType: 'WEIGHTED',
|
|
908
|
+
hookAddress: undefined,
|
|
909
|
+
hookType: undefined,
|
|
910
|
+
supportsUnbalancedLiquidity: true,
|
|
911
|
+
tokenRates: [
|
|
912
|
+
1000000000000000000n,
|
|
913
|
+
1000000000000000000n,
|
|
914
|
+
1000000000000000000n,
|
|
915
|
+
],
|
|
916
|
+
balancesLiveScaled18: [7833n, 33n, 3854501071380n],
|
|
917
|
+
swapFee: 3000000000000000n,
|
|
918
|
+
aggregateSwapFee: 500000000000000000n,
|
|
919
|
+
totalSupply: 1000000n,
|
|
920
|
+
scalingFactors: [1n, 1n, 1n],
|
|
921
|
+
isPoolPaused: false,
|
|
922
|
+
erc4626Rates: [null, null, null],
|
|
923
|
+
},
|
|
924
|
+
'0x77887b83c8ef680ede10da490745254d68d0e536': {
|
|
925
|
+
poolAddress: '0x77887b83c8ef680ede10da490745254d68d0e536',
|
|
926
|
+
tokens: [
|
|
927
|
+
'0x4200000000000000000000000000000000000006',
|
|
928
|
+
'0x833589fcd6edb6e08f4c7c32d4f71b54bda02913',
|
|
929
|
+
],
|
|
930
|
+
tokensUnderlying: [null, null],
|
|
931
|
+
weights: [0n, 0n],
|
|
932
|
+
poolType: 'STABLE',
|
|
933
|
+
hookAddress: undefined,
|
|
934
|
+
hookType: undefined,
|
|
935
|
+
supportsUnbalancedLiquidity: true,
|
|
936
|
+
tokenRates: [2039417858240000000000n, 1000000000000000000n],
|
|
937
|
+
balancesLiveScaled18: [353817386592354187001n, 452699517000000000000n],
|
|
938
|
+
swapFee: 300000000000000n,
|
|
939
|
+
aggregateSwapFee: 500000000000000000n,
|
|
940
|
+
totalSupply: 299740199887521490329n,
|
|
941
|
+
scalingFactors: [1n, 1000000000000n],
|
|
942
|
+
isPoolPaused: false,
|
|
943
|
+
amp: 1000000n,
|
|
944
|
+
ampIsUpdating: false,
|
|
945
|
+
ampStartValue: 1000000n,
|
|
946
|
+
ampEndValue: 1000000n,
|
|
947
|
+
ampStartTime: 1740538645n,
|
|
948
|
+
ampStopTime: 1740538645n,
|
|
949
|
+
erc4626Rates: [null, null],
|
|
950
|
+
},
|
|
951
|
+
'0x7ab124ec4029316c2a42f713828ddf2a192b36db': {
|
|
952
|
+
poolAddress: '0x7ab124ec4029316c2a42f713828ddf2a192b36db',
|
|
953
|
+
tokens: [
|
|
954
|
+
'0x88b1cd4b430d95b406e382c3cdbae54697a0286e',
|
|
955
|
+
'0xc768c589647798a6ee01a91fde98ef2ed046dbd6',
|
|
956
|
+
],
|
|
957
|
+
tokensUnderlying: [
|
|
958
|
+
'0x6bb7a212910682dcfdbd5bcbb3e28fb4e8da10ee',
|
|
959
|
+
'0x833589fcd6edb6e08f4c7c32d4f71b54bda02913',
|
|
960
|
+
],
|
|
961
|
+
weights: [0n, 0n],
|
|
962
|
+
poolType: 'STABLE',
|
|
963
|
+
hookAddress: undefined,
|
|
964
|
+
hookType: undefined,
|
|
965
|
+
supportsUnbalancedLiquidity: true,
|
|
966
|
+
tokenRates: [1001898823915666052n, 1083089061266851648n],
|
|
967
|
+
balancesLiveScaled18: [
|
|
968
|
+
6422795192356183313226852n,
|
|
969
|
+
5154261209959413512454331n,
|
|
970
|
+
],
|
|
971
|
+
swapFee: 1000000000000000n,
|
|
972
|
+
aggregateSwapFee: 500000000000000000n,
|
|
973
|
+
totalSupply: 11535213649866185709787229n,
|
|
974
|
+
scalingFactors: [1n, 1000000000000n],
|
|
975
|
+
isPoolPaused: false,
|
|
976
|
+
amp: 1250000n,
|
|
977
|
+
ampIsUpdating: false,
|
|
978
|
+
ampStartValue: 1250000n,
|
|
979
|
+
ampEndValue: 1250000n,
|
|
980
|
+
ampStartTime: 1739302763n,
|
|
981
|
+
ampStopTime: 1739302763n,
|
|
982
|
+
erc4626Rates: [1001898823915666052n, 1083089061266851648n],
|
|
983
|
+
},
|
|
984
|
+
'0x7b15cb74c878712d4632e48030a313703f86664a': {
|
|
985
|
+
poolAddress: '0x7b15cb74c878712d4632e48030a313703f86664a',
|
|
986
|
+
tokens: [
|
|
987
|
+
'0x4200000000000000000000000000000000000006',
|
|
988
|
+
'0x558a2060f620d0d7d96c0655e86902efeabb297a',
|
|
989
|
+
],
|
|
990
|
+
tokensUnderlying: [null, null],
|
|
991
|
+
weights: [10000000000000000n, 990000000000000000n],
|
|
992
|
+
poolType: 'WEIGHTED',
|
|
993
|
+
hookAddress: undefined,
|
|
994
|
+
hookType: undefined,
|
|
995
|
+
supportsUnbalancedLiquidity: true,
|
|
996
|
+
tokenRates: [2039417858240000000000n, 1000000000000000000n],
|
|
997
|
+
balancesLiveScaled18: [2039n, 1240357n],
|
|
998
|
+
swapFee: 10000000000000000n,
|
|
999
|
+
aggregateSwapFee: 500000000000000000n,
|
|
1000
|
+
totalSupply: 1000000n,
|
|
1001
|
+
scalingFactors: [1n, 1n],
|
|
1002
|
+
isPoolPaused: false,
|
|
1003
|
+
erc4626Rates: [null, null],
|
|
1004
|
+
},
|
|
1005
|
+
'0x7e62fcc2f7f3db4436b8275c1cb68ccf4528e828': {
|
|
1006
|
+
poolAddress: '0x7e62fcc2f7f3db4436b8275c1cb68ccf4528e828',
|
|
1007
|
+
tokens: [
|
|
1008
|
+
'0x4200000000000000000000000000000000000006',
|
|
1009
|
+
'0x833589fcd6edb6e08f4c7c32d4f71b54bda02913',
|
|
1010
|
+
],
|
|
1011
|
+
tokensUnderlying: [null, null],
|
|
1012
|
+
weights: [500000000000000000n, 500000000000000000n],
|
|
1013
|
+
poolType: 'WEIGHTED',
|
|
1014
|
+
hookAddress: undefined,
|
|
1015
|
+
hookType: undefined,
|
|
1016
|
+
supportsUnbalancedLiquidity: true,
|
|
1017
|
+
tokenRates: [2039213936846315368463n, 1000000000000000000n],
|
|
1018
|
+
balancesLiveScaled18: [1058352n, 1000000000000n],
|
|
1019
|
+
swapFee: 400000000000000n,
|
|
1020
|
+
aggregateSwapFee: 500000000000000000n,
|
|
1021
|
+
totalSupply: 1000000n,
|
|
1022
|
+
scalingFactors: [1n, 1000000000000n],
|
|
1023
|
+
isPoolPaused: false,
|
|
1024
|
+
erc4626Rates: [null, null],
|
|
1025
|
+
},
|
|
1026
|
+
'0x809d9451332ba1959cd8de4c22682eeea7d99072': {
|
|
1027
|
+
poolAddress: '0x809d9451332ba1959cd8de4c22682eeea7d99072',
|
|
1028
|
+
tokens: [
|
|
1029
|
+
'0xe298b938631f750dd409fb18227c4a23dcdaab9b',
|
|
1030
|
+
'0xe9f2a5f9f3c846f29066d7fb3564f8e6b6b2d65b',
|
|
1031
|
+
],
|
|
1032
|
+
tokensUnderlying: [
|
|
1033
|
+
'0x4200000000000000000000000000000000000006',
|
|
1034
|
+
'0x833589fcd6edb6e08f4c7c32d4f71b54bda02913',
|
|
1035
|
+
],
|
|
1036
|
+
weights: [0n, 0n],
|
|
1037
|
+
poolType: 'STABLE',
|
|
1038
|
+
hookAddress: '0xb2007b8b7e0260042517f635cfd8e6dd2dd7f007',
|
|
1039
|
+
hookType: 'StableSurge',
|
|
1040
|
+
supportsUnbalancedLiquidity: true,
|
|
1041
|
+
tokenRates: [1023856655511030387n, 1011425048444941288n],
|
|
1042
|
+
balancesLiveScaled18: [618n, 1011425048444n],
|
|
1043
|
+
swapFee: 400000000000000n,
|
|
1044
|
+
aggregateSwapFee: 500000000000000000n,
|
|
1045
|
+
totalSupply: 1000000n,
|
|
1046
|
+
scalingFactors: [1n, 1000000000000n],
|
|
1047
|
+
isPoolPaused: false,
|
|
1048
|
+
amp: 1500000n,
|
|
1049
|
+
ampIsUpdating: false,
|
|
1050
|
+
ampStartValue: 1500000n,
|
|
1051
|
+
ampEndValue: 1500000n,
|
|
1052
|
+
ampStartTime: 1741914247n,
|
|
1053
|
+
ampStopTime: 1741914247n,
|
|
1054
|
+
erc4626Rates: [1023856655511030387n, 1011425048444941288n],
|
|
1055
|
+
},
|
|
1056
|
+
'0x886c6629e5aec74e72044514a239698d1d751629': {
|
|
1057
|
+
poolAddress: '0x886c6629e5aec74e72044514a239698d1d751629',
|
|
1058
|
+
tokens: [
|
|
1059
|
+
'0x4200000000000000000000000000000000000006',
|
|
1060
|
+
'0x833589fcd6edb6e08f4c7c32d4f71b54bda02913',
|
|
1061
|
+
],
|
|
1062
|
+
tokensUnderlying: [null, null],
|
|
1063
|
+
weights: [0n, 0n],
|
|
1064
|
+
poolType: 'STABLE',
|
|
1065
|
+
hookAddress: '0xb2007b8b7e0260042517f635cfd8e6dd2dd7f007',
|
|
1066
|
+
hookType: 'StableSurge',
|
|
1067
|
+
supportsUnbalancedLiquidity: true,
|
|
1068
|
+
tokenRates: [1000000000000000000n, 1000000000000000000n],
|
|
1069
|
+
balancesLiveScaled18: [78692636789003133n, 50000003000000000000n],
|
|
1070
|
+
swapFee: 500000000000000n,
|
|
1071
|
+
aggregateSwapFee: 500000000000000000n,
|
|
1072
|
+
totalSupply: 14972569841994701367n,
|
|
1073
|
+
scalingFactors: [1n, 1000000000000n],
|
|
1074
|
+
isPoolPaused: false,
|
|
1075
|
+
amp: 10000n,
|
|
1076
|
+
ampIsUpdating: false,
|
|
1077
|
+
ampStartValue: 10000n,
|
|
1078
|
+
ampEndValue: 10000n,
|
|
1079
|
+
ampStartTime: 1740063567n,
|
|
1080
|
+
ampStopTime: 1740063567n,
|
|
1081
|
+
erc4626Rates: [null, null],
|
|
1082
|
+
},
|
|
1083
|
+
'0x8ccae9702cbbbba7a4e3752354987d67f496dedb': {
|
|
1084
|
+
poolAddress: '0x8ccae9702cbbbba7a4e3752354987d67f496dedb',
|
|
1085
|
+
tokens: [
|
|
1086
|
+
'0x4200000000000000000000000000000000000006',
|
|
1087
|
+
'0xbe68bd4a8d4977eee7b87775411877d73fc8cdf3',
|
|
1088
|
+
],
|
|
1089
|
+
tokensUnderlying: [null, null],
|
|
1090
|
+
weights: [200000000000000000n, 800000000000000000n],
|
|
1091
|
+
poolType: 'WEIGHTED',
|
|
1092
|
+
hookAddress: undefined,
|
|
1093
|
+
hookType: undefined,
|
|
1094
|
+
supportsUnbalancedLiquidity: true,
|
|
1095
|
+
tokenRates: [1000000000000000000n, 1000000000000000000n],
|
|
1096
|
+
balancesLiveScaled18: [7453687810554n, 215899488111456504319n],
|
|
1097
|
+
swapFee: 1000000000000000n,
|
|
1098
|
+
aggregateSwapFee: 500000000000000000n,
|
|
1099
|
+
totalSupply: 6946029106577122599n,
|
|
1100
|
+
scalingFactors: [1n, 1n],
|
|
1101
|
+
isPoolPaused: false,
|
|
1102
|
+
erc4626Rates: [null, null],
|
|
1103
|
+
},
|
|
1104
|
+
'0x94bf449ab92be226109f2ed3ce2b297db94bd995': {
|
|
1105
|
+
poolAddress: '0x94bf449ab92be226109f2ed3ce2b297db94bd995',
|
|
1106
|
+
tokens: [
|
|
1107
|
+
'0x800822d361335b4d5f352dac293ca4128b5b605f',
|
|
1108
|
+
'0x833589fcd6edb6e08f4c7c32d4f71b54bda02913',
|
|
1109
|
+
],
|
|
1110
|
+
tokensUnderlying: [null, null],
|
|
1111
|
+
weights: [800000000000000000n, 200000000000000000n],
|
|
1112
|
+
poolType: 'WEIGHTED',
|
|
1113
|
+
hookAddress: undefined,
|
|
1114
|
+
hookType: undefined,
|
|
1115
|
+
supportsUnbalancedLiquidity: true,
|
|
1116
|
+
tokenRates: [1000000000000000000n, 1000000000000000000n],
|
|
1117
|
+
balancesLiveScaled18: [2376596669041014796253n, 16140529000000000000n],
|
|
1118
|
+
swapFee: 3000000000000000n,
|
|
1119
|
+
aggregateSwapFee: 500000000000000000n,
|
|
1120
|
+
totalSupply: 875255803717753061850n,
|
|
1121
|
+
scalingFactors: [1n, 1000000000000n],
|
|
1122
|
+
isPoolPaused: false,
|
|
1123
|
+
erc4626Rates: [null, null],
|
|
1124
|
+
},
|
|
1125
|
+
'0x9972c4f21b5ae6062233031314adbbdda7513ed2': {
|
|
1126
|
+
poolAddress: '0x9972c4f21b5ae6062233031314adbbdda7513ed2',
|
|
1127
|
+
tokens: [
|
|
1128
|
+
'0x0830820d1a9aa1554364752d6d8f55c836871b74',
|
|
1129
|
+
'0x9272d6153133175175bc276512b2336be3931ce9',
|
|
1130
|
+
],
|
|
1131
|
+
tokensUnderlying: [
|
|
1132
|
+
'0xc1cba3fcea344f92d9239c08c0568f6f2f0ee452',
|
|
1133
|
+
'0x4200000000000000000000000000000000000006',
|
|
1134
|
+
],
|
|
1135
|
+
weights: [0n, 0n],
|
|
1136
|
+
poolType: 'STABLE',
|
|
1137
|
+
hookAddress: '0xb2007b8b7e0260042517f635cfd8e6dd2dd7f007',
|
|
1138
|
+
hookType: 'StableSurge',
|
|
1139
|
+
supportsUnbalancedLiquidity: true,
|
|
1140
|
+
tokenRates: [1200310857073434497n, 1010167317182000000n],
|
|
1141
|
+
balancesLiveScaled18: [12243250384934749n, 7722072962024531n],
|
|
1142
|
+
swapFee: 50000000000000n,
|
|
1143
|
+
aggregateSwapFee: 500000000000000000n,
|
|
1144
|
+
totalSupply: 19958793920742249n,
|
|
1145
|
+
scalingFactors: [1n, 1n],
|
|
1146
|
+
isPoolPaused: false,
|
|
1147
|
+
amp: 1000000n,
|
|
1148
|
+
ampIsUpdating: false,
|
|
1149
|
+
ampStartValue: 1000000n,
|
|
1150
|
+
ampEndValue: 1000000n,
|
|
1151
|
+
ampStartTime: 1741980995n,
|
|
1152
|
+
ampStopTime: 1741980995n,
|
|
1153
|
+
erc4626Rates: [1002571474211205658n, 1010167317182000000n],
|
|
1154
|
+
},
|
|
1155
|
+
'0x9bd4f031c6a995c314d073d7951429cac503f9ae': {
|
|
1156
|
+
poolAddress: '0x9bd4f031c6a995c314d073d7951429cac503f9ae',
|
|
1157
|
+
tokens: [
|
|
1158
|
+
'0x0c66d591d1ff5944a44aebb65c33f6b6e82a124f',
|
|
1159
|
+
'0x60a3e35cc302bfa44cb288bc5a4f316fdb1adb42',
|
|
1160
|
+
'0xcbb7c0000ab88b473b1f5afd9ef808440eed33bf',
|
|
1161
|
+
'0xe298b938631f750dd409fb18227c4a23dcdaab9b',
|
|
1162
|
+
'0xe9f2a5f9f3c846f29066d7fb3564f8e6b6b2d65b',
|
|
1163
|
+
],
|
|
1164
|
+
tokensUnderlying: [
|
|
1165
|
+
null,
|
|
1166
|
+
null,
|
|
1167
|
+
null,
|
|
1168
|
+
'0x4200000000000000000000000000000000000006',
|
|
1169
|
+
'0x833589fcd6edb6e08f4c7c32d4f71b54bda02913',
|
|
1170
|
+
],
|
|
1171
|
+
weights: [
|
|
1172
|
+
400000000000000000n,
|
|
1173
|
+
150000000000000000n,
|
|
1174
|
+
150000000000000000n,
|
|
1175
|
+
150000000000000000n,
|
|
1176
|
+
150000000000000000n,
|
|
1177
|
+
],
|
|
1178
|
+
poolType: 'WEIGHTED',
|
|
1179
|
+
hookAddress: undefined,
|
|
1180
|
+
hookType: undefined,
|
|
1181
|
+
supportsUnbalancedLiquidity: true,
|
|
1182
|
+
tokenRates: [
|
|
1183
|
+
1000000000000000000n,
|
|
1184
|
+
1000000000000000000n,
|
|
1185
|
+
1000000000000000000n,
|
|
1186
|
+
1023856655511030387n,
|
|
1187
|
+
1011425048444941288n,
|
|
1188
|
+
],
|
|
1189
|
+
balancesLiveScaled18: [
|
|
1190
|
+
132250476618046441875724n,
|
|
1191
|
+
1453933000000000000n,
|
|
1192
|
+
18940000000000n,
|
|
1193
|
+
822884983789702n,
|
|
1194
|
+
1465191793604328192n,
|
|
1195
|
+
],
|
|
1196
|
+
swapFee: 10000000000000000n,
|
|
1197
|
+
aggregateSwapFee: 500000000000000000n,
|
|
1198
|
+
totalSupply: 8427064567106404826n,
|
|
1199
|
+
scalingFactors: [1n, 1000000000000n, 10000000000n, 1n, 1000000000000n],
|
|
1200
|
+
isPoolPaused: false,
|
|
1201
|
+
erc4626Rates: [
|
|
1202
|
+
null,
|
|
1203
|
+
null,
|
|
1204
|
+
null,
|
|
1205
|
+
1023856655511030387n,
|
|
1206
|
+
1011425048444941288n,
|
|
1207
|
+
],
|
|
1208
|
+
},
|
|
1209
|
+
'0x9e5ee75b752a372257c0007237a35d671203fb8c': {
|
|
1210
|
+
poolAddress: '0x9e5ee75b752a372257c0007237a35d671203fb8c',
|
|
1211
|
+
tokens: [
|
|
1212
|
+
'0xc768c589647798a6ee01a91fde98ef2ed046dbd6',
|
|
1213
|
+
'0xe31ee12bdfdd0573d634124611e85338e2cbf0cf',
|
|
1214
|
+
],
|
|
1215
|
+
tokensUnderlying: ['0x833589fcd6edb6e08f4c7c32d4f71b54bda02913', null],
|
|
1216
|
+
weights: [0n, 0n],
|
|
1217
|
+
poolType: 'STABLE',
|
|
1218
|
+
hookAddress: '0xb2007b8b7e0260042517f635cfd8e6dd2dd7f007',
|
|
1219
|
+
hookType: 'StableSurge',
|
|
1220
|
+
supportsUnbalancedLiquidity: true,
|
|
1221
|
+
tokenRates: [1083089061266851648n, 1177877947130049178n],
|
|
1222
|
+
balancesLiveScaled18: [16591245630563203627n, 24147885302037184727n],
|
|
1223
|
+
swapFee: 200000000000000n,
|
|
1224
|
+
aggregateSwapFee: 500000000000000000n,
|
|
1225
|
+
totalSupply: 40615186967261000277n,
|
|
1226
|
+
scalingFactors: [1000000000000n, 1n],
|
|
1227
|
+
isPoolPaused: false,
|
|
1228
|
+
amp: 500000n,
|
|
1229
|
+
ampIsUpdating: false,
|
|
1230
|
+
ampStartValue: 500000n,
|
|
1231
|
+
ampEndValue: 500000n,
|
|
1232
|
+
ampStartTime: 1741210395n,
|
|
1233
|
+
ampStopTime: 1741210395n,
|
|
1234
|
+
erc4626Rates: [1083089061266851648n, null],
|
|
1235
|
+
},
|
|
1236
|
+
'0x9e6356625f5fd02a35fa394021ba224953c199b8': {
|
|
1237
|
+
poolAddress: '0x9e6356625f5fd02a35fa394021ba224953c199b8',
|
|
1238
|
+
tokens: [
|
|
1239
|
+
'0x3a1a33cf4553db61f0db2c1e1721cd480b02789f',
|
|
1240
|
+
'0x4200000000000000000000000000000000000006',
|
|
1241
|
+
'0x833589fcd6edb6e08f4c7c32d4f71b54bda02913',
|
|
1242
|
+
'0xb8d98a102b0079b69ffbc760c8d857a31653e56e',
|
|
1243
|
+
'0xcbb7c0000ab88b473b1f5afd9ef808440eed33bf',
|
|
1244
|
+
],
|
|
1245
|
+
tokensUnderlying: [null, null, null, null, null],
|
|
1246
|
+
weights: [
|
|
1247
|
+
170000000000000000n,
|
|
1248
|
+
170000000000000000n,
|
|
1249
|
+
320000000000000000n,
|
|
1250
|
+
170000000000000000n,
|
|
1251
|
+
170000000000000000n,
|
|
1252
|
+
],
|
|
1253
|
+
poolType: 'WEIGHTED',
|
|
1254
|
+
hookAddress: undefined,
|
|
1255
|
+
hookType: undefined,
|
|
1256
|
+
supportsUnbalancedLiquidity: true,
|
|
1257
|
+
tokenRates: [
|
|
1258
|
+
1000000000000000000n,
|
|
1259
|
+
2039417858240000000000n,
|
|
1260
|
+
1000000000000000000n,
|
|
1261
|
+
1000000000000000000n,
|
|
1262
|
+
1000000000000000000n,
|
|
1263
|
+
],
|
|
1264
|
+
balancesLiveScaled18: [
|
|
1265
|
+
48555n,
|
|
1266
|
+
414001n,
|
|
1267
|
+
1000000000000n,
|
|
1268
|
+
20400232961744n,
|
|
1269
|
+
10000000000n,
|
|
1270
|
+
],
|
|
1271
|
+
swapFee: 2500000000000000n,
|
|
1272
|
+
aggregateSwapFee: 500000000000000000n,
|
|
1273
|
+
totalSupply: 1000000n,
|
|
1274
|
+
scalingFactors: [1n, 1n, 1000000000000n, 1n, 10000000000n],
|
|
1275
|
+
isPoolPaused: false,
|
|
1276
|
+
erc4626Rates: [null, null, null, null, null],
|
|
1277
|
+
},
|
|
1278
|
+
'0xa0f2fdd9c362014b5ae4bca31101d1cf5de24112': {
|
|
1279
|
+
poolAddress: '0xa0f2fdd9c362014b5ae4bca31101d1cf5de24112',
|
|
1280
|
+
tokens: [
|
|
1281
|
+
'0x4200000000000000000000000000000000000006',
|
|
1282
|
+
'0xcbb7c0000ab88b473b1f5afd9ef808440eed33bf',
|
|
1283
|
+
],
|
|
1284
|
+
tokensUnderlying: [null, null],
|
|
1285
|
+
weights: [0n, 0n],
|
|
1286
|
+
poolType: 'STABLE',
|
|
1287
|
+
hookAddress: '0xb2007b8b7e0260042517f635cfd8e6dd2dd7f007',
|
|
1288
|
+
hookType: 'StableSurge',
|
|
1289
|
+
supportsUnbalancedLiquidity: true,
|
|
1290
|
+
tokenRates: [1000000000000000000n, 1000000000000000000n],
|
|
1291
|
+
balancesLiveScaled18: [762419327447568n, 6000000000000n],
|
|
1292
|
+
swapFee: 300000000000000n,
|
|
1293
|
+
aggregateSwapFee: 500000000000000000n,
|
|
1294
|
+
totalSupply: 1000000n,
|
|
1295
|
+
scalingFactors: [1n, 10000000000n],
|
|
1296
|
+
isPoolPaused: false,
|
|
1297
|
+
amp: 1000000n,
|
|
1298
|
+
ampIsUpdating: false,
|
|
1299
|
+
ampStartValue: 1000000n,
|
|
1300
|
+
ampEndValue: 1000000n,
|
|
1301
|
+
ampStartTime: 1740875671n,
|
|
1302
|
+
ampStopTime: 1740875671n,
|
|
1303
|
+
erc4626Rates: [null, null],
|
|
1304
|
+
},
|
|
1305
|
+
'0xa3fe227d63181963eafbef659152b071f51ea814': {
|
|
1306
|
+
poolAddress: '0xa3fe227d63181963eafbef659152b071f51ea814',
|
|
1307
|
+
tokens: [
|
|
1308
|
+
'0x4158734d47fc9692176b5085e0f52ee0da5d47f1',
|
|
1309
|
+
'0x833589fcd6edb6e08f4c7c32d4f71b54bda02913',
|
|
1310
|
+
],
|
|
1311
|
+
tokensUnderlying: [null, null],
|
|
1312
|
+
weights: [0n, 0n],
|
|
1313
|
+
poolType: 'STABLE',
|
|
1314
|
+
hookAddress: undefined,
|
|
1315
|
+
hookType: undefined,
|
|
1316
|
+
supportsUnbalancedLiquidity: true,
|
|
1317
|
+
tokenRates: [1000000000000000000n, 1000000000000000000n],
|
|
1318
|
+
balancesLiveScaled18: [356902170708902804n, 1869397000000000000n],
|
|
1319
|
+
swapFee: 10000000000000000n,
|
|
1320
|
+
aggregateSwapFee: 500000000000000000n,
|
|
1321
|
+
totalSupply: 2143017261753403809n,
|
|
1322
|
+
scalingFactors: [1n, 1000000000000n],
|
|
1323
|
+
isPoolPaused: false,
|
|
1324
|
+
amp: 10000n,
|
|
1325
|
+
ampIsUpdating: false,
|
|
1326
|
+
ampStartValue: 10000n,
|
|
1327
|
+
ampEndValue: 10000n,
|
|
1328
|
+
ampStartTime: 1740644791n,
|
|
1329
|
+
ampStopTime: 1740644791n,
|
|
1330
|
+
erc4626Rates: [null, null],
|
|
1331
|
+
},
|
|
1332
|
+
'0xa8318542157bd3bea99078ea830e1e07ca270743': {
|
|
1333
|
+
poolAddress: '0xa8318542157bd3bea99078ea830e1e07ca270743',
|
|
1334
|
+
tokens: [
|
|
1335
|
+
'0x0c66d591d1ff5944a44aebb65c33f6b6e82a124f',
|
|
1336
|
+
'0x267b4b8e8b70522e0dd7ba3805d9068d5a4c5aa7',
|
|
1337
|
+
'0x2c95cc3cd4dcf1d0b31a09bcdd07b930c8711776',
|
|
1338
|
+
'0x7801b6a65ce4545d74c40037daf37efd95a37442',
|
|
1339
|
+
'0x8d4d27a9189f3ab030bbcc5557025c3d3f7d2563',
|
|
1340
|
+
'0xb81929101e23af9a5e4c9f91f0dd0eedfad2baec',
|
|
1341
|
+
'0xd86a56f9d4e502658b3649a0ef438a38b631242c',
|
|
1342
|
+
'0xf5f30864e5d7905965f5b52d69dba4dda4eadda7',
|
|
1343
|
+
],
|
|
1344
|
+
tokensUnderlying: [null, null, null, null, null, null, null, null],
|
|
1345
|
+
weights: [
|
|
1346
|
+
405000000000000000n,
|
|
1347
|
+
85000000000000000n,
|
|
1348
|
+
85000000000000000n,
|
|
1349
|
+
85000000000000000n,
|
|
1350
|
+
85000000000000000n,
|
|
1351
|
+
85000000000000000n,
|
|
1352
|
+
85000000000000000n,
|
|
1353
|
+
85000000000000000n,
|
|
1354
|
+
],
|
|
1355
|
+
poolType: 'WEIGHTED',
|
|
1356
|
+
hookAddress: undefined,
|
|
1357
|
+
hookType: undefined,
|
|
1358
|
+
supportsUnbalancedLiquidity: true,
|
|
1359
|
+
tokenRates: [
|
|
1360
|
+
1000000000000000000n,
|
|
1361
|
+
1000000000000000000n,
|
|
1362
|
+
1000000000000000000n,
|
|
1363
|
+
1000000000000000000n,
|
|
1364
|
+
1000000000000000000n,
|
|
1365
|
+
1000000000000000000n,
|
|
1366
|
+
1000000000000000000n,
|
|
1367
|
+
1000000000000000000n,
|
|
1368
|
+
],
|
|
1369
|
+
balancesLiveScaled18: [
|
|
1370
|
+
1071817n,
|
|
1371
|
+
948061n,
|
|
1372
|
+
977200n,
|
|
1373
|
+
966938n,
|
|
1374
|
+
978995n,
|
|
1375
|
+
962611n,
|
|
1376
|
+
919747n,
|
|
1377
|
+
949026n,
|
|
1378
|
+
],
|
|
1379
|
+
swapFee: 10000000000000000n,
|
|
1380
|
+
aggregateSwapFee: 500000000000000000n,
|
|
1381
|
+
totalSupply: 1000000n,
|
|
1382
|
+
scalingFactors: [1n, 1n, 1n, 1n, 1n, 1n, 1n, 1n],
|
|
1383
|
+
isPoolPaused: false,
|
|
1384
|
+
erc4626Rates: [null, null, null, null, null, null, null, null],
|
|
1385
|
+
},
|
|
1386
|
+
'0xacba78d745faae7751c09489d5f15a26eb27f1ad': {
|
|
1387
|
+
poolAddress: '0xacba78d745faae7751c09489d5f15a26eb27f1ad',
|
|
1388
|
+
tokens: [
|
|
1389
|
+
'0x0830820d1a9aa1554364752d6d8f55c836871b74',
|
|
1390
|
+
'0xe298b938631f750dd409fb18227c4a23dcdaab9b',
|
|
1391
|
+
],
|
|
1392
|
+
tokensUnderlying: [
|
|
1393
|
+
'0xc1cba3fcea344f92d9239c08c0568f6f2f0ee452',
|
|
1394
|
+
'0x4200000000000000000000000000000000000006',
|
|
1395
|
+
],
|
|
1396
|
+
weights: [0n, 0n],
|
|
1397
|
+
poolType: 'STABLE',
|
|
1398
|
+
hookAddress: undefined,
|
|
1399
|
+
hookType: undefined,
|
|
1400
|
+
supportsUnbalancedLiquidity: true,
|
|
1401
|
+
tokenRates: [1200310857073434497n, 1023856655511030387n],
|
|
1402
|
+
balancesLiveScaled18: [149964427745049442735n, 72505596102422293459n],
|
|
1403
|
+
swapFee: 100000000000000n,
|
|
1404
|
+
aggregateSwapFee: 500000000000000000n,
|
|
1405
|
+
totalSupply: 221623133314101817943n,
|
|
1406
|
+
scalingFactors: [1n, 1n],
|
|
1407
|
+
isPoolPaused: false,
|
|
1408
|
+
amp: 1000000n,
|
|
1409
|
+
ampIsUpdating: false,
|
|
1410
|
+
ampStartValue: 1000000n,
|
|
1411
|
+
ampEndValue: 1000000n,
|
|
1412
|
+
ampStartTime: 1738096205n,
|
|
1413
|
+
ampStopTime: 1738096205n,
|
|
1414
|
+
erc4626Rates: [1002571474211205658n, 1023856655511030387n],
|
|
1415
|
+
},
|
|
1416
|
+
'0xb5bfb5adb736ea852bd58fec71db3b356c2a3938': {
|
|
1417
|
+
poolAddress: '0xb5bfb5adb736ea852bd58fec71db3b356c2a3938',
|
|
1418
|
+
tokens: [
|
|
1419
|
+
'0x0830820d1a9aa1554364752d6d8f55c836871b74',
|
|
1420
|
+
'0xf8f10f39116716e89498c1c5e94137ada11b2bc7',
|
|
1421
|
+
],
|
|
1422
|
+
tokensUnderlying: [
|
|
1423
|
+
'0xc1cba3fcea344f92d9239c08c0568f6f2f0ee452',
|
|
1424
|
+
'0x2416092f143378750bb29b79ed961ab195cceea5',
|
|
1425
|
+
],
|
|
1426
|
+
weights: [0n, 0n],
|
|
1427
|
+
poolType: 'STABLE',
|
|
1428
|
+
hookAddress: undefined,
|
|
1429
|
+
hookType: undefined,
|
|
1430
|
+
supportsUnbalancedLiquidity: true,
|
|
1431
|
+
tokenRates: [1200310857073434497n, 1040641542609439759n],
|
|
1432
|
+
balancesLiveScaled18: [111682204457475837004n, 68544290016561516893n],
|
|
1433
|
+
swapFee: 1000000000000000n,
|
|
1434
|
+
aggregateSwapFee: 500000000000000000n,
|
|
1435
|
+
totalSupply: 179204625506316433797n,
|
|
1436
|
+
scalingFactors: [1n, 1n],
|
|
1437
|
+
isPoolPaused: false,
|
|
1438
|
+
amp: 1000000n,
|
|
1439
|
+
ampIsUpdating: false,
|
|
1440
|
+
ampStartValue: 1000000n,
|
|
1441
|
+
ampEndValue: 1000000n,
|
|
1442
|
+
ampStartTime: 1738205155n,
|
|
1443
|
+
ampStopTime: 1738205155n,
|
|
1444
|
+
erc4626Rates: [1002571474211205658n, 1000013022418601202n],
|
|
1445
|
+
},
|
|
1446
|
+
'0xc28ce0f436168c9857b3129ea6d37d3aa64f6dda': {
|
|
1447
|
+
poolAddress: '0xc28ce0f436168c9857b3129ea6d37d3aa64f6dda',
|
|
1448
|
+
tokens: [
|
|
1449
|
+
'0x4200000000000000000000000000000000000006',
|
|
1450
|
+
'0x833589fcd6edb6e08f4c7c32d4f71b54bda02913',
|
|
1451
|
+
],
|
|
1452
|
+
tokensUnderlying: [null, null],
|
|
1453
|
+
weights: [0n, 0n],
|
|
1454
|
+
poolType: 'STABLE',
|
|
1455
|
+
hookAddress: '0xb2007b8b7e0260042517f635cfd8e6dd2dd7f007',
|
|
1456
|
+
hookType: 'StableSurge',
|
|
1457
|
+
supportsUnbalancedLiquidity: true,
|
|
1458
|
+
tokenRates: [2039417858240000000000n, 999910000000000000n],
|
|
1459
|
+
balancesLiveScaled18: [12337193676496663903n, 8574875191770000000n],
|
|
1460
|
+
swapFee: 350000000000000n,
|
|
1461
|
+
aggregateSwapFee: 500000000000000000n,
|
|
1462
|
+
totalSupply: 1000000n,
|
|
1463
|
+
scalingFactors: [1n, 1000000000000n],
|
|
1464
|
+
isPoolPaused: false,
|
|
1465
|
+
amp: 1269000n,
|
|
1466
|
+
ampIsUpdating: false,
|
|
1467
|
+
ampStartValue: 1269000n,
|
|
1468
|
+
ampEndValue: 1269000n,
|
|
1469
|
+
ampStartTime: 1742005075n,
|
|
1470
|
+
ampStopTime: 1742005075n,
|
|
1471
|
+
erc4626Rates: [null, null],
|
|
1472
|
+
},
|
|
1473
|
+
'0xc69ee06491944c09127494ff5453e5c62d2a1afb': {
|
|
1474
|
+
poolAddress: '0xc69ee06491944c09127494ff5453e5c62d2a1afb',
|
|
1475
|
+
tokens: [
|
|
1476
|
+
'0x0830820d1a9aa1554364752d6d8f55c836871b74',
|
|
1477
|
+
'0x3055913c90fcc1a6ce9a358911721eeb942013a1',
|
|
1478
|
+
'0x79bbf4508b1391af3a0f4b30bb5fc4aa9ab0e07c',
|
|
1479
|
+
'0xc768c589647798a6ee01a91fde98ef2ed046dbd6',
|
|
1480
|
+
],
|
|
1481
|
+
tokensUnderlying: [
|
|
1482
|
+
'0xc1cba3fcea344f92d9239c08c0568f6f2f0ee452',
|
|
1483
|
+
null,
|
|
1484
|
+
null,
|
|
1485
|
+
'0x833589fcd6edb6e08f4c7c32d4f71b54bda02913',
|
|
1486
|
+
],
|
|
1487
|
+
weights: [
|
|
1488
|
+
250000000000000000n,
|
|
1489
|
+
250000000000000000n,
|
|
1490
|
+
250000000000000000n,
|
|
1491
|
+
250000000000000000n,
|
|
1492
|
+
],
|
|
1493
|
+
poolType: 'WEIGHTED',
|
|
1494
|
+
hookAddress: undefined,
|
|
1495
|
+
hookType: undefined,
|
|
1496
|
+
supportsUnbalancedLiquidity: true,
|
|
1497
|
+
tokenRates: [
|
|
1498
|
+
1200310857073434497n,
|
|
1499
|
+
1000000000000000000n,
|
|
1500
|
+
1000000000000000000n,
|
|
1501
|
+
1083089061266851648n,
|
|
1502
|
+
],
|
|
1503
|
+
balancesLiveScaled18: [
|
|
1504
|
+
1200884063763480n,
|
|
1505
|
+
907262582090841241n,
|
|
1506
|
+
484408041775431542n,
|
|
1507
|
+
2334594139204453659n,
|
|
1508
|
+
],
|
|
1509
|
+
swapFee: 10000000000000000n,
|
|
1510
|
+
aggregateSwapFee: 500000000000000000n,
|
|
1511
|
+
totalSupply: 186236660113112437n,
|
|
1512
|
+
scalingFactors: [1n, 1n, 1n, 1000000000000n],
|
|
1513
|
+
isPoolPaused: false,
|
|
1514
|
+
erc4626Rates: [1002571474211205658n, null, null, 1083089061266851648n],
|
|
1515
|
+
},
|
|
1516
|
+
'0xcb80b1a9e7b319a4c5ec6b0666967ca1e309e40f': {
|
|
1517
|
+
poolAddress: '0xcb80b1a9e7b319a4c5ec6b0666967ca1e309e40f',
|
|
1518
|
+
tokens: [
|
|
1519
|
+
'0x4200000000000000000000000000000000000006',
|
|
1520
|
+
'0x833589fcd6edb6e08f4c7c32d4f71b54bda02913',
|
|
1521
|
+
],
|
|
1522
|
+
tokensUnderlying: [null, null],
|
|
1523
|
+
weights: [0n, 0n],
|
|
1524
|
+
poolType: 'STABLE',
|
|
1525
|
+
hookAddress: undefined,
|
|
1526
|
+
hookType: undefined,
|
|
1527
|
+
supportsUnbalancedLiquidity: true,
|
|
1528
|
+
tokenRates: [2039417858240000000000n, 1000000000000000000n],
|
|
1529
|
+
balancesLiveScaled18: [6498898410805937766382n, 6363226811000000000000n],
|
|
1530
|
+
swapFee: 300000000000000n,
|
|
1531
|
+
aggregateSwapFee: 500000000000000000n,
|
|
1532
|
+
totalSupply: 14408080139197495851608n,
|
|
1533
|
+
scalingFactors: [1n, 1000000000000n],
|
|
1534
|
+
isPoolPaused: false,
|
|
1535
|
+
amp: 1000000n,
|
|
1536
|
+
ampIsUpdating: false,
|
|
1537
|
+
ampStartValue: 1000000n,
|
|
1538
|
+
ampEndValue: 1000000n,
|
|
1539
|
+
ampStartTime: 1739562841n,
|
|
1540
|
+
ampStopTime: 1739562841n,
|
|
1541
|
+
erc4626Rates: [null, null],
|
|
1542
|
+
},
|
|
1543
|
+
'0xcf00f55ecb867270fac6e732a56766cc168a6bfb': {
|
|
1544
|
+
poolAddress: '0xcf00f55ecb867270fac6e732a56766cc168a6bfb',
|
|
1545
|
+
tokens: [
|
|
1546
|
+
'0x4200000000000000000000000000000000000006',
|
|
1547
|
+
'0xcbb7c0000ab88b473b1f5afd9ef808440eed33bf',
|
|
1548
|
+
],
|
|
1549
|
+
tokensUnderlying: [null, null],
|
|
1550
|
+
weights: [0n, 0n],
|
|
1551
|
+
poolType: 'STABLE',
|
|
1552
|
+
hookAddress: undefined,
|
|
1553
|
+
hookType: undefined,
|
|
1554
|
+
supportsUnbalancedLiquidity: true,
|
|
1555
|
+
tokenRates: [1000000000000000000n, 1000000000000000000n],
|
|
1556
|
+
balancesLiveScaled18: [1785524n, 10000000000n],
|
|
1557
|
+
swapFee: 3000000000000000n,
|
|
1558
|
+
aggregateSwapFee: 500000000000000000n,
|
|
1559
|
+
totalSupply: 1000000n,
|
|
1560
|
+
scalingFactors: [1n, 10000000000n],
|
|
1561
|
+
isPoolPaused: false,
|
|
1562
|
+
amp: 5000n,
|
|
1563
|
+
ampIsUpdating: false,
|
|
1564
|
+
ampStartValue: 5000n,
|
|
1565
|
+
ampEndValue: 5000n,
|
|
1566
|
+
ampStartTime: 1740839473n,
|
|
1567
|
+
ampStopTime: 1740839473n,
|
|
1568
|
+
erc4626Rates: [null, null],
|
|
1569
|
+
},
|
|
1570
|
+
'0xd2fe6b5ad0f5984bb554c206d954c6d01c2f6293': {
|
|
1571
|
+
poolAddress: '0xd2fe6b5ad0f5984bb554c206d954c6d01c2f6293',
|
|
1572
|
+
tokens: [
|
|
1573
|
+
'0x4200000000000000000000000000000000000006',
|
|
1574
|
+
'0x833589fcd6edb6e08f4c7c32d4f71b54bda02913',
|
|
1575
|
+
],
|
|
1576
|
+
tokensUnderlying: [null, null],
|
|
1577
|
+
weights: [0n, 0n],
|
|
1578
|
+
poolType: 'STABLE',
|
|
1579
|
+
hookAddress: '0xb2007b8b7e0260042517f635cfd8e6dd2dd7f007',
|
|
1580
|
+
hookType: 'StableSurge',
|
|
1581
|
+
supportsUnbalancedLiquidity: true,
|
|
1582
|
+
tokenRates: [2039213936846315368463n, 1000000000000000000n],
|
|
1583
|
+
balancesLiveScaled18: [12260727518544014n, 1000000000000n],
|
|
1584
|
+
swapFee: 200000000000000n,
|
|
1585
|
+
aggregateSwapFee: 500000000000000000n,
|
|
1586
|
+
totalSupply: 1000000n,
|
|
1587
|
+
scalingFactors: [1n, 1000000000000n],
|
|
1588
|
+
isPoolPaused: false,
|
|
1589
|
+
amp: 2269000n,
|
|
1590
|
+
ampIsUpdating: false,
|
|
1591
|
+
ampStartValue: 2269000n,
|
|
1592
|
+
ampEndValue: 2269000n,
|
|
1593
|
+
ampStartTime: 1742067717n,
|
|
1594
|
+
ampStopTime: 1742067717n,
|
|
1595
|
+
erc4626Rates: [null, null],
|
|
1596
|
+
},
|
|
1597
|
+
'0xd64cd43a709862060089c2248e360ca06868eaa2': {
|
|
1598
|
+
poolAddress: '0xd64cd43a709862060089c2248e360ca06868eaa2',
|
|
1599
|
+
tokens: [
|
|
1600
|
+
'0x50faecdef48f4d2ea849049141055e529db88ba4',
|
|
1601
|
+
'0x56b6916e91a3b114b65a8587ef7387ed6c778569',
|
|
1602
|
+
'0xcb9a1d74808a9e958cac6f5a8b87c5e4623a5d06',
|
|
1603
|
+
],
|
|
1604
|
+
tokensUnderlying: [null, null, null],
|
|
1605
|
+
weights: [0n, 0n, 0n],
|
|
1606
|
+
poolType: 'STABLE',
|
|
1607
|
+
hookAddress: undefined,
|
|
1608
|
+
hookType: undefined,
|
|
1609
|
+
supportsUnbalancedLiquidity: true,
|
|
1610
|
+
tokenRates: [
|
|
1611
|
+
1000000000000000000n,
|
|
1612
|
+
1000000000000000000n,
|
|
1613
|
+
1000000000000000000n,
|
|
1614
|
+
],
|
|
1615
|
+
balancesLiveScaled18: [
|
|
1616
|
+
69420000000000000000000n,
|
|
1617
|
+
69420000000000000000000n,
|
|
1618
|
+
69420000000000000000000n,
|
|
1619
|
+
],
|
|
1620
|
+
swapFee: 1000000000000n,
|
|
1621
|
+
aggregateSwapFee: 500000000000000000n,
|
|
1622
|
+
totalSupply: 208260000000000000000000n,
|
|
1623
|
+
scalingFactors: [1n, 1n, 1n],
|
|
1624
|
+
isPoolPaused: false,
|
|
1625
|
+
amp: 5000000n,
|
|
1626
|
+
ampIsUpdating: false,
|
|
1627
|
+
ampStartValue: 5000000n,
|
|
1628
|
+
ampEndValue: 5000000n,
|
|
1629
|
+
ampStartTime: 1739588663n,
|
|
1630
|
+
ampStopTime: 1739588663n,
|
|
1631
|
+
erc4626Rates: [null, null, null],
|
|
1632
|
+
},
|
|
1633
|
+
'0xdcfb2ec346f0fe6e370c6493ba8f1463eec6027d': {
|
|
1634
|
+
poolAddress: '0xdcfb2ec346f0fe6e370c6493ba8f1463eec6027d',
|
|
1635
|
+
tokens: [
|
|
1636
|
+
'0xe298b938631f750dd409fb18227c4a23dcdaab9b',
|
|
1637
|
+
'0xe9f2a5f9f3c846f29066d7fb3564f8e6b6b2d65b',
|
|
1638
|
+
],
|
|
1639
|
+
tokensUnderlying: [
|
|
1640
|
+
'0x4200000000000000000000000000000000000006',
|
|
1641
|
+
'0x833589fcd6edb6e08f4c7c32d4f71b54bda02913',
|
|
1642
|
+
],
|
|
1643
|
+
weights: [0n, 0n],
|
|
1644
|
+
poolType: 'STABLE',
|
|
1645
|
+
hookAddress: undefined,
|
|
1646
|
+
hookType: undefined,
|
|
1647
|
+
supportsUnbalancedLiquidity: true,
|
|
1648
|
+
tokenRates: [1023856655511030387n, 1011425048444941288n],
|
|
1649
|
+
balancesLiveScaled18: [435n, 1011425048444n],
|
|
1650
|
+
swapFee: 3000000000000000n,
|
|
1651
|
+
aggregateSwapFee: 500000000000000000n,
|
|
1652
|
+
totalSupply: 1000000n,
|
|
1653
|
+
scalingFactors: [1n, 1000000000000n],
|
|
1654
|
+
isPoolPaused: false,
|
|
1655
|
+
amp: 100000n,
|
|
1656
|
+
ampIsUpdating: false,
|
|
1657
|
+
ampStartValue: 100000n,
|
|
1658
|
+
ampEndValue: 100000n,
|
|
1659
|
+
ampStartTime: 1742088849n,
|
|
1660
|
+
ampStopTime: 1742088849n,
|
|
1661
|
+
erc4626Rates: [1023856655511030387n, 1011425048444941288n],
|
|
1662
|
+
},
|
|
1663
|
+
'0xe5a902e844e6f77534697e76657a0cedc1613b08': {
|
|
1664
|
+
poolAddress: '0xe5a902e844e6f77534697e76657a0cedc1613b08',
|
|
1665
|
+
tokens: [
|
|
1666
|
+
'0x0c66d591d1ff5944a44aebb65c33f6b6e82a124f',
|
|
1667
|
+
'0x267b4b8e8b70522e0dd7ba3805d9068d5a4c5aa7',
|
|
1668
|
+
'0x2c95cc3cd4dcf1d0b31a09bcdd07b930c8711776',
|
|
1669
|
+
'0x7801b6a65ce4545d74c40037daf37efd95a37442',
|
|
1670
|
+
'0x8d4d27a9189f3ab030bbcc5557025c3d3f7d2563',
|
|
1671
|
+
'0xb81929101e23af9a5e4c9f91f0dd0eedfad2baec',
|
|
1672
|
+
'0xd86a56f9d4e502658b3649a0ef438a38b631242c',
|
|
1673
|
+
'0xf5f30864e5d7905965f5b52d69dba4dda4eadda7',
|
|
1674
|
+
],
|
|
1675
|
+
tokensUnderlying: [null, null, null, null, null, null, null, null],
|
|
1676
|
+
weights: [
|
|
1677
|
+
195000000000000000n,
|
|
1678
|
+
115000000000000000n,
|
|
1679
|
+
115000000000000000n,
|
|
1680
|
+
115000000000000000n,
|
|
1681
|
+
115000000000000000n,
|
|
1682
|
+
115000000000000000n,
|
|
1683
|
+
115000000000000000n,
|
|
1684
|
+
115000000000000000n,
|
|
1685
|
+
],
|
|
1686
|
+
poolType: 'WEIGHTED',
|
|
1687
|
+
hookAddress: undefined,
|
|
1688
|
+
hookType: undefined,
|
|
1689
|
+
supportsUnbalancedLiquidity: true,
|
|
1690
|
+
tokenRates: [
|
|
1691
|
+
1000000000000000000n,
|
|
1692
|
+
1000000000000000000n,
|
|
1693
|
+
1000000000000000000n,
|
|
1694
|
+
1000000000000000000n,
|
|
1695
|
+
1000000000000000000n,
|
|
1696
|
+
1000000000000000000n,
|
|
1697
|
+
1000000000000000000n,
|
|
1698
|
+
1000000000000000000n,
|
|
1699
|
+
],
|
|
1700
|
+
balancesLiveScaled18: [
|
|
1701
|
+
102065289610261578756126n,
|
|
1702
|
+
401349248581927961461413n,
|
|
1703
|
+
401259829145249596269705n,
|
|
1704
|
+
416801954021902405395365n,
|
|
1705
|
+
411745549128823859463606n,
|
|
1706
|
+
391285528190152699386845n,
|
|
1707
|
+
445142583033796596132840n,
|
|
1708
|
+
404092518202815815485914n,
|
|
1709
|
+
],
|
|
1710
|
+
swapFee: 10000000000000000n,
|
|
1711
|
+
aggregateSwapFee: 500000000000000000n,
|
|
1712
|
+
totalSupply: 312409105597526787263393n,
|
|
1713
|
+
scalingFactors: [1n, 1n, 1n, 1n, 1n, 1n, 1n, 1n],
|
|
1714
|
+
isPoolPaused: false,
|
|
1715
|
+
erc4626Rates: [null, null, null, null, null, null, null, null],
|
|
1716
|
+
},
|
|
1717
|
+
'0xe90e4e475dbc61b8893cac46adb48b0644ab1d86': {
|
|
1718
|
+
poolAddress: '0xe90e4e475dbc61b8893cac46adb48b0644ab1d86',
|
|
1719
|
+
tokens: [
|
|
1720
|
+
'0x3a1a33cf4553db61f0db2c1e1721cd480b02789f',
|
|
1721
|
+
'0x806041b6473da60abbe1b256d9a2749a151be6c6',
|
|
1722
|
+
'0x833589fcd6edb6e08f4c7c32d4f71b54bda02913',
|
|
1723
|
+
'0xb8d98a102b0079b69ffbc760c8d857a31653e56e',
|
|
1724
|
+
'0xcbb7c0000ab88b473b1f5afd9ef808440eed33bf',
|
|
1725
|
+
],
|
|
1726
|
+
tokensUnderlying: [null, null, null, null, null],
|
|
1727
|
+
weights: [
|
|
1728
|
+
170000000000000000n,
|
|
1729
|
+
170000000000000000n,
|
|
1730
|
+
320000000000000000n,
|
|
1731
|
+
170000000000000000n,
|
|
1732
|
+
170000000000000000n,
|
|
1733
|
+
],
|
|
1734
|
+
poolType: 'WEIGHTED',
|
|
1735
|
+
hookAddress: undefined,
|
|
1736
|
+
hookType: undefined,
|
|
1737
|
+
supportsUnbalancedLiquidity: true,
|
|
1738
|
+
tokenRates: [
|
|
1739
|
+
1000000000000000000n,
|
|
1740
|
+
1000000000000000000n,
|
|
1741
|
+
1000000000000000000n,
|
|
1742
|
+
1000000000000000000n,
|
|
1743
|
+
1000000000000000000n,
|
|
1744
|
+
],
|
|
1745
|
+
balancesLiveScaled18: [
|
|
1746
|
+
125707n,
|
|
1747
|
+
1000000000n,
|
|
1748
|
+
1000000000000n,
|
|
1749
|
+
53255196725049n,
|
|
1750
|
+
10000000000n,
|
|
1751
|
+
],
|
|
1752
|
+
swapFee: 2500000000000000n,
|
|
1753
|
+
aggregateSwapFee: 500000000000000000n,
|
|
1754
|
+
totalSupply: 1000000n,
|
|
1755
|
+
scalingFactors: [1n, 1000000000n, 1000000000000n, 1n, 10000000000n],
|
|
1756
|
+
isPoolPaused: false,
|
|
1757
|
+
erc4626Rates: [null, null, null, null, null],
|
|
1758
|
+
},
|
|
1759
|
+
'0xf09e25b0f5974ec9caf26df4c2f57f4152e46069': {
|
|
1760
|
+
poolAddress: '0xf09e25b0f5974ec9caf26df4c2f57f4152e46069',
|
|
1761
|
+
tokens: [
|
|
1762
|
+
'0x4200000000000000000000000000000000000006',
|
|
1763
|
+
'0x833589fcd6edb6e08f4c7c32d4f71b54bda02913',
|
|
1764
|
+
],
|
|
1765
|
+
tokensUnderlying: [null, null],
|
|
1766
|
+
weights: [0n, 0n],
|
|
1767
|
+
poolType: 'STABLE',
|
|
1768
|
+
hookAddress: undefined,
|
|
1769
|
+
hookType: undefined,
|
|
1770
|
+
supportsUnbalancedLiquidity: true,
|
|
1771
|
+
tokenRates: [2039417858240000000000n, 1000000000000000000n],
|
|
1772
|
+
balancesLiveScaled18: [293858214350332646397n, 231494011000000000000n],
|
|
1773
|
+
swapFee: 1000000000000000n,
|
|
1774
|
+
aggregateSwapFee: 500000000000000000n,
|
|
1775
|
+
totalSupply: 556582704380625864131n,
|
|
1776
|
+
scalingFactors: [1n, 1000000000000n],
|
|
1777
|
+
isPoolPaused: false,
|
|
1778
|
+
amp: 1000000n,
|
|
1779
|
+
ampIsUpdating: false,
|
|
1780
|
+
ampStartValue: 1000000n,
|
|
1781
|
+
ampEndValue: 1000000n,
|
|
1782
|
+
ampStartTime: 1742138623n,
|
|
1783
|
+
ampStopTime: 1742138623n,
|
|
1784
|
+
erc4626Rates: [null, null],
|
|
1785
|
+
},
|
|
1786
|
+
'0xf684adfa2e0b87afd8a03dee1d31ed81395d23c7': {
|
|
1787
|
+
poolAddress: '0xf684adfa2e0b87afd8a03dee1d31ed81395d23c7',
|
|
1788
|
+
tokens: [
|
|
1789
|
+
'0x4200000000000000000000000000000000000006',
|
|
1790
|
+
'0xfe1585565945eb937d895057efd8ac1cf5ce9fa3',
|
|
1791
|
+
],
|
|
1792
|
+
tokensUnderlying: [null, null],
|
|
1793
|
+
weights: [500000000000000000n, 500000000000000000n],
|
|
1794
|
+
poolType: 'WEIGHTED',
|
|
1795
|
+
hookAddress: undefined,
|
|
1796
|
+
hookType: undefined,
|
|
1797
|
+
supportsUnbalancedLiquidity: true,
|
|
1798
|
+
tokenRates: [1000000000000000000n, 1000000000000000000n],
|
|
1799
|
+
balancesLiveScaled18: [201396550086311358n, 137766945205521618049989n],
|
|
1800
|
+
swapFee: 10000000000000000n,
|
|
1801
|
+
aggregateSwapFee: 500000000000000000n,
|
|
1802
|
+
totalSupply: 160690686130884409302n,
|
|
1803
|
+
scalingFactors: [1n, 1n],
|
|
1804
|
+
isPoolPaused: false,
|
|
1805
|
+
erc4626Rates: [null, null],
|
|
1806
|
+
},
|
|
1807
|
+
'0xf8cda0cc6abd5b16b43ce5f959997ab8d818f494': {
|
|
1808
|
+
poolAddress: '0xf8cda0cc6abd5b16b43ce5f959997ab8d818f494',
|
|
1809
|
+
tokens: [
|
|
1810
|
+
'0x4200000000000000000000000000000000000006',
|
|
1811
|
+
'0xcbb7c0000ab88b473b1f5afd9ef808440eed33bf',
|
|
1812
|
+
],
|
|
1813
|
+
tokensUnderlying: [null, null],
|
|
1814
|
+
weights: [0n, 0n],
|
|
1815
|
+
poolType: 'STABLE',
|
|
1816
|
+
hookAddress: '0xb2007b8b7e0260042517f635cfd8e6dd2dd7f007',
|
|
1817
|
+
hookType: 'StableSurge',
|
|
1818
|
+
supportsUnbalancedLiquidity: true,
|
|
1819
|
+
tokenRates: [1000000000000000000n, 1000000000000000000n],
|
|
1820
|
+
balancesLiveScaled18: [558401500149618n, 1020000000000n],
|
|
1821
|
+
swapFee: 3000000000000000n,
|
|
1822
|
+
aggregateSwapFee: 500000000000000000n,
|
|
1823
|
+
totalSupply: 1000000n,
|
|
1824
|
+
scalingFactors: [1n, 10000000000n],
|
|
1825
|
+
isPoolPaused: false,
|
|
1826
|
+
amp: 1000000n,
|
|
1827
|
+
ampIsUpdating: false,
|
|
1828
|
+
ampStartValue: 1000000n,
|
|
1829
|
+
ampEndValue: 1000000n,
|
|
1830
|
+
ampStartTime: 1740877917n,
|
|
1831
|
+
ampStopTime: 1740877917n,
|
|
1832
|
+
erc4626Rates: [null, null],
|
|
1833
|
+
},
|
|
1834
|
+
'0xff4b99fede43107a029938c341565ea1d404212d': {
|
|
1835
|
+
poolAddress: '0xff4b99fede43107a029938c341565ea1d404212d',
|
|
1836
|
+
tokens: [
|
|
1837
|
+
'0x4200000000000000000000000000000000000006',
|
|
1838
|
+
'0x833589fcd6edb6e08f4c7c32d4f71b54bda02913',
|
|
1839
|
+
],
|
|
1840
|
+
tokensUnderlying: [null, null],
|
|
1841
|
+
weights: [0n, 0n],
|
|
1842
|
+
poolType: 'STABLE',
|
|
1843
|
+
hookAddress: '0xb2007b8b7e0260042517f635cfd8e6dd2dd7f007',
|
|
1844
|
+
hookType: 'StableSurge',
|
|
1845
|
+
supportsUnbalancedLiquidity: true,
|
|
1846
|
+
tokenRates: [2039621800025824000000n, 1000000000000000000n],
|
|
1847
|
+
balancesLiveScaled18: [465033n, 1000000000000n],
|
|
1848
|
+
swapFee: 350000000000000n,
|
|
1849
|
+
aggregateSwapFee: 500000000000000000n,
|
|
1850
|
+
totalSupply: 1000000n,
|
|
1851
|
+
scalingFactors: [1n, 1000000000000n],
|
|
1852
|
+
isPoolPaused: false,
|
|
1853
|
+
amp: 1250000n,
|
|
1854
|
+
ampIsUpdating: false,
|
|
1855
|
+
ampStartValue: 1250000n,
|
|
1856
|
+
ampEndValue: 1250000n,
|
|
1857
|
+
ampStartTime: 1741932061n,
|
|
1858
|
+
ampStopTime: 1741932061n,
|
|
1859
|
+
erc4626Rates: [null, null],
|
|
1860
|
+
},
|
|
1861
|
+
};
|