@paraswap/dex-lib 3.8.25 → 3.8.27-dualsync.0
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/dex/generic-rfq/rate-fetcher.js +1 -1
- package/build/dex/generic-rfq/rate-fetcher.js.map +1 -1
- package/build/dex/idex.d.ts +4 -0
- package/build/dex/uniswap-v2/uniswap-v2.d.ts +11 -4
- package/build/dex/uniswap-v2/uniswap-v2.js +40 -13
- package/build/dex/uniswap-v2/uniswap-v2.js.map +1 -1
- package/build/dex/uniswap-v3/uniswap-v3-pool.d.ts +3 -2
- package/build/dex/uniswap-v3/uniswap-v3-pool.js +3 -3
- package/build/dex/uniswap-v3/uniswap-v3-pool.js.map +1 -1
- package/build/dex/uniswap-v3/uniswap-v3.d.ts +4 -0
- package/build/dex/uniswap-v3/uniswap-v3.js +11 -2
- package/build/dex/uniswap-v3/uniswap-v3.js.map +1 -1
- package/build/dex-helper/dummy-dex-helper.d.ts +2 -0
- package/build/dex-helper/dummy-dex-helper.js.map +1 -1
- package/build/dex-helper/idex-helper.d.ts +2 -0
- package/build/dex-utils.d.ts +3 -0
- package/build/dex-utils.js +10 -0
- package/build/dex-utils.js.map +1 -0
- package/build/stateful-dual-synchronizer.d.ts +46 -0
- package/build/stateful-dual-synchronizer.js +300 -0
- package/build/stateful-dual-synchronizer.js.map +1 -0
- package/package.json +1 -1
- package/src/dex/generic-rfq/rate-fetcher.ts +6 -5
- package/src/dex/idex.ts +8 -0
- package/src/dex/uniswap-v2/uniswap-v2.ts +66 -16
- package/src/dex/uniswap-v3/uniswap-v3-pool.ts +4 -6
- package/src/dex/uniswap-v3/uniswap-v3.ts +28 -2
- package/src/dex-helper/dummy-dex-helper.ts +2 -0
- package/src/dex-helper/idex-helper.ts +2 -0
- package/src/dex-utils.ts +5 -0
- package/src/stateful-dual-synchronizer.ts +415 -0
- package/.vscode/launch.json +0 -16
- package/.vscode/settings.json +0 -3
- package/build/abi/AaveV1_lending_pool.json +0 -27
- package/build/abi/BProtocol.json +0 -1155
- package/build/abi/Jarvis.json +0 -1172
- package/build/abi/MStableAsset.json +0 -1545
- package/build/abi/OneInchLp.json +0 -1304
- package/build/abi/Onebit.json +0 -736
- package/build/abi/Shell.json +0 -1294
- package/build/abi/TraderJoeV2Router.json +0 -50
- package/build/abi/Uncompressor.json +0 -250
- package/build/abi/integral/factory.json +0 -333
- package/build/abi/integral/oracle.json +0 -501
- package/build/abi/integral/pool.json +0 -1041
- package/build/abi/integral/relayer.json +0 -1536
- package/build/abi/platypus/asset.json +0 -490
- package/build/abi/platypus/avax-pool.json +0 -820
- package/build/abi/platypus/oracle.json +0 -119
- package/build/abi/platypus/pool.json +0 -677
- package/build/abi/smardex/all/smardex-router.json +0 -648
- package/build/abi/smardex/layer-1/smardex-factory.json +0 -242
- package/build/abi/smardex/layer-1/smardex-pool.json +0 -506
- package/build/abi/smardex/layer-2/smardex-factory.json +0 -185
- package/build/abi/smardex/layer-2/smardex-pool.json +0 -578
- package/build/abi/swaap-v1/pool.json +0 -1346
- package/build/abi/zrx.v2.json +0 -1967
- package/build/abi/zrx.v3.json +0 -3454
- package/build/abi/zrx.v4.json +0 -2193
- package/build/dex/OneInchLp.d.ts +0 -24
- package/build/dex/OneInchLp.js +0 -43
- package/build/dex/OneInchLp.js.map +0 -1
- package/build/dex/aave-v1/aave-v1.d.ts +0 -33
- package/build/dex/aave-v1/aave-v1.js +0 -158
- package/build/dex/aave-v1/aave-v1.js.map +0 -1
- package/build/dex/aave-v1/config.d.ts +0 -11
- package/build/dex/aave-v1/config.js +0 -20
- package/build/dex/aave-v1/config.js.map +0 -1
- package/build/dex/aave-v1/tokens-mainnet.json +0 -134
- package/build/dex/aave-v1/tokens.d.ts +0 -3
- package/build/dex/aave-v1/tokens.js +0 -50
- package/build/dex/aave-v1/tokens.js.map +0 -1
- package/build/dex/aave-v1/types.d.ts +0 -12
- package/build/dex/aave-v1/types.js +0 -3
- package/build/dex/aave-v1/types.js.map +0 -1
- package/build/dex/bProtocol/bProtocol.d.ts +0 -15
- package/build/dex/bProtocol/bProtocol.js +0 -56
- package/build/dex/bProtocol/bProtocol.js.map +0 -1
- package/build/dex/bProtocol/types.d.ts +0 -11
- package/build/dex/bProtocol/types.js +0 -8
- package/build/dex/bProtocol/types.js.map +0 -1
- 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/etherfi/etherfi.d.ts +0 -26
- package/build/dex/etherfi/etherfi.js +0 -96
- package/build/dex/etherfi/etherfi.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/helpers.d.ts +0 -17
- package/build/dex/integral/helpers.js +0 -157
- package/build/dex/integral/helpers.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.d.ts +0 -41
- 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/jarvis.d.ts +0 -56
- package/build/dex/jarvis.js +0 -163
- package/build/dex/jarvis.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/mStable.d.ts +0 -44
- package/build/dex/mStable.js +0 -75
- package/build/dex/mStable.js.map +0 -1
- package/build/dex/onebit/onebit.d.ts +0 -16
- package/build/dex/onebit/onebit.js +0 -61
- package/build/dex/onebit/onebit.js.map +0 -1
- package/build/dex/onebit/types.d.ts +0 -14
- package/build/dex/onebit/types.js +0 -8
- package/build/dex/onebit/types.js.map +0 -1
- 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/platypus/asset.d.ts +0 -14
- package/build/dex/platypus/asset.js +0 -97
- package/build/dex/platypus/asset.js.map +0 -1
- package/build/dex/platypus/config.d.ts +0 -11
- package/build/dex/platypus/config.js +0 -69
- package/build/dex/platypus/config.js.map +0 -1
- package/build/dex/platypus/platypus.d.ts +0 -62
- package/build/dex/platypus/platypus.js +0 -442
- package/build/dex/platypus/platypus.js.map +0 -1
- package/build/dex/platypus/pool-avax.d.ts +0 -8
- package/build/dex/platypus/pool-avax.js +0 -54
- package/build/dex/platypus/pool-avax.js.map +0 -1
- package/build/dex/platypus/pool-base.d.ts +0 -19
- package/build/dex/platypus/pool-base.js +0 -86
- package/build/dex/platypus/pool-base.js.map +0 -1
- package/build/dex/platypus/pool-pure.d.ts +0 -8
- package/build/dex/platypus/pool-pure.js +0 -37
- package/build/dex/platypus/pool-pure.js.map +0 -1
- package/build/dex/platypus/pool-subscriber.d.ts +0 -14
- package/build/dex/platypus/pool-subscriber.js +0 -167
- package/build/dex/platypus/pool-subscriber.js.map +0 -1
- package/build/dex/platypus/pool.d.ts +0 -8
- package/build/dex/platypus/pool.js +0 -58
- package/build/dex/platypus/pool.js.map +0 -1
- package/build/dex/platypus/types.d.ts +0 -92
- package/build/dex/platypus/types.js +0 -10
- package/build/dex/platypus/types.js.map +0 -1
- package/build/dex/quickswap/spiritswap-v3.d.ts +0 -6
- package/build/dex/quickswap/spiritswap-v3.js +0 -19
- package/build/dex/quickswap/spiritswap-v3.js.map +0 -1
- package/build/dex/sdai/config.d.ts +0 -11
- package/build/dex/sdai/config.js +0 -21
- package/build/dex/sdai/config.js.map +0 -1
- package/build/dex/sdai/constants.d.ts +0 -2
- package/build/dex/sdai/constants.js +0 -6
- package/build/dex/sdai/constants.js.map +0 -1
- package/build/dex/sdai/scripts/validate-state.d.ts +0 -1
- package/build/dex/sdai/scripts/validate-state.js +0 -102
- package/build/dex/sdai/scripts/validate-state.js.map +0 -1
- package/build/dex/sdai/sdai-pool.d.ts +0 -16
- package/build/dex/sdai/sdai-pool.js +0 -85
- package/build/dex/sdai/sdai-pool.js.map +0 -1
- package/build/dex/sdai/sdai.d.ts +0 -51
- package/build/dex/sdai/sdai.js +0 -172
- package/build/dex/sdai/sdai.js.map +0 -1
- package/build/dex/sdai/types.d.ts +0 -21
- package/build/dex/sdai/types.js +0 -11
- package/build/dex/sdai/types.js.map +0 -1
- package/build/dex/sdai/utils.d.ts +0 -4
- package/build/dex/sdai/utils.js +0 -39
- package/build/dex/sdai/utils.js.map +0 -1
- package/build/dex/shell.d.ts +0 -25
- package/build/dex/shell.js +0 -41
- package/build/dex/shell.js.map +0 -1
- package/build/dex/smardex/config.d.ts +0 -4
- package/build/dex/smardex/config.js +0 -64
- package/build/dex/smardex/config.js.map +0 -1
- package/build/dex/smardex/constants.d.ts +0 -18
- package/build/dex/smardex/constants.js +0 -33
- package/build/dex/smardex/constants.js.map +0 -1
- package/build/dex/smardex/sdk/constants.d.ts +0 -6
- package/build/dex/smardex/sdk/constants.js +0 -13
- package/build/dex/smardex/sdk/constants.js.map +0 -1
- package/build/dex/smardex/sdk/core.d.ts +0 -113
- package/build/dex/smardex/sdk/core.js +0 -499
- package/build/dex/smardex/sdk/core.js.map +0 -1
- package/build/dex/smardex/sdk/errors.d.ts +0 -15
- package/build/dex/smardex/sdk/errors.js +0 -22
- package/build/dex/smardex/sdk/errors.js.map +0 -1
- package/build/dex/smardex/sdk/types.d.ts +0 -62
- package/build/dex/smardex/sdk/types.js +0 -3
- package/build/dex/smardex/sdk/types.js.map +0 -1
- package/build/dex/smardex/sdk/utils.d.ts +0 -44
- package/build/dex/smardex/sdk/utils.js +0 -133
- package/build/dex/smardex/sdk/utils.js.map +0 -1
- package/build/dex/smardex/smardex-event-pool.d.ts +0 -28
- package/build/dex/smardex/smardex-event-pool.js +0 -119
- package/build/dex/smardex/smardex-event-pool.js.map +0 -1
- package/build/dex/smardex/smardex.d.ts +0 -65
- package/build/dex/smardex/smardex.js +0 -519
- package/build/dex/smardex/smardex.js.map +0 -1
- package/build/dex/smardex/types.d.ts +0 -55
- package/build/dex/smardex/types.js +0 -3
- package/build/dex/smardex/types.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/solidly/forks-override/cone.d.ts +0 -22
- package/build/dex/solidly/forks-override/cone.js +0 -53
- package/build/dex/solidly/forks-override/cone.js.map +0 -1
- package/build/dex/solidly/forks-override/solisnek.d.ts +0 -8
- package/build/dex/solidly/forks-override/solisnek.js +0 -15
- package/build/dex/solidly/forks-override/solisnek.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/swaap-v1/config.d.ts +0 -17
- package/build/dex/swaap-v1/config.js +0 -56
- package/build/dex/swaap-v1/config.js.map +0 -1
- package/build/dex/swaap-v1/constants.d.ts +0 -6
- package/build/dex/swaap-v1/constants.js +0 -17
- package/build/dex/swaap-v1/constants.js.map +0 -1
- package/build/dex/swaap-v1/libraries/ChainlinkUtils.d.ts +0 -25
- package/build/dex/swaap-v1/libraries/ChainlinkUtils.js +0 -62
- package/build/dex/swaap-v1/libraries/ChainlinkUtils.js.map +0 -1
- package/build/dex/swaap-v1/libraries/Const.d.ts +0 -18
- package/build/dex/swaap-v1/libraries/Const.js +0 -26
- package/build/dex/swaap-v1/libraries/Const.js.map +0 -1
- package/build/dex/swaap-v1/libraries/GeometricBrownianMotion.d.ts +0 -77
- package/build/dex/swaap-v1/libraries/GeometricBrownianMotion.js +0 -316
- package/build/dex/swaap-v1/libraries/GeometricBrownianMotion.js.map +0 -1
- package/build/dex/swaap-v1/libraries/LogExpMath.d.ts +0 -75
- package/build/dex/swaap-v1/libraries/LogExpMath.js +0 -418
- package/build/dex/swaap-v1/libraries/LogExpMath.js.map +0 -1
- package/build/dex/swaap-v1/libraries/MathMMM.d.ts +0 -185
- package/build/dex/swaap-v1/libraries/MathMMM.js +0 -453
- package/build/dex/swaap-v1/libraries/MathMMM.js.map +0 -1
- package/build/dex/swaap-v1/libraries/Num.d.ts +0 -31
- package/build/dex/swaap-v1/libraries/Num.js +0 -167
- package/build/dex/swaap-v1/libraries/Num.js.map +0 -1
- package/build/dex/swaap-v1/libraries/PoolQuotations.d.ts +0 -23
- package/build/dex/swaap-v1/libraries/PoolQuotations.js +0 -131
- package/build/dex/swaap-v1/libraries/PoolQuotations.js.map +0 -1
- package/build/dex/swaap-v1/libraries/Struct.d.ts +0 -56
- package/build/dex/swaap-v1/libraries/Struct.js +0 -3
- package/build/dex/swaap-v1/libraries/Struct.js.map +0 -1
- package/build/dex/swaap-v1/swaap-v1-pool.d.ts +0 -45
- package/build/dex/swaap-v1/swaap-v1-pool.js +0 -656
- package/build/dex/swaap-v1/swaap-v1-pool.js.map +0 -1
- package/build/dex/swaap-v1/swaap-v1.d.ts +0 -61
- package/build/dex/swaap-v1/swaap-v1.js +0 -369
- package/build/dex/swaap-v1/swaap-v1.js.map +0 -1
- package/build/dex/swaap-v1/types.d.ts +0 -106
- package/build/dex/swaap-v1/types.js +0 -9
- package/build/dex/swaap-v1/types.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 -44
- package/build/dex/trader-joe-v2.1/optimizer.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/trader-joe-v2.d.ts +0 -40
- package/build/dex/trader-joe-v2.js +0 -74
- package/build/dex/trader-joe-v2.js.map +0 -1
- package/build/dex/zerox/config.d.ts +0 -2
- package/build/dex/zerox/config.js +0 -33
- package/build/dex/zerox/config.js.map +0 -1
- package/build/dex/zerox/index.d.ts +0 -22
- package/build/dex/zerox/index.js +0 -225
- package/build/dex/zerox/index.js.map +0 -1
- package/build/dex/zerox/order.d.ts +0 -88
- package/build/dex/zerox/order.js +0 -53
- package/build/dex/zerox/order.js.map +0 -1
- package/build/dex/zerox/types.d.ts +0 -73
- package/build/dex/zerox/types.js +0 -21
- package/build/dex/zerox/types.js.map +0 -1
- package/build/executor/compressor/Compressor.d.ts +0 -23
- package/build/executor/compressor/Compressor.js +0 -144
- package/build/executor/compressor/Compressor.js.map +0 -1
- package/build/executor/compressor/compress.d.ts +0 -17
- package/build/executor/compressor/compress.js +0 -187
- package/build/executor/compressor/compress.js.map +0 -1
- package/build/executor/compressor/compress_functions/addressSubstitution.d.ts +0 -6
- package/build/executor/compressor/compress_functions/addressSubstitution.js +0 -29
- package/build/executor/compressor/compress_functions/addressSubstitution.js.map +0 -1
- package/build/executor/compressor/compress_functions/addressSubstitutionFromObject.d.ts +0 -10
- package/build/executor/compressor/compress_functions/addressSubstitutionFromObject.js +0 -40
- package/build/executor/compressor/compress_functions/addressSubstitutionFromObject.js.map +0 -1
- package/build/executor/compressor/compress_functions/byteSubstitution.d.ts +0 -11
- package/build/executor/compressor/compress_functions/byteSubstitution.js +0 -64
- package/build/executor/compressor/compress_functions/byteSubstitution.js.map +0 -1
- package/build/executor/compressor/compress_functions/ffSubstitution.d.ts +0 -7
- package/build/executor/compressor/compress_functions/ffSubstitution.js +0 -54
- package/build/executor/compressor/compress_functions/ffSubstitution.js.map +0 -1
- package/build/executor/compressor/compress_functions/findLongestAndSubstitute.d.ts +0 -8
- package/build/executor/compressor/compress_functions/findLongestAndSubstitute.js +0 -67
- package/build/executor/compressor/compress_functions/findLongestAndSubstitute.js.map +0 -1
- package/build/executor/compressor/compress_functions/findLongestAndSubstitute_old.d.ts +0 -8
- package/build/executor/compressor/compress_functions/findLongestAndSubstitute_old.js +0 -61
- package/build/executor/compressor/compress_functions/findLongestAndSubstitute_old.js.map +0 -1
- package/build/executor/compressor/compress_functions/reverseAddressSubstitution.d.ts +0 -6
- package/build/executor/compressor/compress_functions/reverseAddressSubstitution.js +0 -37
- package/build/executor/compressor/compress_functions/reverseAddressSubstitution.js.map +0 -1
- package/build/executor/compressor/compress_functions/searchUnusedBytes.d.ts +0 -9
- package/build/executor/compressor/compress_functions/searchUnusedBytes.js +0 -33
- package/build/executor/compressor/compress_functions/searchUnusedBytes.js.map +0 -1
- package/build/executor/compressor/fetchSaved.d.ts +0 -0
- package/build/executor/compressor/fetchSaved.js +0 -17
- package/build/executor/compressor/fetchSaved.js.map +0 -1
- package/build/executor/compressor/utils/computeCostL2.d.ts +0 -2
- package/build/executor/compressor/utils/computeCostL2.js +0 -14
- package/build/executor/compressor/utils/computeCostL2.js.map +0 -1
- package/build/executor/compressor/utils/findLongestDuplicatedString.d.ts +0 -2
- package/build/executor/compressor/utils/findLongestDuplicatedString.js +0 -30
- package/build/executor/compressor/utils/findLongestDuplicatedString.js.map +0 -1
- package/build/executor/compressor/utils/getAllIndexes.d.ts +0 -2
- package/build/executor/compressor/utils/getAllIndexes.js +0 -12
- package/build/executor/compressor/utils/getAllIndexes.js.map +0 -1
- package/build/executor/compressor/utils/getByteForAddress.d.ts +0 -2
- package/build/executor/compressor/utils/getByteForAddress.js +0 -14
- package/build/executor/compressor/utils/getByteForAddress.js.map +0 -1
- package/build/executor/compressor/utils/intTo2Bytes.d.ts +0 -2
- package/build/executor/compressor/utils/intTo2Bytes.js +0 -14
- package/build/executor/compressor/utils/intTo2Bytes.js.map +0 -1
- package/build/executor/compressor/utils/intTo3Bytes.d.ts +0 -2
- package/build/executor/compressor/utils/intTo3Bytes.js +0 -18
- package/build/executor/compressor/utils/intTo3Bytes.js.map +0 -1
- package/build/executor/compressor/utils/intToByte.d.ts +0 -2
- package/build/executor/compressor/utils/intToByte.js +0 -10
- package/build/executor/compressor/utils/intToByte.js.map +0 -1
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"core.js","sourceRoot":"","sources":["../../../../src/dex/smardex/sdk/core.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* SmardexError class
|
|
3
|
-
*
|
|
4
|
-
* @class SmardexError extends Error
|
|
5
|
-
*/
|
|
6
|
-
export default class SmardexError extends Error {
|
|
7
|
-
/**
|
|
8
|
-
* Create SmardexError object
|
|
9
|
-
*
|
|
10
|
-
* @param {string} message - error message
|
|
11
|
-
* @param {string} [errorName=SmarDexSDK] - identifier for the error
|
|
12
|
-
* @returns {SmardexError} SmarDex Error object
|
|
13
|
-
*/
|
|
14
|
-
constructor(message: string, errorName?: string);
|
|
15
|
-
}
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
/**
|
|
4
|
-
* SmardexError class
|
|
5
|
-
*
|
|
6
|
-
* @class SmardexError extends Error
|
|
7
|
-
*/
|
|
8
|
-
class SmardexError extends Error {
|
|
9
|
-
/**
|
|
10
|
-
* Create SmardexError object
|
|
11
|
-
*
|
|
12
|
-
* @param {string} message - error message
|
|
13
|
-
* @param {string} [errorName=SmarDexSDK] - identifier for the error
|
|
14
|
-
* @returns {SmardexError} SmarDex Error object
|
|
15
|
-
*/
|
|
16
|
-
constructor(message, errorName = 'SmarDexSDK') {
|
|
17
|
-
super(message);
|
|
18
|
-
this.name = errorName;
|
|
19
|
-
}
|
|
20
|
-
}
|
|
21
|
-
exports.default = SmardexError;
|
|
22
|
-
//# sourceMappingURL=errors.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"errors.js","sourceRoot":"","sources":["../../../../src/dex/smardex/sdk/errors.ts"],"names":[],"mappings":";;AAAA;;;;GAIG;AACH,MAAqB,YAAa,SAAQ,KAAK;IAC7C;;;;;;OAMG;IACH,YAAY,OAAe,EAAE,SAAS,GAAG,YAAY;QACnD,KAAK,CAAC,OAAO,CAAC,CAAC;QACf,IAAI,CAAC,IAAI,GAAG,SAAS,CAAC;IACxB,CAAC;CACF;AAZD,+BAYC"}
|
|
@@ -1,62 +0,0 @@
|
|
|
1
|
-
import { TradeType } from './constants';
|
|
2
|
-
export interface Pair {
|
|
3
|
-
address?: string;
|
|
4
|
-
token0: string;
|
|
5
|
-
token1: string;
|
|
6
|
-
reserve0: bigint;
|
|
7
|
-
reserve1: bigint;
|
|
8
|
-
reserve0LastFictive: bigint;
|
|
9
|
-
reserve1LastFictive: bigint;
|
|
10
|
-
priceAverageLastTimestamp: number;
|
|
11
|
-
priceAverage0: bigint;
|
|
12
|
-
priceAverage1: bigint;
|
|
13
|
-
forcedPriceAverageTimestamp?: number;
|
|
14
|
-
prevReserveFic0?: bigint;
|
|
15
|
-
prevReserveFic1?: bigint;
|
|
16
|
-
feesLP: bigint;
|
|
17
|
-
feesPool: bigint;
|
|
18
|
-
}
|
|
19
|
-
export interface CurrencyAmount {
|
|
20
|
-
currency: string;
|
|
21
|
-
amount: bigint;
|
|
22
|
-
amountMax?: bigint;
|
|
23
|
-
newRes0?: bigint;
|
|
24
|
-
newRes1?: bigint;
|
|
25
|
-
newRes0Fic?: bigint;
|
|
26
|
-
newRes1Fic?: bigint;
|
|
27
|
-
newPriceAverage0?: bigint;
|
|
28
|
-
newPriceAverage1?: bigint;
|
|
29
|
-
forcedPriceAverageTimestamp?: number;
|
|
30
|
-
}
|
|
31
|
-
export interface BestTradeOptions {
|
|
32
|
-
maxNumResults?: number;
|
|
33
|
-
maxHops?: number;
|
|
34
|
-
arbitrage?: boolean;
|
|
35
|
-
}
|
|
36
|
-
export interface Route {
|
|
37
|
-
pairs: Pair[];
|
|
38
|
-
path: string[];
|
|
39
|
-
input: string;
|
|
40
|
-
output: string;
|
|
41
|
-
}
|
|
42
|
-
export interface Trade {
|
|
43
|
-
route: Route;
|
|
44
|
-
amountIn: CurrencyAmount;
|
|
45
|
-
amountOut: CurrencyAmount;
|
|
46
|
-
tradeType: TradeType;
|
|
47
|
-
priceImpact?: bigint;
|
|
48
|
-
gasFeesUSD?: bigint;
|
|
49
|
-
amountInUSD?: bigint;
|
|
50
|
-
amountOutUSD?: bigint;
|
|
51
|
-
}
|
|
52
|
-
export interface GasEstimateData {
|
|
53
|
-
gasPrice: bigint;
|
|
54
|
-
gasQuantitiesFirstHop: number;
|
|
55
|
-
gasQuantitiesAdditionalHop: number;
|
|
56
|
-
nativeTokenPrice: bigint;
|
|
57
|
-
nativeTokenDecimals: number;
|
|
58
|
-
inputTokenPrice: bigint;
|
|
59
|
-
inputTokenDecimals: number;
|
|
60
|
-
outputTokenPrice: bigint;
|
|
61
|
-
outputTokenDecimals: number;
|
|
62
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"types.js","sourceRoot":"","sources":["../../../../src/dex/smardex/sdk/types.ts"],"names":[],"mappings":""}
|
|
@@ -1,44 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Computes logarithm in base 2 for a given positive number.
|
|
3
|
-
* Result is rounded down.
|
|
4
|
-
*
|
|
5
|
-
* @param {bigint} value - value to compute the log2
|
|
6
|
-
* @returns {bigint} the log in base 2 of the value, 0 if given 0.
|
|
7
|
-
*/
|
|
8
|
-
export declare function log2(value: bigint): bigint;
|
|
9
|
-
/**
|
|
10
|
-
* Computes the square root of a number. If the number is not a perfect square, the value is rounded down.
|
|
11
|
-
* Inspired by Henry S. Warren, Jr.'s "Hacker's Delight" (Chapter 11).
|
|
12
|
-
*
|
|
13
|
-
* @param {bigint} value - value to compute the square root
|
|
14
|
-
* @returns {bigint} the square root of the value
|
|
15
|
-
*/
|
|
16
|
-
export declare function sqrt(value: bigint): bigint;
|
|
17
|
-
/**
|
|
18
|
-
* Evaluates the equality of two numbers at a precision of 1/1_000_000
|
|
19
|
-
*
|
|
20
|
-
* @param {bigint} x - value to compare
|
|
21
|
-
* @param {bigint} y - value to compare
|
|
22
|
-
* @returns {boolean} true if numbers are approximatively equal at 1/1_000_000, false otherwise
|
|
23
|
-
*/
|
|
24
|
-
export declare function approxEq(x: bigint, y: bigint): true | false;
|
|
25
|
-
/**
|
|
26
|
-
* Evaluates the equality of two ratio numbers at a precision of 1/1_000_000. xNum / xDen ~= yNum / yDen
|
|
27
|
-
*
|
|
28
|
-
* @param {bigint} _xNum - first number numerator
|
|
29
|
-
* @param {bigint} _xDen - first number denominator
|
|
30
|
-
* @param {bigint} _yNum - second number numerator
|
|
31
|
-
* @param {bigint} _yDen - second number denominator
|
|
32
|
-
* @returns {boolean} true if the two ratios are approximatively equal at 1/1_000_000, false otherwise
|
|
33
|
-
*/
|
|
34
|
-
export declare function ratioApproxEq(_xNum: bigint, _xDen: bigint, _yNum: bigint, _yDen: bigint): true | false;
|
|
35
|
-
/**
|
|
36
|
-
* Computes the ratio of two numbers
|
|
37
|
-
*
|
|
38
|
-
* @param {bigint} numerator - numerator number
|
|
39
|
-
* @param {bigint} denominator - denominator number
|
|
40
|
-
* @param {number} decimals - decimals
|
|
41
|
-
* @returns {bigint} ratio of the two numbers. returns 0 if denominator is 0
|
|
42
|
-
*/
|
|
43
|
-
export declare function priceRatio(numerator: bigint, denominator: bigint, decimals?: number): bigint;
|
|
44
|
-
export declare function abs(value: bigint): bigint;
|
|
@@ -1,133 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.abs = exports.priceRatio = exports.ratioApproxEq = exports.approxEq = exports.sqrt = exports.log2 = void 0;
|
|
4
|
-
const utils_1 = require("ethers/lib/utils");
|
|
5
|
-
// Constants to compute approximate equality
|
|
6
|
-
const APPROX_EQ_PRECISION = 1n;
|
|
7
|
-
const APPROX_EQ_BASE_PRECISION = 1000000n;
|
|
8
|
-
/**
|
|
9
|
-
* Computes logarithm in base 2 for a given positive number.
|
|
10
|
-
* Result is rounded down.
|
|
11
|
-
*
|
|
12
|
-
* @param {bigint} value - value to compute the log2
|
|
13
|
-
* @returns {bigint} the log in base 2 of the value, 0 if given 0.
|
|
14
|
-
*/
|
|
15
|
-
/* eslint-disable no-param-reassign */
|
|
16
|
-
function log2(value) {
|
|
17
|
-
let result = 0n;
|
|
18
|
-
if (value >> 128n > 0n) {
|
|
19
|
-
value >>= 128n;
|
|
20
|
-
result += 128n;
|
|
21
|
-
}
|
|
22
|
-
if (value >> 64n > 0n) {
|
|
23
|
-
value >>= 64n;
|
|
24
|
-
result += 64n;
|
|
25
|
-
}
|
|
26
|
-
if (value >> 32n > 0n) {
|
|
27
|
-
value >>= 32n;
|
|
28
|
-
result += 32n;
|
|
29
|
-
}
|
|
30
|
-
if (value >> 16n > 0n) {
|
|
31
|
-
value >>= 16n;
|
|
32
|
-
result += 16n;
|
|
33
|
-
}
|
|
34
|
-
if (value >> 8n > 0n) {
|
|
35
|
-
value >>= 8n;
|
|
36
|
-
result += 8n;
|
|
37
|
-
}
|
|
38
|
-
if (value >> 4n > 0n) {
|
|
39
|
-
value >>= 4n;
|
|
40
|
-
result += 4n;
|
|
41
|
-
}
|
|
42
|
-
if (value >> 2n > 0n) {
|
|
43
|
-
value >>= 2n;
|
|
44
|
-
result += 2n;
|
|
45
|
-
}
|
|
46
|
-
if (value >> 1n > 0n) {
|
|
47
|
-
result += 1n;
|
|
48
|
-
}
|
|
49
|
-
return result;
|
|
50
|
-
}
|
|
51
|
-
exports.log2 = log2;
|
|
52
|
-
/**
|
|
53
|
-
* Computes the square root of a number. If the number is not a perfect square, the value is rounded down.
|
|
54
|
-
* Inspired by Henry S. Warren, Jr.'s "Hacker's Delight" (Chapter 11).
|
|
55
|
-
*
|
|
56
|
-
* @param {bigint} value - value to compute the square root
|
|
57
|
-
* @returns {bigint} the square root of the value
|
|
58
|
-
*/
|
|
59
|
-
function sqrt(value) {
|
|
60
|
-
if (value === 0n) {
|
|
61
|
-
return 0n;
|
|
62
|
-
}
|
|
63
|
-
// For our first guess, we get the biggest power of 2 which is smaller than the square root of the target.
|
|
64
|
-
//
|
|
65
|
-
// We know that the "msb" (most significant bit) of our target number `a` is a power of 2 such that we have
|
|
66
|
-
// `msb(a) <= a < 2*msb(a)`. This value can be written `msb(a)=2**k` with `k=log2(a)`.
|
|
67
|
-
//
|
|
68
|
-
// This can be rewritten `2**log2(a) <= a < 2**(log2(a) + 1)`
|
|
69
|
-
// → `sqrt(2**k) <= sqrt(a) < sqrt(2**(k+1))`
|
|
70
|
-
// → `2**(k/2) <= sqrt(a) < 2**((k+1)/2) <= 2**(k/2 + 1)`
|
|
71
|
-
//
|
|
72
|
-
// Consequently, `2**(log2(a) / 2)` is a good first approximation of `sqrt(a)` with at least 1 correct bit.
|
|
73
|
-
let result = 1n << (log2(value) / 2n);
|
|
74
|
-
// At this point `result` is an estimation with one bit of precision. We know the true value is a uint128,
|
|
75
|
-
// since it is the square root of a uint256. Newton's method converges quadratically (precision doubles at
|
|
76
|
-
// every iteration). We thus need at most 7 iteration to turn our partial result with one bit of precision
|
|
77
|
-
// into the expected uint128 result.
|
|
78
|
-
result = (result + value / result) >> 1n;
|
|
79
|
-
result = (result + value / result) >> 1n;
|
|
80
|
-
result = (result + value / result) >> 1n;
|
|
81
|
-
result = (result + value / result) >> 1n;
|
|
82
|
-
result = (result + value / result) >> 1n;
|
|
83
|
-
result = (result + value / result) >> 1n;
|
|
84
|
-
result = (result + value / result) >> 1n;
|
|
85
|
-
return result < value / result ? result : value / result;
|
|
86
|
-
}
|
|
87
|
-
exports.sqrt = sqrt;
|
|
88
|
-
/**
|
|
89
|
-
* Evaluates the equality of two numbers at a precision of 1/1_000_000
|
|
90
|
-
*
|
|
91
|
-
* @param {bigint} x - value to compare
|
|
92
|
-
* @param {bigint} y - value to compare
|
|
93
|
-
* @returns {boolean} true if numbers are approximatively equal at 1/1_000_000, false otherwise
|
|
94
|
-
*/
|
|
95
|
-
function approxEq(x, y) {
|
|
96
|
-
return x > y
|
|
97
|
-
? x < y + (y * APPROX_EQ_PRECISION) / APPROX_EQ_BASE_PRECISION
|
|
98
|
-
: y < x + (x * APPROX_EQ_PRECISION) / APPROX_EQ_BASE_PRECISION;
|
|
99
|
-
}
|
|
100
|
-
exports.approxEq = approxEq;
|
|
101
|
-
/**
|
|
102
|
-
* Evaluates the equality of two ratio numbers at a precision of 1/1_000_000. xNum / xDen ~= yNum / yDen
|
|
103
|
-
*
|
|
104
|
-
* @param {bigint} _xNum - first number numerator
|
|
105
|
-
* @param {bigint} _xDen - first number denominator
|
|
106
|
-
* @param {bigint} _yNum - second number numerator
|
|
107
|
-
* @param {bigint} _yDen - second number denominator
|
|
108
|
-
* @returns {boolean} true if the two ratios are approximatively equal at 1/1_000_000, false otherwise
|
|
109
|
-
*/
|
|
110
|
-
function ratioApproxEq(_xNum, _xDen, _yNum, _yDen) {
|
|
111
|
-
return approxEq(_xNum * _yDen, _xDen * _yNum);
|
|
112
|
-
}
|
|
113
|
-
exports.ratioApproxEq = ratioApproxEq;
|
|
114
|
-
/**
|
|
115
|
-
* Computes the ratio of two numbers
|
|
116
|
-
*
|
|
117
|
-
* @param {bigint} numerator - numerator number
|
|
118
|
-
* @param {bigint} denominator - denominator number
|
|
119
|
-
* @param {number} decimals - decimals
|
|
120
|
-
* @returns {bigint} ratio of the two numbers. returns 0 if denominator is 0
|
|
121
|
-
*/
|
|
122
|
-
function priceRatio(numerator, denominator, decimals = 18) {
|
|
123
|
-
if (denominator === 0n) {
|
|
124
|
-
return 0n;
|
|
125
|
-
}
|
|
126
|
-
return (BigInt((0, utils_1.parseUnits)(numerator.toString(), decimals).toString()) / denominator);
|
|
127
|
-
}
|
|
128
|
-
exports.priceRatio = priceRatio;
|
|
129
|
-
function abs(value) {
|
|
130
|
-
return value === -0n || value < 0n ? -value : value;
|
|
131
|
-
}
|
|
132
|
-
exports.abs = abs;
|
|
133
|
-
//# sourceMappingURL=utils.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"utils.js","sourceRoot":"","sources":["../../../../src/dex/smardex/sdk/utils.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
import { StatefulEventSubscriber } from '../../stateful-event-subscriber';
|
|
2
|
-
import { SmardexFees, SmardexPoolState } from './types';
|
|
3
|
-
import { Interface } from '@ethersproject/abi';
|
|
4
|
-
import { IDexHelper } from '../../dex-helper';
|
|
5
|
-
import { Address, Log, Logger, Token } from '../../types';
|
|
6
|
-
import { DeepReadonly } from 'ts-essentials';
|
|
7
|
-
export declare class SmardexEventPool extends StatefulEventSubscriber<SmardexPoolState> {
|
|
8
|
-
protected poolInterface: Interface;
|
|
9
|
-
protected dexHelper: IDexHelper;
|
|
10
|
-
poolAddress: Address;
|
|
11
|
-
protected smardexFeesMultiCallEntry?: {
|
|
12
|
-
target: string;
|
|
13
|
-
callData: string;
|
|
14
|
-
} | undefined;
|
|
15
|
-
protected smardexFeesMulticallDecoder?: ((values: any[]) => SmardexFees) | undefined;
|
|
16
|
-
private isLayerOne;
|
|
17
|
-
constructor(poolInterface: Interface, dexHelper: IDexHelper, poolAddress: Address, token0: Token, token1: Token, logger: Logger, smardexFeesMultiCallEntry?: {
|
|
18
|
-
target: string;
|
|
19
|
-
callData: string;
|
|
20
|
-
} | undefined, smardexFeesMulticallDecoder?: ((values: any[]) => SmardexFees) | undefined, isLayerOne?: boolean);
|
|
21
|
-
fetchPairFeesAndLastTimestamp(blockNumber: number): Promise<{
|
|
22
|
-
feesLP: bigint;
|
|
23
|
-
feesPool: bigint;
|
|
24
|
-
priceAverageLastTimestamp: number;
|
|
25
|
-
}>;
|
|
26
|
-
protected processLog(state: DeepReadonly<SmardexPoolState>, log: Readonly<Log>): Promise<DeepReadonly<SmardexPoolState> | null>;
|
|
27
|
-
generateState(blockNumber?: number | 'latest'): Promise<DeepReadonly<SmardexPoolState>>;
|
|
28
|
-
}
|
|
@@ -1,119 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.SmardexEventPool = void 0;
|
|
4
|
-
const stateful_event_subscriber_1 = require("../../stateful-event-subscriber");
|
|
5
|
-
const abi_1 = require("@ethersproject/abi");
|
|
6
|
-
const constants_1 = require("./constants");
|
|
7
|
-
const coder = new abi_1.AbiCoder();
|
|
8
|
-
class SmardexEventPool extends stateful_event_subscriber_1.StatefulEventSubscriber {
|
|
9
|
-
constructor(poolInterface, dexHelper, poolAddress, token0, token1, logger, smardexFeesMultiCallEntry, smardexFeesMulticallDecoder, isLayerOne = true) {
|
|
10
|
-
super('Smardex', `${token0.address}_${token1.address}`, dexHelper, logger);
|
|
11
|
-
this.poolInterface = poolInterface;
|
|
12
|
-
this.dexHelper = dexHelper;
|
|
13
|
-
this.poolAddress = poolAddress;
|
|
14
|
-
this.smardexFeesMultiCallEntry = smardexFeesMultiCallEntry;
|
|
15
|
-
this.smardexFeesMulticallDecoder = smardexFeesMulticallDecoder;
|
|
16
|
-
this.isLayerOne = isLayerOne;
|
|
17
|
-
}
|
|
18
|
-
async fetchPairFeesAndLastTimestamp(blockNumber) {
|
|
19
|
-
let calldata = [
|
|
20
|
-
{
|
|
21
|
-
target: this.poolAddress,
|
|
22
|
-
callData: this.poolInterface.encodeFunctionData('getPriceAverage', []),
|
|
23
|
-
},
|
|
24
|
-
];
|
|
25
|
-
if (!this.isLayerOne) {
|
|
26
|
-
calldata.push(this.smardexFeesMultiCallEntry);
|
|
27
|
-
}
|
|
28
|
-
const data = await this.dexHelper.multiContract.methods
|
|
29
|
-
.aggregate(calldata)
|
|
30
|
-
.call({}, blockNumber);
|
|
31
|
-
const priceAverageLastTimestamp = coder.decode(['uint256', 'uint256', 'uint256'], data.returnData[0])[2];
|
|
32
|
-
const fees = this.isLayerOne
|
|
33
|
-
? constants_1.FEES_LAYER_ONE
|
|
34
|
-
: this.smardexFeesMulticallDecoder(data.returnData[1]);
|
|
35
|
-
return {
|
|
36
|
-
feesLP: fees.feesLP,
|
|
37
|
-
feesPool: fees.feesPool,
|
|
38
|
-
priceAverageLastTimestamp: priceAverageLastTimestamp.toNumber(),
|
|
39
|
-
};
|
|
40
|
-
}
|
|
41
|
-
// This methode overrides previous state with new state.
|
|
42
|
-
// Problem: Smardex Pair state is updated partially on different events
|
|
43
|
-
// This is why we must fetch pair's missing state in Events
|
|
44
|
-
async processLog(state, log) {
|
|
45
|
-
if (!Object.values(constants_1.TOPICS).includes(log.topics[0]))
|
|
46
|
-
return null;
|
|
47
|
-
const event = this.poolInterface.parseLog(log);
|
|
48
|
-
switch (event.name) {
|
|
49
|
-
case 'Sync':
|
|
50
|
-
const fetchedSync = await this.fetchPairFeesAndLastTimestamp(log.blockNumber);
|
|
51
|
-
return {
|
|
52
|
-
reserves0: event.args.reserve0.toString(),
|
|
53
|
-
reserves1: event.args.reserve1.toString(),
|
|
54
|
-
fictiveReserves0: event.args.fictiveReserve0.toString(),
|
|
55
|
-
fictiveReserves1: event.args.fictiveReserve1.toString(),
|
|
56
|
-
priceAverage0: event.args.priceAverage0.toString(),
|
|
57
|
-
priceAverage1: event.args.priceAverage1.toString(),
|
|
58
|
-
priceAverageLastTimestamp: fetchedSync.priceAverageLastTimestamp,
|
|
59
|
-
feesLP: fetchedSync.feesLP,
|
|
60
|
-
feesPool: fetchedSync.feesPool,
|
|
61
|
-
};
|
|
62
|
-
case 'FeesChanged': // only triggerd on L2
|
|
63
|
-
return {
|
|
64
|
-
reserves0: state.reserves0,
|
|
65
|
-
reserves1: state.reserves1,
|
|
66
|
-
fictiveReserves0: state.fictiveReserves0,
|
|
67
|
-
fictiveReserves1: state.fictiveReserves1,
|
|
68
|
-
priceAverage0: state.priceAverage0,
|
|
69
|
-
priceAverage1: state.priceAverage1,
|
|
70
|
-
priceAverageLastTimestamp: state.priceAverageLastTimestamp,
|
|
71
|
-
feesLP: BigInt(event.args.feesLP),
|
|
72
|
-
feesPool: BigInt(event.args.feesPool),
|
|
73
|
-
};
|
|
74
|
-
}
|
|
75
|
-
return null;
|
|
76
|
-
}
|
|
77
|
-
async generateState(blockNumber = 'latest') {
|
|
78
|
-
const coder = new abi_1.AbiCoder();
|
|
79
|
-
let calldata = [
|
|
80
|
-
{
|
|
81
|
-
target: this.poolAddress,
|
|
82
|
-
callData: this.poolInterface.encodeFunctionData('getReserves', []),
|
|
83
|
-
},
|
|
84
|
-
{
|
|
85
|
-
target: this.poolAddress,
|
|
86
|
-
callData: this.poolInterface.encodeFunctionData('getFictiveReserves', []),
|
|
87
|
-
},
|
|
88
|
-
{
|
|
89
|
-
target: this.poolAddress,
|
|
90
|
-
callData: this.poolInterface.encodeFunctionData('getPriceAverage', []),
|
|
91
|
-
},
|
|
92
|
-
];
|
|
93
|
-
if (!this.isLayerOne) {
|
|
94
|
-
calldata.push(this.smardexFeesMultiCallEntry);
|
|
95
|
-
}
|
|
96
|
-
const data = await this.dexHelper.multiContract.methods
|
|
97
|
-
.aggregate(calldata)
|
|
98
|
-
.call({}, blockNumber);
|
|
99
|
-
const [reserves0, reserves1] = coder.decode(['uint256', 'uint256'], data.returnData[0]);
|
|
100
|
-
const [fictiveReserve0, fictiveReserve1] = coder.decode(['uint256', 'uint256'], data.returnData[1]);
|
|
101
|
-
const [priceAverage0, priceAverage1, priceAverageLastTimestamp] = coder.decode(['uint256', 'uint256', 'uint256'], data.returnData[2]);
|
|
102
|
-
const fees = this.isLayerOne
|
|
103
|
-
? constants_1.FEES_LAYER_ONE
|
|
104
|
-
: this.smardexFeesMulticallDecoder(data.returnData[3]);
|
|
105
|
-
return {
|
|
106
|
-
reserves0: reserves0.toString(),
|
|
107
|
-
reserves1: reserves1.toString(),
|
|
108
|
-
fictiveReserves0: fictiveReserve0.toString(),
|
|
109
|
-
fictiveReserves1: fictiveReserve1.toString(),
|
|
110
|
-
priceAverage0: priceAverage0.toString(),
|
|
111
|
-
priceAverage1: priceAverage1.toString(),
|
|
112
|
-
priceAverageLastTimestamp: priceAverageLastTimestamp.toNumber(),
|
|
113
|
-
feesLP: fees.feesLP,
|
|
114
|
-
feesPool: fees.feesPool,
|
|
115
|
-
};
|
|
116
|
-
}
|
|
117
|
-
}
|
|
118
|
-
exports.SmardexEventPool = SmardexEventPool;
|
|
119
|
-
//# sourceMappingURL=smardex-event-pool.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"smardex-event-pool.js","sourceRoot":"","sources":["../../../src/dex/smardex/smardex-event-pool.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,65 +0,0 @@
|
|
|
1
|
-
import { Interface } from '@ethersproject/abi';
|
|
2
|
-
import { Contract } from 'web3-eth-contract';
|
|
3
|
-
import { Network, SwapSide } from '../../constants';
|
|
4
|
-
import { AdapterExchangeParam, Address, ExchangePrices, Logger, NumberAsString, PoolLiquidity, PoolPrices, SimpleExchangeParam, Token, TransferFeeParams } from '../../types';
|
|
5
|
-
import { IDexHelper } from '../../dex-helper/index';
|
|
6
|
-
import { SmardexFees, SmardexPair, SmardexPoolOrderedParams, SmardexPoolState } from './types';
|
|
7
|
-
import { SimpleExchange } from '../simple-exchange';
|
|
8
|
-
import { SmardexRouterFunctions } from '../smardex/constants';
|
|
9
|
-
import { SmardexData, SmardexParam } from '../smardex/types';
|
|
10
|
-
import { IDex } from '../..';
|
|
11
|
-
export declare class Smardex extends SimpleExchange implements IDex<SmardexData, SmardexParam> {
|
|
12
|
-
protected network: Network;
|
|
13
|
-
dexHelper: IDexHelper;
|
|
14
|
-
protected adapters: import("../../types").AdapterMappings;
|
|
15
|
-
pairs: {
|
|
16
|
-
[key: string]: SmardexPair;
|
|
17
|
-
};
|
|
18
|
-
factory: Contract;
|
|
19
|
-
routerInterface: Interface;
|
|
20
|
-
exchangeRouterInterface: Interface;
|
|
21
|
-
static directFunctionName: SmardexRouterFunctions[];
|
|
22
|
-
factoryAddress: string;
|
|
23
|
-
routerAddress: string;
|
|
24
|
-
protected subgraphURL: string | undefined;
|
|
25
|
-
protected initCode: string;
|
|
26
|
-
logger: Logger;
|
|
27
|
-
readonly hasConstantPriceLargeAmounts = false;
|
|
28
|
-
readonly isFeeOnTransferSupported: boolean;
|
|
29
|
-
readonly SRC_TOKEN_DEX_TRANSFERS = 1;
|
|
30
|
-
readonly DEST_TOKEN_DEX_TRANSFERS = 1;
|
|
31
|
-
static dexKeysWithNetwork: {
|
|
32
|
-
key: string;
|
|
33
|
-
networks: Network[];
|
|
34
|
-
}[];
|
|
35
|
-
constructor(network: Network, dexKey: string, dexHelper: IDexHelper, adapters?: import("../../types").AdapterMappings);
|
|
36
|
-
getAdapters(side: SwapSide): {
|
|
37
|
-
name: string;
|
|
38
|
-
index: number;
|
|
39
|
-
}[] | null;
|
|
40
|
-
getPoolIdentifiers(_from: Token, _to: Token, side: SwapSide, blockNumber: number): Promise<string[]>;
|
|
41
|
-
getPricesVolume(_from: Token, _to: Token, amounts: bigint[], side: SwapSide, blockNumber: number, limitPools?: string[], transferFees?: TransferFeeParams): Promise<ExchangePrices<SmardexData> | null>;
|
|
42
|
-
getBuyPricePath(amount: bigint, params: SmardexPoolOrderedParams[]): Promise<bigint>;
|
|
43
|
-
getSellPricePath(amount: bigint, params: SmardexPoolOrderedParams[]): Promise<bigint>;
|
|
44
|
-
getBuyPrice(priceParams: SmardexPoolOrderedParams, destAmount: bigint): Promise<bigint>;
|
|
45
|
-
getSellPrice(priceParams: SmardexPoolOrderedParams, srcAmount: bigint): Promise<bigint>;
|
|
46
|
-
getCalldataGasCost(_poolPrices: PoolPrices<SmardexData>): number | number[];
|
|
47
|
-
findPair(from: Token, to: Token): Promise<SmardexPair | null>;
|
|
48
|
-
batchCatchUpPairs(pairs: [Token, Token][], blockNumber: number): Promise<void>;
|
|
49
|
-
getFeesMultiCallData(pairAddress: string): {
|
|
50
|
-
callEntry: {
|
|
51
|
-
target: string;
|
|
52
|
-
callData: string;
|
|
53
|
-
};
|
|
54
|
-
callDecoder: (values: any[]) => SmardexFees;
|
|
55
|
-
} | null;
|
|
56
|
-
protected addPool(pair: SmardexPair, reserves0: string, reserves1: string, fictiveReserves0: string, fictiveReserves1: string, priceAverage0: string, priceAverage1: string, feesLp: bigint, feesPool: bigint, blockNumber: number, priceAverageLastTimestamp: number): Promise<void>;
|
|
57
|
-
getManyPoolReserves(pairs: SmardexPair[], blockNumber: number): Promise<SmardexPoolState[]>;
|
|
58
|
-
protected fixPath(path: Address[], srcToken: Address, destToken: Address): string[];
|
|
59
|
-
getPairOrderedParams(from: Token, to: Token, blockNumber: number, tokenDexTransferFee: number): Promise<SmardexPoolOrderedParams | null>;
|
|
60
|
-
getWETHAddress(srcToken: Address, destToken: Address, weth?: Address): string;
|
|
61
|
-
getAdapterParam(srcToken: Address, destToken: Address, srcAmount: NumberAsString, toAmount: NumberAsString, data: SmardexData, side: SwapSide): AdapterExchangeParam;
|
|
62
|
-
getSimpleParam(src: Address, dest: Address, srcAmount: NumberAsString, destAmount: NumberAsString, data: SmardexData, side: SwapSide): Promise<SimpleExchangeParam>;
|
|
63
|
-
isLayer1(): boolean;
|
|
64
|
-
getTopPoolsForToken(tokenAddress: Address, limit: number): Promise<PoolLiquidity[]>;
|
|
65
|
-
}
|