@paraswap/dex-lib 4.1.17 → 4.1.18
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/build/abi/AaveV1_lending_pool.json +27 -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/RamsesV2Pool.abi.json +1554 -0
- 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/angle-transmuter/ChainlinkEACAggregatorProxy.json +509 -0
- 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/curve-v1/StableSwapUSDN.json +1004 -0
- 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/platypus/asset.json +490 -0
- package/build/abi/platypus/avax-pool.json +820 -0
- package/build/abi/platypus/oracle.json +119 -0
- package/build/abi/platypus/pool.json +677 -0
- package/build/abi/smardex/all/smardex-router.json +648 -0
- package/build/abi/smardex/layer-1/smardex-factory.json +242 -0
- package/build/abi/smardex/layer-1/smardex-pool.json +506 -0
- package/build/abi/smardex/layer-2/smardex-factory.json +185 -0
- package/build/abi/smardex/layer-2/smardex-pool.json +578 -0
- package/build/abi/swaap-v1/pool.json +1346 -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 +34 -0
- package/build/dex/aave-v1/aave-v1.js +180 -0
- package/build/dex/aave-v1/aave-v1.js.map +1 -0
- package/build/dex/aave-v1/config.d.ts +11 -0
- package/build/dex/aave-v1/config.js +20 -0
- package/build/dex/aave-v1/config.js.map +1 -0
- package/build/dex/aave-v1/tokens-mainnet.json +134 -0
- package/build/dex/aave-v1/tokens.d.ts +3 -0
- package/build/dex/aave-v1/tokens.js +50 -0
- package/build/dex/aave-v1/tokens.js.map +1 -0
- package/build/dex/aave-v1/types.d.ts +12 -0
- package/build/dex/aave-v1/types.js +3 -0
- package/build/dex/aave-v1/types.js.map +1 -0
- package/build/dex/balancer-v1/balancer-pools.json +33333 -0
- package/build/dex/balancer-v3/gyroECLPPool.d.ts +11 -0
- package/build/dex/balancer-v3/gyroECLPPool.js +6 -0
- package/build/dex/balancer-v3/gyroECLPPool.js.map +1 -0
- package/build/dex/balancer-v3/utils.d.ts +2 -0
- package/build/dex/balancer-v3/utils.js +11 -0
- package/build/dex/balancer-v3/utils.js.map +1 -0
- 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/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/inception/inception-native.d.ts +43 -0
- 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/inception/types.js +3 -0
- package/build/dex/inception/types.js.map +1 -0
- 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/platypus/asset.d.ts +14 -0
- package/build/dex/platypus/asset.js +97 -0
- package/build/dex/platypus/asset.js.map +1 -0
- package/build/dex/platypus/config.d.ts +11 -0
- package/build/dex/platypus/config.js +69 -0
- package/build/dex/platypus/config.js.map +1 -0
- package/build/dex/platypus/platypus.d.ts +63 -0
- package/build/dex/platypus/platypus.js +473 -0
- package/build/dex/platypus/platypus.js.map +1 -0
- package/build/dex/platypus/pool-avax.d.ts +8 -0
- package/build/dex/platypus/pool-avax.js +54 -0
- package/build/dex/platypus/pool-avax.js.map +1 -0
- package/build/dex/platypus/pool-base.d.ts +19 -0
- package/build/dex/platypus/pool-base.js +86 -0
- package/build/dex/platypus/pool-base.js.map +1 -0
- package/build/dex/platypus/pool-pure.d.ts +8 -0
- package/build/dex/platypus/pool-pure.js +37 -0
- package/build/dex/platypus/pool-pure.js.map +1 -0
- package/build/dex/platypus/pool-subscriber.d.ts +14 -0
- package/build/dex/platypus/pool-subscriber.js +167 -0
- package/build/dex/platypus/pool-subscriber.js.map +1 -0
- package/build/dex/platypus/pool.d.ts +8 -0
- package/build/dex/platypus/pool.js +58 -0
- package/build/dex/platypus/pool.js.map +1 -0
- package/build/dex/platypus/types.d.ts +92 -0
- package/build/dex/platypus/types.js +10 -0
- package/build/dex/platypus/types.js.map +1 -0
- package/build/dex/quickswap/spiritswap-v3.d.ts +6 -0
- package/build/dex/quickswap/spiritswap-v3.js +19 -0
- package/build/dex/quickswap/spiritswap-v3.js.map +1 -0
- package/build/dex/smardex/config.d.ts +4 -0
- package/build/dex/smardex/config.js +64 -0
- package/build/dex/smardex/config.js.map +1 -0
- package/build/dex/smardex/constants.d.ts +18 -0
- package/build/dex/smardex/constants.js +33 -0
- package/build/dex/smardex/constants.js.map +1 -0
- package/build/dex/smardex/sdk/constants.d.ts +6 -0
- package/build/dex/smardex/sdk/constants.js +13 -0
- package/build/dex/smardex/sdk/constants.js.map +1 -0
- package/build/dex/smardex/sdk/core.d.ts +113 -0
- package/build/dex/smardex/sdk/core.js +499 -0
- package/build/dex/smardex/sdk/core.js.map +1 -0
- package/build/dex/smardex/sdk/errors.d.ts +15 -0
- package/build/dex/smardex/sdk/errors.js +22 -0
- package/build/dex/smardex/sdk/errors.js.map +1 -0
- package/build/dex/smardex/sdk/types.d.ts +62 -0
- package/build/dex/smardex/sdk/types.js +3 -0
- package/build/dex/smardex/sdk/types.js.map +1 -0
- package/build/dex/smardex/sdk/utils.d.ts +44 -0
- package/build/dex/smardex/sdk/utils.js +133 -0
- package/build/dex/smardex/sdk/utils.js.map +1 -0
- package/build/dex/smardex/smardex-event-pool.d.ts +28 -0
- package/build/dex/smardex/smardex-event-pool.js +119 -0
- package/build/dex/smardex/smardex-event-pool.js.map +1 -0
- package/build/dex/smardex/smardex.d.ts +65 -0
- package/build/dex/smardex/smardex.js +519 -0
- package/build/dex/smardex/smardex.js.map +1 -0
- package/build/dex/smardex/types.d.ts +55 -0
- package/build/dex/smardex/types.js +3 -0
- package/build/dex/smardex/types.js.map +1 -0
- package/build/dex/solidly/forks-override/cone.d.ts +22 -0
- package/build/dex/solidly/forks-override/cone.js +53 -0
- package/build/dex/solidly/forks-override/cone.js.map +1 -0
- package/build/dex/solidly/forks-override/solisnek.d.ts +8 -0
- package/build/dex/solidly/forks-override/solisnek.js +15 -0
- package/build/dex/solidly/forks-override/solisnek.js.map +1 -0
- package/build/dex/swaap-v1/config.d.ts +17 -0
- package/build/dex/swaap-v1/config.js +56 -0
- package/build/dex/swaap-v1/config.js.map +1 -0
- package/build/dex/swaap-v1/constants.d.ts +6 -0
- package/build/dex/swaap-v1/constants.js +17 -0
- package/build/dex/swaap-v1/constants.js.map +1 -0
- package/build/dex/swaap-v1/libraries/ChainlinkUtils.d.ts +25 -0
- package/build/dex/swaap-v1/libraries/ChainlinkUtils.js +62 -0
- package/build/dex/swaap-v1/libraries/ChainlinkUtils.js.map +1 -0
- package/build/dex/swaap-v1/libraries/Const.d.ts +18 -0
- package/build/dex/swaap-v1/libraries/Const.js +26 -0
- package/build/dex/swaap-v1/libraries/Const.js.map +1 -0
- package/build/dex/swaap-v1/libraries/GeometricBrownianMotion.d.ts +77 -0
- package/build/dex/swaap-v1/libraries/GeometricBrownianMotion.js +316 -0
- package/build/dex/swaap-v1/libraries/GeometricBrownianMotion.js.map +1 -0
- package/build/dex/swaap-v1/libraries/LogExpMath.d.ts +75 -0
- package/build/dex/swaap-v1/libraries/LogExpMath.js +418 -0
- package/build/dex/swaap-v1/libraries/LogExpMath.js.map +1 -0
- package/build/dex/swaap-v1/libraries/MathMMM.d.ts +185 -0
- package/build/dex/swaap-v1/libraries/MathMMM.js +453 -0
- package/build/dex/swaap-v1/libraries/MathMMM.js.map +1 -0
- package/build/dex/swaap-v1/libraries/Num.d.ts +31 -0
- package/build/dex/swaap-v1/libraries/Num.js +167 -0
- package/build/dex/swaap-v1/libraries/Num.js.map +1 -0
- package/build/dex/swaap-v1/libraries/PoolQuotations.d.ts +23 -0
- package/build/dex/swaap-v1/libraries/PoolQuotations.js +131 -0
- package/build/dex/swaap-v1/libraries/PoolQuotations.js.map +1 -0
- package/build/dex/swaap-v1/libraries/Struct.d.ts +56 -0
- package/build/dex/swaap-v1/libraries/Struct.js +3 -0
- package/build/dex/swaap-v1/libraries/Struct.js.map +1 -0
- package/build/dex/swaap-v1/swaap-v1-pool.d.ts +45 -0
- package/build/dex/swaap-v1/swaap-v1-pool.js +656 -0
- package/build/dex/swaap-v1/swaap-v1-pool.js.map +1 -0
- package/build/dex/swaap-v1/swaap-v1.d.ts +62 -0
- package/build/dex/swaap-v1/swaap-v1.js +379 -0
- package/build/dex/swaap-v1/swaap-v1.js.map +1 -0
- package/build/dex/swaap-v1/types.d.ts +106 -0
- package/build/dex/swaap-v1/types.js +9 -0
- package/build/dex/swaap-v1/types.js.map +1 -0
- package/build/dex/uniswap-v2/config.js +8 -0
- package/build/dex/uniswap-v2/config.js.map +1 -1
- package/build/dex/zerox/index.d.ts +1 -1
- package/build/dex/zerox/index.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 +1 -1
- package/src/dex/uniswap-v2/config.ts +9 -0
- package/src/dex/uniswap-v2/uniswap-v2-e2e-avalanche.test.ts +105 -1
- package/tests/constants-e2e.ts +5 -0
- package/tests/token-storage-slots.json +8 -0
- package/.idea/codeStyles/Project.xml +0 -59
- package/.idea/codeStyles/codeStyleConfig.xml +0 -5
- package/.idea/inspectionProfiles/Project_Default.xml +0 -6
- package/.idea/modules.xml +0 -8
- package/.idea/paraswap-dex-lib.iml +0 -12
- package/.idea/prettier.xml +0 -7
- package/.idea/vcs.xml +0 -6
- package/build/dex/uniswap-v3/uniswap-v3-new.d.ts +0 -94
- package/build/dex/uniswap-v3/uniswap-v3-new.js +0 -923
- package/build/dex/uniswap-v3/uniswap-v3-new.js.map +0 -1
- package/scripts/get-uniswap-v3-dexes.ts +0 -64
|
@@ -0,0 +1,114 @@
|
|
|
1
|
+
{
|
|
2
|
+
"blockNumber": 18813358,
|
|
3
|
+
"network": 1,
|
|
4
|
+
"srcToken": "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48",
|
|
5
|
+
"srcDecimals": 6,
|
|
6
|
+
"srcAmount": "20000000000",
|
|
7
|
+
"destToken": "0xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee",
|
|
8
|
+
"destDecimals": 18,
|
|
9
|
+
"destAmount": "8847819568532017033",
|
|
10
|
+
"bestRoute": [
|
|
11
|
+
{
|
|
12
|
+
"percent": 100,
|
|
13
|
+
"swaps": [
|
|
14
|
+
{
|
|
15
|
+
"srcToken": "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48",
|
|
16
|
+
"srcDecimals": 6,
|
|
17
|
+
"destToken": "0xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee",
|
|
18
|
+
"destDecimals": 18,
|
|
19
|
+
"swapExchanges": [
|
|
20
|
+
{
|
|
21
|
+
"exchange": "SushiSwapV3",
|
|
22
|
+
"srcAmount": "6400000000",
|
|
23
|
+
"destAmount": "2822713151313845207",
|
|
24
|
+
"percent": 32,
|
|
25
|
+
"poolAddresses": ["0x763d3b7296e7c9718ad5b058ac2692a19e5b3638"],
|
|
26
|
+
"data": {
|
|
27
|
+
"path": [
|
|
28
|
+
{
|
|
29
|
+
"tokenIn": "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48",
|
|
30
|
+
"tokenOut": "0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2",
|
|
31
|
+
"fee": "3000",
|
|
32
|
+
"currentFee": "3000"
|
|
33
|
+
}
|
|
34
|
+
],
|
|
35
|
+
"gasUSD": "23.952063"
|
|
36
|
+
}
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
"exchange": "SushiSwapV3",
|
|
40
|
+
"srcAmount": "4800000000",
|
|
41
|
+
"destAmount": "2124755058853577592",
|
|
42
|
+
"percent": 24,
|
|
43
|
+
"poolAddresses": ["0x35644fb61afbc458bf92b15add6abc1996be5014"],
|
|
44
|
+
"data": {
|
|
45
|
+
"path": [
|
|
46
|
+
{
|
|
47
|
+
"tokenIn": "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48",
|
|
48
|
+
"tokenOut": "0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2",
|
|
49
|
+
"fee": "500",
|
|
50
|
+
"currentFee": "500"
|
|
51
|
+
}
|
|
52
|
+
],
|
|
53
|
+
"gasUSD": "29.225912"
|
|
54
|
+
}
|
|
55
|
+
},
|
|
56
|
+
{
|
|
57
|
+
"exchange": "BalancerV1",
|
|
58
|
+
"srcAmount": "8800000000",
|
|
59
|
+
"destAmount": "3900351358364594234",
|
|
60
|
+
"percent": 44,
|
|
61
|
+
"poolAddresses": [
|
|
62
|
+
"0x69d460e01070a7ba1bc363885bc8f4f0daa19bf5",
|
|
63
|
+
"0x2257aaac34bcb27900291f7b84ee2565a6cbac57",
|
|
64
|
+
"0x8a649274e4d777ffc6851f13d23a86bbfa2f2fbf",
|
|
65
|
+
"0x9b208194acc0a8ccb2a8dcafeacfbb7dcc093f81"
|
|
66
|
+
],
|
|
67
|
+
"data": {
|
|
68
|
+
"swaps": [
|
|
69
|
+
{
|
|
70
|
+
"pool": "0x69d460e01070a7ba1bc363885bc8f4f0daa19bf5",
|
|
71
|
+
"tokenInParam": "5600000000",
|
|
72
|
+
"tokenOutParam": "0",
|
|
73
|
+
"maxPrice": "115792089237316195423570985008687907853269984665640564039457584007913129639935"
|
|
74
|
+
},
|
|
75
|
+
{
|
|
76
|
+
"pool": "0x2257aaac34bcb27900291f7b84ee2565a6cbac57",
|
|
77
|
+
"tokenInParam": "1200000000",
|
|
78
|
+
"tokenOutParam": "0",
|
|
79
|
+
"maxPrice": "115792089237316195423570985008687907853269984665640564039457584007913129639935"
|
|
80
|
+
},
|
|
81
|
+
{
|
|
82
|
+
"pool": "0x8a649274e4d777ffc6851f13d23a86bbfa2f2fbf",
|
|
83
|
+
"tokenInParam": "1200000000",
|
|
84
|
+
"tokenOutParam": "0",
|
|
85
|
+
"maxPrice": "115792089237316195423570985008687907853269984665640564039457584007913129639935"
|
|
86
|
+
},
|
|
87
|
+
{
|
|
88
|
+
"pool": "0x9b208194acc0a8ccb2a8dcafeacfbb7dcc093f81",
|
|
89
|
+
"tokenInParam": "800000000",
|
|
90
|
+
"tokenOutParam": "0",
|
|
91
|
+
"maxPrice": "115792089237316195423570985008687907853269984665640564039457584007913129639935"
|
|
92
|
+
}
|
|
93
|
+
],
|
|
94
|
+
"gasUSD": "105.476976"
|
|
95
|
+
}
|
|
96
|
+
}
|
|
97
|
+
]
|
|
98
|
+
}
|
|
99
|
+
]
|
|
100
|
+
}
|
|
101
|
+
],
|
|
102
|
+
"gasCostUSD": "173.861215",
|
|
103
|
+
"gasCost": "791200",
|
|
104
|
+
"side": "SELL",
|
|
105
|
+
"tokenTransferProxy": "0x216b4b4ba9f3e719726886d34a177484278bfcae",
|
|
106
|
+
"contractAddress": "0xDEF171Fe48CF0115B1d80b88dc8eAB59176FEe57",
|
|
107
|
+
"contractMethod": "simpleSwap",
|
|
108
|
+
"partnerFee": 0,
|
|
109
|
+
"srcUSD": "20000.0000000000",
|
|
110
|
+
"destUSD": "19061.3000874670",
|
|
111
|
+
"partner": "any",
|
|
112
|
+
"maxImpactReached": false,
|
|
113
|
+
"hmac": "23d86ccff7cebd1ff83f5981e0a4b5868f1fc1c7"
|
|
114
|
+
}
|
|
@@ -0,0 +1,55 @@
|
|
|
1
|
+
{
|
|
2
|
+
"blockNumber": 18813324,
|
|
3
|
+
"network": 1,
|
|
4
|
+
"srcToken": "0x6b3595068778dd592e39a122f4f5a5cf09c90fe2",
|
|
5
|
+
"srcDecimals": 18,
|
|
6
|
+
"srcAmount": "3000000000000000000000",
|
|
7
|
+
"destToken": "0xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee",
|
|
8
|
+
"destDecimals": 18,
|
|
9
|
+
"destAmount": "1462165766112784720",
|
|
10
|
+
"bestRoute": [
|
|
11
|
+
{
|
|
12
|
+
"percent": 100,
|
|
13
|
+
"swaps": [
|
|
14
|
+
{
|
|
15
|
+
"srcToken": "0x6b3595068778dd592e39a122f4f5a5cf09c90fe2",
|
|
16
|
+
"srcDecimals": 18,
|
|
17
|
+
"destToken": "0xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee",
|
|
18
|
+
"destDecimals": 18,
|
|
19
|
+
"swapExchanges": [
|
|
20
|
+
{
|
|
21
|
+
"exchange": "SushiSwapV3",
|
|
22
|
+
"srcAmount": "3000000000000000000000",
|
|
23
|
+
"destAmount": "1462165766112784720",
|
|
24
|
+
"percent": 100,
|
|
25
|
+
"poolAddresses": ["0x87c7056bbe6084f03304196be51c6b90b6d85aa2"],
|
|
26
|
+
"data": {
|
|
27
|
+
"path": [
|
|
28
|
+
{
|
|
29
|
+
"tokenIn": "0x6b3595068778dd592e39a122f4f5a5cf09c90fe2",
|
|
30
|
+
"tokenOut": "0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2",
|
|
31
|
+
"fee": "3000",
|
|
32
|
+
"currentFee": "3000"
|
|
33
|
+
}
|
|
34
|
+
],
|
|
35
|
+
"gasUSD": "26.076336"
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
]
|
|
39
|
+
}
|
|
40
|
+
]
|
|
41
|
+
}
|
|
42
|
+
],
|
|
43
|
+
"gasCostUSD": "37.569854",
|
|
44
|
+
"gasCost": "226200",
|
|
45
|
+
"side": "SELL",
|
|
46
|
+
"tokenTransferProxy": "0x216b4b4ba9f3e719726886d34a177484278bfcae",
|
|
47
|
+
"contractAddress": "0xDEF171Fe48CF0115B1d80b88dc8eAB59176FEe57",
|
|
48
|
+
"contractMethod": "simpleSwap",
|
|
49
|
+
"partnerFee": 0,
|
|
50
|
+
"srcUSD": "3330.0000000000",
|
|
51
|
+
"destUSD": "3153.9354224783",
|
|
52
|
+
"partner": "any",
|
|
53
|
+
"maxImpactReached": false,
|
|
54
|
+
"hmac": "74d10f84bc9f54e07bc2a642011ccd335f90bc34"
|
|
55
|
+
}
|
|
@@ -0,0 +1,73 @@
|
|
|
1
|
+
{
|
|
2
|
+
"blockNumber": 18813323,
|
|
3
|
+
"network": 1,
|
|
4
|
+
"srcToken": "0xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee",
|
|
5
|
+
"srcDecimals": 18,
|
|
6
|
+
"srcAmount": "4000000000000000000",
|
|
7
|
+
"destToken": "0x6b3595068778dd592e39a122f4f5a5cf09c90fe2",
|
|
8
|
+
"destDecimals": 18,
|
|
9
|
+
"destAmount": "7097049665124498485140",
|
|
10
|
+
"bestRoute": [
|
|
11
|
+
{
|
|
12
|
+
"percent": 100,
|
|
13
|
+
"swaps": [
|
|
14
|
+
{
|
|
15
|
+
"srcToken": "0xeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeeee",
|
|
16
|
+
"srcDecimals": 18,
|
|
17
|
+
"destToken": "0x6b3595068778dd592e39a122f4f5a5cf09c90fe2",
|
|
18
|
+
"destDecimals": 18,
|
|
19
|
+
"swapExchanges": [
|
|
20
|
+
{
|
|
21
|
+
"exchange": "UniswapV3",
|
|
22
|
+
"srcAmount": "2080000000000000000",
|
|
23
|
+
"destAmount": "3666930750962393744865",
|
|
24
|
+
"percent": 52,
|
|
25
|
+
"poolAddresses": ["0x73a6a761fe483ba19debb8f56ac5bbf14c0cdad1"],
|
|
26
|
+
"data": {
|
|
27
|
+
"path": [
|
|
28
|
+
{
|
|
29
|
+
"tokenIn": "0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2",
|
|
30
|
+
"tokenOut": "0x6b3595068778dd592e39a122f4f5a5cf09c90fe2",
|
|
31
|
+
"fee": "3000",
|
|
32
|
+
"currentFee": "3000"
|
|
33
|
+
}
|
|
34
|
+
],
|
|
35
|
+
"gasUSD": "93.841590"
|
|
36
|
+
}
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
"exchange": "SushiSwapV3",
|
|
40
|
+
"srcAmount": "1920000000000000000",
|
|
41
|
+
"destAmount": "3430118914162104740275",
|
|
42
|
+
"percent": 48,
|
|
43
|
+
"poolAddresses": ["0x87c7056bbe6084f03304196be51c6b90b6d85aa2"],
|
|
44
|
+
"data": {
|
|
45
|
+
"path": [
|
|
46
|
+
{
|
|
47
|
+
"tokenIn": "0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2",
|
|
48
|
+
"tokenOut": "0x6b3595068778dd592e39a122f4f5a5cf09c90fe2",
|
|
49
|
+
"fee": "3000",
|
|
50
|
+
"currentFee": "3000"
|
|
51
|
+
}
|
|
52
|
+
],
|
|
53
|
+
"gasUSD": "22.090144"
|
|
54
|
+
}
|
|
55
|
+
}
|
|
56
|
+
]
|
|
57
|
+
}
|
|
58
|
+
]
|
|
59
|
+
}
|
|
60
|
+
],
|
|
61
|
+
"gasCostUSD": "131.145698",
|
|
62
|
+
"gasCost": "789600",
|
|
63
|
+
"side": "SELL",
|
|
64
|
+
"tokenTransferProxy": "0x216b4b4ba9f3e719726886d34a177484278bfcae",
|
|
65
|
+
"contractAddress": "0xDEF171Fe48CF0115B1d80b88dc8eAB59176FEe57",
|
|
66
|
+
"contractMethod": "simpleSwap",
|
|
67
|
+
"partnerFee": 0,
|
|
68
|
+
"srcUSD": "8628.1200000000",
|
|
69
|
+
"destUSD": "7877.7251282882",
|
|
70
|
+
"partner": "any",
|
|
71
|
+
"maxImpactReached": false,
|
|
72
|
+
"hmac": "252d803fc8ca53537c22905da85ed276ae827eb4"
|
|
73
|
+
}
|
package/build/executor/fixtures/executor02/routes/price-route-simpleSwap-univ3-curvev1-usdt-dai.json
ADDED
|
@@ -0,0 +1,82 @@
|
|
|
1
|
+
{
|
|
2
|
+
"blockNumber": 18813366,
|
|
3
|
+
"network": 1,
|
|
4
|
+
"srcToken": "0xdac17f958d2ee523a2206206994597c13d831ec7",
|
|
5
|
+
"srcDecimals": 6,
|
|
6
|
+
"srcAmount": "10000500000000",
|
|
7
|
+
"destToken": "0x6b175474e89094c44da98b954eedeac495271d0f",
|
|
8
|
+
"destDecimals": 18,
|
|
9
|
+
"destAmount": "9986733042911056529251220",
|
|
10
|
+
"bestRoute": [
|
|
11
|
+
{
|
|
12
|
+
"percent": 100,
|
|
13
|
+
"swaps": [
|
|
14
|
+
{
|
|
15
|
+
"srcToken": "0xdac17f958d2ee523a2206206994597c13d831ec7",
|
|
16
|
+
"srcDecimals": 6,
|
|
17
|
+
"destToken": "0x6b175474e89094c44da98b954eedeac495271d0f",
|
|
18
|
+
"destDecimals": 18,
|
|
19
|
+
"swapExchanges": [
|
|
20
|
+
{
|
|
21
|
+
"exchange": "CurveV1",
|
|
22
|
+
"srcAmount": "200010000000",
|
|
23
|
+
"destAmount": "199724930804948075871073",
|
|
24
|
+
"percent": 2,
|
|
25
|
+
"poolAddresses": ["0xa5407eae9ba41422680e2e00537571bcc53efbfd"],
|
|
26
|
+
"data": {
|
|
27
|
+
"exchange": "0xa5407eae9ba41422680e2e00537571bcc53efbfd",
|
|
28
|
+
"i": 2,
|
|
29
|
+
"j": 0,
|
|
30
|
+
"underlyingSwap": true,
|
|
31
|
+
"deadline": 0,
|
|
32
|
+
"gasUSD": "59.460060"
|
|
33
|
+
}
|
|
34
|
+
},
|
|
35
|
+
{
|
|
36
|
+
"exchange": "CurveV1",
|
|
37
|
+
"srcAmount": "8800440000000",
|
|
38
|
+
"destAmount": "8788481925522943324040552",
|
|
39
|
+
"percent": 88,
|
|
40
|
+
"poolAddresses": ["0xbebc44782c7db0a1a60cb6fe97d0b483032ff1c7"],
|
|
41
|
+
"data": {
|
|
42
|
+
"exchange": "0xbebc44782c7db0a1a60cb6fe97d0b483032ff1c7",
|
|
43
|
+
"i": 2,
|
|
44
|
+
"j": 0,
|
|
45
|
+
"underlyingSwap": false,
|
|
46
|
+
"deadline": 0,
|
|
47
|
+
"gasUSD": "59.460060"
|
|
48
|
+
}
|
|
49
|
+
},
|
|
50
|
+
{
|
|
51
|
+
"exchange": "CurveV1",
|
|
52
|
+
"srcAmount": "1000050000000",
|
|
53
|
+
"destAmount": "998526186583165129339595",
|
|
54
|
+
"percent": 10,
|
|
55
|
+
"poolAddresses": ["0xdebf20617708857ebe4f679508e7b7863a8a8eee"],
|
|
56
|
+
"data": {
|
|
57
|
+
"exchange": "0xdebf20617708857ebe4f679508e7b7863a8a8eee",
|
|
58
|
+
"i": 2,
|
|
59
|
+
"j": 0,
|
|
60
|
+
"underlyingSwap": true,
|
|
61
|
+
"deadline": 0,
|
|
62
|
+
"gasUSD": "101.082102"
|
|
63
|
+
}
|
|
64
|
+
}
|
|
65
|
+
]
|
|
66
|
+
}
|
|
67
|
+
]
|
|
68
|
+
}
|
|
69
|
+
],
|
|
70
|
+
"gasCostUSD": "253.180935",
|
|
71
|
+
"gasCost": "851600",
|
|
72
|
+
"side": "SELL",
|
|
73
|
+
"tokenTransferProxy": "0x216b4b4ba9f3e719726886d34a177484278bfcae",
|
|
74
|
+
"contractAddress": "0xDEF171Fe48CF0115B1d80b88dc8eAB59176FEe57",
|
|
75
|
+
"contractMethod": "simpleSwap",
|
|
76
|
+
"partnerFee": 0,
|
|
77
|
+
"srcUSD": "9991539.5520000000",
|
|
78
|
+
"destUSD": "9986303.5135228809",
|
|
79
|
+
"partner": "any",
|
|
80
|
+
"maxImpactReached": false,
|
|
81
|
+
"hmac": "062b93a127ea430933d4eaf5ffc56e0106414e69"
|
|
82
|
+
}
|
package/package.json
CHANGED
|
@@ -337,6 +337,15 @@ export const UniswapV2Config: DexConfigMap<DexParams> = {
|
|
|
337
337
|
feeCode: 30,
|
|
338
338
|
},
|
|
339
339
|
},
|
|
340
|
+
ArenaDex: {
|
|
341
|
+
[Network.AVALANCHE]: {
|
|
342
|
+
factoryAddress: '0x231DF4D421f1F9e0AAe9bA3634a87EBC87A09c39',
|
|
343
|
+
initCode:
|
|
344
|
+
'0x5eae27f407e5d417db3b2c176a2221883934aa8eecf365f8795afb69ee0b23d1',
|
|
345
|
+
poolGasCost: 120 * 1000,
|
|
346
|
+
feeCode: 30,
|
|
347
|
+
},
|
|
348
|
+
},
|
|
340
349
|
PancakeSwap: {
|
|
341
350
|
[Network.BSC]: {
|
|
342
351
|
factoryAddress: '0xBCfCcbde45cE874adCB698cC183deBcF17952812',
|
|
@@ -2,11 +2,101 @@ import dotenv from 'dotenv';
|
|
|
2
2
|
dotenv.config();
|
|
3
3
|
|
|
4
4
|
import { testE2E } from '../../../tests/utils-e2e';
|
|
5
|
-
import {
|
|
5
|
+
import {
|
|
6
|
+
Tokens,
|
|
7
|
+
Holders,
|
|
8
|
+
NativeTokenSymbols,
|
|
9
|
+
} from '../../../tests/constants-e2e';
|
|
6
10
|
import { Network, ContractMethod, SwapSide } from '../../constants';
|
|
7
11
|
import { StaticJsonRpcProvider } from '@ethersproject/providers';
|
|
8
12
|
import { generateConfig } from '../../config';
|
|
9
13
|
|
|
14
|
+
function testForNetwork(
|
|
15
|
+
network: Network,
|
|
16
|
+
dexKey: string,
|
|
17
|
+
tokenASymbol: string,
|
|
18
|
+
tokenBSymbol: string,
|
|
19
|
+
tokenAAmount: string,
|
|
20
|
+
tokenBAmount: string,
|
|
21
|
+
nativeTokenAmount: string,
|
|
22
|
+
) {
|
|
23
|
+
const provider = new StaticJsonRpcProvider(
|
|
24
|
+
generateConfig(network).privateHttpProvider,
|
|
25
|
+
network,
|
|
26
|
+
);
|
|
27
|
+
const tokens = Tokens[network];
|
|
28
|
+
const holders = Holders[network];
|
|
29
|
+
const nativeTokenSymbol = NativeTokenSymbols[network];
|
|
30
|
+
|
|
31
|
+
const sideToContractMethods = new Map([
|
|
32
|
+
[SwapSide.SELL, [ContractMethod.swapExactAmountIn]],
|
|
33
|
+
[SwapSide.BUY, [ContractMethod.swapExactAmountOut]],
|
|
34
|
+
]);
|
|
35
|
+
|
|
36
|
+
describe(`${network}`, () => {
|
|
37
|
+
sideToContractMethods.forEach((contractMethods, side) =>
|
|
38
|
+
describe(`${side}`, () => {
|
|
39
|
+
contractMethods.forEach((contractMethod: ContractMethod) => {
|
|
40
|
+
describe(`${contractMethod}`, () => {
|
|
41
|
+
it(`${nativeTokenSymbol} -> ${tokenASymbol}`, async () => {
|
|
42
|
+
await testE2E(
|
|
43
|
+
tokens[nativeTokenSymbol],
|
|
44
|
+
tokens[tokenASymbol],
|
|
45
|
+
holders[nativeTokenSymbol],
|
|
46
|
+
side === SwapSide.SELL ? nativeTokenAmount : tokenAAmount,
|
|
47
|
+
side,
|
|
48
|
+
dexKey,
|
|
49
|
+
contractMethod,
|
|
50
|
+
network,
|
|
51
|
+
provider,
|
|
52
|
+
);
|
|
53
|
+
});
|
|
54
|
+
it(`${tokenASymbol} -> ${nativeTokenSymbol}`, async () => {
|
|
55
|
+
await testE2E(
|
|
56
|
+
tokens[tokenASymbol],
|
|
57
|
+
tokens[nativeTokenSymbol],
|
|
58
|
+
holders[tokenASymbol],
|
|
59
|
+
side === SwapSide.SELL ? tokenAAmount : nativeTokenAmount,
|
|
60
|
+
side,
|
|
61
|
+
dexKey,
|
|
62
|
+
contractMethod,
|
|
63
|
+
network,
|
|
64
|
+
provider,
|
|
65
|
+
);
|
|
66
|
+
});
|
|
67
|
+
it(`${tokenASymbol} -> ${tokenBSymbol}`, async () => {
|
|
68
|
+
await testE2E(
|
|
69
|
+
tokens[tokenASymbol],
|
|
70
|
+
tokens[tokenBSymbol],
|
|
71
|
+
holders[tokenASymbol],
|
|
72
|
+
side === SwapSide.SELL ? tokenAAmount : tokenBAmount,
|
|
73
|
+
side,
|
|
74
|
+
dexKey,
|
|
75
|
+
contractMethod,
|
|
76
|
+
network,
|
|
77
|
+
provider,
|
|
78
|
+
);
|
|
79
|
+
});
|
|
80
|
+
it(`${tokenBSymbol} -> ${tokenASymbol}`, async () => {
|
|
81
|
+
await testE2E(
|
|
82
|
+
tokens[tokenBSymbol],
|
|
83
|
+
tokens[tokenASymbol],
|
|
84
|
+
holders[tokenBSymbol],
|
|
85
|
+
side === SwapSide.SELL ? tokenBAmount : tokenAAmount,
|
|
86
|
+
side,
|
|
87
|
+
dexKey,
|
|
88
|
+
contractMethod,
|
|
89
|
+
network,
|
|
90
|
+
provider,
|
|
91
|
+
);
|
|
92
|
+
});
|
|
93
|
+
});
|
|
94
|
+
});
|
|
95
|
+
}),
|
|
96
|
+
);
|
|
97
|
+
});
|
|
98
|
+
}
|
|
99
|
+
|
|
10
100
|
describe('UniswapV2 E2E Avalanche', () => {
|
|
11
101
|
const network = Network.AVALANCHE;
|
|
12
102
|
const tokens = Tokens[network];
|
|
@@ -196,6 +286,20 @@ describe('UniswapV2 E2E Avalanche', () => {
|
|
|
196
286
|
});
|
|
197
287
|
});
|
|
198
288
|
|
|
289
|
+
describe('ArenaDex', () => {
|
|
290
|
+
const dexKey = 'ArenaDex';
|
|
291
|
+
|
|
292
|
+
testForNetwork(
|
|
293
|
+
network,
|
|
294
|
+
dexKey,
|
|
295
|
+
'ARENA',
|
|
296
|
+
'WAVAX',
|
|
297
|
+
'10000000',
|
|
298
|
+
'10000000',
|
|
299
|
+
'10000000',
|
|
300
|
+
);
|
|
301
|
+
});
|
|
302
|
+
|
|
199
303
|
describe('TraderJoe', () => {
|
|
200
304
|
const dexKey = 'TraderJoe';
|
|
201
305
|
describe('TraderJoe: Fail: (Joe: K)', () => {
|
package/tests/constants-e2e.ts
CHANGED
|
@@ -1177,6 +1177,10 @@ export const Tokens: {
|
|
|
1177
1177
|
address: '0x6ab707aca953edaefbc4fd23ba73294241490620',
|
|
1178
1178
|
decimals: 6,
|
|
1179
1179
|
},
|
|
1180
|
+
ARENA: {
|
|
1181
|
+
address: '0xB8d7710f7d8349A506b75dD184F05777c82dAd0C',
|
|
1182
|
+
decimals: 18,
|
|
1183
|
+
},
|
|
1180
1184
|
TRYB: {
|
|
1181
1185
|
address: '0x564a341df6c126f90cf3ecb92120fd7190acb401',
|
|
1182
1186
|
decimals: 6,
|
|
@@ -2032,6 +2036,7 @@ export const Holders: {
|
|
|
2032
2036
|
PHAR: '0x654296D56532f62B7d91d335791d3c364a9385b5',
|
|
2033
2037
|
stataUSDT: '', // no holders yet
|
|
2034
2038
|
aaveUSDT: '0xB2d3ad6e99D2A043EF77e3812461Ad2D4Ae3da8B',
|
|
2039
|
+
ARENA: '0xEBf747761b6942adaBAA58A594BA24931AfA0a3F',
|
|
2035
2040
|
TRYB: '0x7137FdccfB6Ee406771E8F5c1B466e4d3074dd45',
|
|
2036
2041
|
},
|
|
2037
2042
|
[Network.ARBITRUM]: {
|
|
@@ -685,6 +685,14 @@
|
|
|
685
685
|
"0x2b2c81e08f1af8835a78bb2a90ae924ace0ea4be": {
|
|
686
686
|
"balanceSlot": "0x00000000000000000000000000000000000000000000000000000000000000cb",
|
|
687
687
|
"allowanceSlot": "0x00000000000000000000000000000000000000000000000000000000000000cc"
|
|
688
|
+
},
|
|
689
|
+
"0xb8d7710f7d8349a506b75dd184f05777c82dad0c": {
|
|
690
|
+
"balanceSlot": "0x0000000000000000000000000000000000000000000000000000000000000000",
|
|
691
|
+
"allowanceSlot": "0x0000000000000000000000000000000000000000000000000000000000000001"
|
|
692
|
+
},
|
|
693
|
+
"0x027dbca046ca156de9622cd1e2d907d375e53aa7": {
|
|
694
|
+
"balanceSlot": "0x000000000000000000000000000000000000000000000000000000000000006c",
|
|
695
|
+
"allowanceSlot": "0x000000000000000000000000000000000000000000000000000000000000006d"
|
|
688
696
|
}
|
|
689
697
|
}
|
|
690
698
|
}
|
|
@@ -1,59 +0,0 @@
|
|
|
1
|
-
<component name="ProjectCodeStyleConfiguration">
|
|
2
|
-
<code_scheme name="Project" version="173">
|
|
3
|
-
<HTMLCodeStyleSettings>
|
|
4
|
-
<option name="HTML_SPACE_INSIDE_EMPTY_TAG" value="true" />
|
|
5
|
-
</HTMLCodeStyleSettings>
|
|
6
|
-
<JSCodeStyleSettings version="0">
|
|
7
|
-
<option name="FORCE_SEMICOLON_STYLE" value="true" />
|
|
8
|
-
<option name="SPACE_BEFORE_FUNCTION_LEFT_PARENTH" value="false" />
|
|
9
|
-
<option name="USE_DOUBLE_QUOTES" value="false" />
|
|
10
|
-
<option name="FORCE_QUOTE_STYlE" value="true" />
|
|
11
|
-
<option name="ENFORCE_TRAILING_COMMA" value="WhenMultiline" />
|
|
12
|
-
<option name="SPACES_WITHIN_OBJECT_LITERAL_BRACES" value="true" />
|
|
13
|
-
<option name="SPACES_WITHIN_IMPORTS" value="true" />
|
|
14
|
-
</JSCodeStyleSettings>
|
|
15
|
-
<TypeScriptCodeStyleSettings version="0">
|
|
16
|
-
<option name="FORCE_SEMICOLON_STYLE" value="true" />
|
|
17
|
-
<option name="SPACE_BEFORE_FUNCTION_LEFT_PARENTH" value="false" />
|
|
18
|
-
<option name="USE_DOUBLE_QUOTES" value="false" />
|
|
19
|
-
<option name="FORCE_QUOTE_STYlE" value="true" />
|
|
20
|
-
<option name="ENFORCE_TRAILING_COMMA" value="WhenMultiline" />
|
|
21
|
-
<option name="SPACES_WITHIN_OBJECT_LITERAL_BRACES" value="true" />
|
|
22
|
-
<option name="SPACES_WITHIN_IMPORTS" value="true" />
|
|
23
|
-
</TypeScriptCodeStyleSettings>
|
|
24
|
-
<VueCodeStyleSettings>
|
|
25
|
-
<option name="INTERPOLATION_NEW_LINE_AFTER_START_DELIMITER" value="false" />
|
|
26
|
-
<option name="INTERPOLATION_NEW_LINE_BEFORE_END_DELIMITER" value="false" />
|
|
27
|
-
</VueCodeStyleSettings>
|
|
28
|
-
<codeStyleSettings language="HTML">
|
|
29
|
-
<option name="SOFT_MARGINS" value="80" />
|
|
30
|
-
<indentOptions>
|
|
31
|
-
<option name="INDENT_SIZE" value="2" />
|
|
32
|
-
<option name="CONTINUATION_INDENT_SIZE" value="2" />
|
|
33
|
-
<option name="TAB_SIZE" value="2" />
|
|
34
|
-
</indentOptions>
|
|
35
|
-
</codeStyleSettings>
|
|
36
|
-
<codeStyleSettings language="JavaScript">
|
|
37
|
-
<option name="SOFT_MARGINS" value="80" />
|
|
38
|
-
<indentOptions>
|
|
39
|
-
<option name="INDENT_SIZE" value="2" />
|
|
40
|
-
<option name="CONTINUATION_INDENT_SIZE" value="2" />
|
|
41
|
-
<option name="TAB_SIZE" value="2" />
|
|
42
|
-
</indentOptions>
|
|
43
|
-
</codeStyleSettings>
|
|
44
|
-
<codeStyleSettings language="TypeScript">
|
|
45
|
-
<option name="SOFT_MARGINS" value="80" />
|
|
46
|
-
<indentOptions>
|
|
47
|
-
<option name="INDENT_SIZE" value="2" />
|
|
48
|
-
<option name="CONTINUATION_INDENT_SIZE" value="2" />
|
|
49
|
-
<option name="TAB_SIZE" value="2" />
|
|
50
|
-
</indentOptions>
|
|
51
|
-
</codeStyleSettings>
|
|
52
|
-
<codeStyleSettings language="Vue">
|
|
53
|
-
<option name="SOFT_MARGINS" value="80" />
|
|
54
|
-
<indentOptions>
|
|
55
|
-
<option name="CONTINUATION_INDENT_SIZE" value="2" />
|
|
56
|
-
</indentOptions>
|
|
57
|
-
</codeStyleSettings>
|
|
58
|
-
</code_scheme>
|
|
59
|
-
</component>
|
package/.idea/modules.xml
DELETED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<project version="4">
|
|
3
|
-
<component name="ProjectModuleManager">
|
|
4
|
-
<modules>
|
|
5
|
-
<module fileurl="file://$PROJECT_DIR$/.idea/paraswap-dex-lib.iml" filepath="$PROJECT_DIR$/.idea/paraswap-dex-lib.iml" />
|
|
6
|
-
</modules>
|
|
7
|
-
</component>
|
|
8
|
-
</project>
|
|
@@ -1,12 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<module type="WEB_MODULE" version="4">
|
|
3
|
-
<component name="NewModuleRootManager">
|
|
4
|
-
<content url="file://$MODULE_DIR$">
|
|
5
|
-
<excludeFolder url="file://$MODULE_DIR$/.tmp" />
|
|
6
|
-
<excludeFolder url="file://$MODULE_DIR$/temp" />
|
|
7
|
-
<excludeFolder url="file://$MODULE_DIR$/tmp" />
|
|
8
|
-
</content>
|
|
9
|
-
<orderEntry type="inheritedJdk" />
|
|
10
|
-
<orderEntry type="sourceFolder" forTests="false" />
|
|
11
|
-
</component>
|
|
12
|
-
</module>
|
package/.idea/prettier.xml
DELETED