@paraswap/dex-lib 2.48.2 → 2.48.4-etherfi.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/abi/algebra/AlgebraPool.abi.json +724 -724
- package/build/abi/etherfi/eETHPool.json +9 -0
- package/build/abi/etherfi/weETH.json +20 -0
- package/build/abi/uniswap-v3/UniswapV3Quoter.abi.json +191 -191
- package/build/abi/wombat/pool.json +1289 -0
- package/build/dex/algebra/algebra-pool.d.ts +37 -105
- package/build/dex/algebra/algebra-pool.js +322 -434
- package/build/dex/etherfi.d.ts +26 -0
- package/build/dex/etherfi.js +82 -0
- package/build/dex/etherfi.js.map +1 -0
- package/build/dex/index.js +2 -0
- package/build/dex/index.js.map +1 -1
- package/build/dex/solidly-v3/contract-math/Tick.js.map +1 -1
- package/build/dex/solidly-v3/contract-math/uniswap-v3-math.js +4 -4
- package/build/dex/solidly-v3/contract-math/uniswap-v3-math.js.map +1 -1
- package/build/dex/uniswap-v2/rebase-tokens.json +7 -0
- package/build/dex/uniswap-v3/config.js +20 -1
- package/build/dex/uniswap-v3/config.js.map +1 -1
- package/build/dex/uniswap-v3/uniswap-v3.js +1 -0
- package/build/dex/uniswap-v3/uniswap-v3.js.map +1 -1
- package/build/dex-helper/Cache.d.ts +31 -0
- package/build/dex-helper/Cache.js +106 -0
- package/build/dex-helper/Cache.js.map +1 -0
- package/build/dex-helper/RedisWrapper.d.ts +37 -0
- package/build/dex-helper/RedisWrapper.js +165 -0
- package/build/dex-helper/RedisWrapper.js.map +1 -0
- package/package.json +1 -1
- package/src/abi/etherfi/eETHPool.json +9 -0
- package/src/abi/etherfi/weETH.json +20 -0
- package/src/dex/etherfi.ts +144 -0
- package/src/dex/index.ts +2 -0
- package/src/dex/solidly-v3/contract-math/Tick.ts +1 -4
- package/src/dex/solidly-v3/contract-math/uniswap-v3-math.ts +6 -14
- package/src/dex/solidly-v3/solidly-v3-events.test.ts +9 -7
- package/src/dex/uniswap-v3/config.ts +22 -1
- package/src/dex/uniswap-v3/uniswap-v3-e2e.test.ts +25 -0
- package/src/dex/uniswap-v3/uniswap-v3-integration.test.ts +147 -0
- package/src/dex/uniswap-v3/uniswap-v3.ts +1 -0
- 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/AugustusV6.abi.json +0 -395
- package/build/abi/curve-v1/StableSwapFRXETH.json +0 -889
- package/build/abi/curve-v1/StableSwapWBETH.json +0 -1223
- package/build/abi/sushiswap-v3/QuoterV2.json +0 -267
- package/build/abi/sushiswap-v3/RouterProcessor3.json +0 -289
- package/build/abi/uniswap-v3/pancakeswap-v3/PancakeswapV3QuoterV2.abi.json +0 -285
- package/build/abi/uniswap-v3/pancakeswap-v3/PancakeswapV3Router.abi.json +0 -583
- package/build/abi/wBETH.json +0 -1527
- package/build/abi/woo-fi/WooFeeManager.abi.json +0 -318
- package/build/abi/woo-fi/WooPP.abi.json +0 -548
- package/build/abi/woo-fi/Wooracle.abi.json +0 -260
- package/build/dex/aave-v3/tokens/arbitrum.json +0 -50
- package/build/dex/aave-v3/tokens/avalanche.json +0 -74
- package/build/dex/aave-v3/tokens/fantom.json +0 -62
- package/build/dex/aave-v3/tokens/optimism.json +0 -50
- package/build/dex/aave-v3/tokens/polygon.json +0 -116
- package/build/dex/balancer-v2/Gyro3Pool.d.ts +0 -43
- package/build/dex/balancer-v2/Gyro3Pool.js +0 -160
- package/build/dex/balancer-v2/Gyro3Pool.js.map +0 -1
- package/build/dex/balancer-v2/LinearMath.d.ts +0 -88
- package/build/dex/balancer-v2/LinearMath.js +0 -285
- package/build/dex/balancer-v2/LinearMath.js.map +0 -1
- package/build/dex/balancer-v2/LinearPool.d.ts +0 -81
- package/build/dex/balancer-v2/LinearPool.js +0 -444
- package/build/dex/balancer-v2/LinearPool.js.map +0 -1
- package/build/dex/balancer-v2/PhantomStablePool.d.ts +0 -90
- package/build/dex/balancer-v2/PhantomStablePool.js +0 -418
- package/build/dex/balancer-v2/PhantomStablePool.js.map +0 -1
- package/build/dex/balancer-v2/StableMath.d.ts +0 -9
- package/build/dex/balancer-v2/StableMath.js +0 -272
- package/build/dex/balancer-v2/StableMath.js.map +0 -1
- package/build/dex/balancer-v2/balancer-v2-pool.d.ts +0 -140
- package/build/dex/balancer-v2/balancer-v2-pool.js +0 -647
- package/build/dex/balancer-v2/balancer-v2-pool.js.map +0 -1
- package/build/dex/curve-v1/pools/frxETHpool.d.ts +0 -7
- package/build/dex/curve-v1/pools/frxETHpool.js +0 -27
- package/build/dex/curve-v1/pools/frxETHpool.js.map +0 -1
- package/build/dex/curve-v1/pools/wbETHpool.d.ts +0 -29
- package/build/dex/curve-v1/pools/wbETHpool.js +0 -408
- package/build/dex/curve-v1/pools/wbETHpool.js.map +0 -1
- package/build/dex/lighter-v1/abi/erc20.json +0 -222
- package/build/dex/lighter-v1/abi/factory.json +0 -291
- package/build/dex/lighter-v1/abi/order_book.json +0 -594
- package/build/dex/lighter-v1/abi/order_book_helper.json +0 -176
- package/build/dex/lighter-v1/abi/router.json +0 -488
- package/build/dex/lighter-v1/config.d.ts +0 -4
- package/build/dex/lighter-v1/config.js +0 -17
- package/build/dex/lighter-v1/config.js.map +0 -1
- package/build/dex/lighter-v1/constants.d.ts +0 -2
- package/build/dex/lighter-v1/constants.js +0 -13
- package/build/dex/lighter-v1/constants.js.map +0 -1
- package/build/dex/lighter-v1/lighter-v1-pool.d.ts +0 -57
- package/build/dex/lighter-v1/lighter-v1-pool.js +0 -310
- package/build/dex/lighter-v1/lighter-v1-pool.js.map +0 -1
- package/build/dex/lighter-v1/lighter-v1.d.ts +0 -45
- package/build/dex/lighter-v1/lighter-v1.js +0 -331
- package/build/dex/lighter-v1/lighter-v1.js.map +0 -1
- package/build/dex/lighter-v1/types.d.ts +0 -40
- package/build/dex/lighter-v1/types.js +0 -3
- package/build/dex/lighter-v1/types.js.map +0 -1
- package/build/dex/pancakeswap-v3/types.d.ts +0 -14
- package/build/dex/pancakeswap-v3/types.js +0 -3
- package/build/dex/pancakeswap-v3/types.js.map +0 -1
- package/build/dex/quickswap-v3.d.ts +0 -21
- package/build/dex/quickswap-v3.js +0 -40
- package/build/dex/quickswap-v3.js.map +0 -1
- package/build/dex/ramses-v2/config.d.ts +0 -4
- package/build/dex/ramses-v2/config.js +0 -28
- package/build/dex/ramses-v2/config.js.map +0 -1
- package/build/dex/ramses-v2/constants.d.ts +0 -28
- package/build/dex/ramses-v2/constants.js +0 -35
- package/build/dex/ramses-v2/constants.js.map +0 -1
- package/build/dex/ramses-v2/contract-math/BitMath.d.ts +0 -4
- package/build/dex/ramses-v2/contract-math/BitMath.js +0 -93
- package/build/dex/ramses-v2/contract-math/BitMath.js.map +0 -1
- package/build/dex/ramses-v2/contract-math/FixedPoint128.d.ts +0 -3
- package/build/dex/ramses-v2/contract-math/FixedPoint128.js +0 -8
- package/build/dex/ramses-v2/contract-math/FixedPoint128.js.map +0 -1
- package/build/dex/ramses-v2/contract-math/FixedPoint96.d.ts +0 -4
- package/build/dex/ramses-v2/contract-math/FixedPoint96.js +0 -9
- package/build/dex/ramses-v2/contract-math/FixedPoint96.js.map +0 -1
- package/build/dex/ramses-v2/contract-math/FullMath.d.ts +0 -4
- package/build/dex/ramses-v2/contract-math/FullMath.js +0 -19
- package/build/dex/ramses-v2/contract-math/FullMath.js.map +0 -1
- package/build/dex/ramses-v2/contract-math/LiquidityMath.d.ts +0 -3
- package/build/dex/ramses-v2/contract-math/LiquidityMath.js +0 -22
- package/build/dex/ramses-v2/contract-math/LiquidityMath.js.map +0 -1
- package/build/dex/ramses-v2/contract-math/Oracle.d.ts +0 -10
- package/build/dex/ramses-v2/contract-math/Oracle.js +0 -133
- package/build/dex/ramses-v2/contract-math/Oracle.js.map +0 -1
- package/build/dex/ramses-v2/contract-math/SqrtPriceMath.d.ts +0 -10
- package/build/dex/ramses-v2/contract-math/SqrtPriceMath.js +0 -91
- package/build/dex/ramses-v2/contract-math/SqrtPriceMath.js.map +0 -1
- package/build/dex/ramses-v2/contract-math/SwapMath.d.ts +0 -8
- package/build/dex/ramses-v2/contract-math/SwapMath.js +0 -70
- package/build/dex/ramses-v2/contract-math/SwapMath.js.map +0 -1
- package/build/dex/ramses-v2/contract-math/Tick.d.ts +0 -7
- package/build/dex/ramses-v2/contract-math/Tick.js +0 -45
- package/build/dex/ramses-v2/contract-math/Tick.js.map +0 -1
- package/build/dex/ramses-v2/contract-math/TickBitMap.d.ts +0 -8
- package/build/dex/ramses-v2/contract-math/TickBitMap.js +0 -87
- package/build/dex/ramses-v2/contract-math/TickBitMap.js.map +0 -1
- package/build/dex/ramses-v2/contract-math/TickMath.d.ts +0 -8
- package/build/dex/ramses-v2/contract-math/TickMath.js +0 -162
- package/build/dex/ramses-v2/contract-math/TickMath.js.map +0 -1
- package/build/dex/ramses-v2/contract-math/UnsafeMath.d.ts +0 -3
- package/build/dex/ramses-v2/contract-math/UnsafeMath.js +0 -10
- package/build/dex/ramses-v2/contract-math/UnsafeMath.js.map +0 -1
- package/build/dex/ramses-v2/contract-math/uniswap-v3-math.d.ts +0 -18
- package/build/dex/ramses-v2/contract-math/uniswap-v3-math.js +0 -392
- package/build/dex/ramses-v2/contract-math/uniswap-v3-math.js.map +0 -1
- package/build/dex/ramses-v2/contract-math/utils.d.ts +0 -3
- package/build/dex/ramses-v2/contract-math/utils.js +0 -16
- package/build/dex/ramses-v2/contract-math/utils.js.map +0 -1
- package/build/dex/ramses-v2/ramses-v2-pool.d.ts +0 -42
- package/build/dex/ramses-v2/ramses-v2-pool.js +0 -307
- package/build/dex/ramses-v2/ramses-v2-pool.js.map +0 -1
- package/build/dex/ramses-v2/ramses-v2.d.ts +0 -61
- package/build/dex/ramses-v2/ramses-v2.js +0 -690
- package/build/dex/ramses-v2/ramses-v2.js.map +0 -1
- package/build/dex/ramses-v2/types.d.ts +0 -154
- package/build/dex/ramses-v2/types.js +0 -9
- package/build/dex/ramses-v2/types.js.map +0 -1
- package/build/dex/ramses-v2/utils.d.ts +0 -6
- package/build/dex/ramses-v2/utils.js +0 -71
- package/build/dex/ramses-v2/utils.js.map +0 -1
- package/build/dex/solidly/forks-override/fvm.d.ts +0 -20
- package/build/dex/solidly/forks-override/fvm.js +0 -42
- package/build/dex/solidly/forks-override/fvm.js.map +0 -1
- package/build/dex/sushiswap-v3/config.d.ts +0 -4
- package/build/dex/sushiswap-v3/config.js +0 -132
- package/build/dex/sushiswap-v3/config.js.map +0 -1
- package/build/dex/sushiswap-v3/constants.d.ts +0 -4
- package/build/dex/sushiswap-v3/constants.js +0 -32
- package/build/dex/sushiswap-v3/constants.js.map +0 -1
- package/build/dex/sushiswap-v3/sushiswap-v3-original.d.ts +0 -56
- package/build/dex/sushiswap-v3/sushiswap-v3-original.js +0 -598
- package/build/dex/sushiswap-v3/sushiswap-v3-original.js.map +0 -1
- package/build/dex/sushiswap-v3/sushiswap-v3-pool.d.ts +0 -1
- package/build/dex/sushiswap-v3/sushiswap-v3-pool.js +0 -6
- package/build/dex/sushiswap-v3/sushiswap-v3-pool.js.map +0 -1
- package/build/dex/sushiswap-v3/sushiswap-v3.d.ts +0 -21
- package/build/dex/sushiswap-v3/sushiswap-v3.js +0 -58
- package/build/dex/sushiswap-v3/sushiswap-v3.js.map +0 -1
- package/build/dex/sushiswap-v3/token.d.ts +0 -6
- package/build/dex/sushiswap-v3/token.js +0 -23
- package/build/dex/sushiswap-v3/token.js.map +0 -1
- package/build/dex/sushiswap-v3/types.d.ts +0 -15
- package/build/dex/sushiswap-v3/types.js +0 -18
- package/build/dex/sushiswap-v3/types.js.map +0 -1
- package/build/dex/uniswap-v3/forks/pancakeswap-v3/pancakeswap-v3.d.ts +0 -12
- package/build/dex/uniswap-v3/forks/pancakeswap-v3/pancakeswap-v3.js +0 -23
- package/build/dex/uniswap-v3/forks/pancakeswap-v3/pancakeswap-v3.js.map +0 -1
- package/build/dex/woo-fi/config.d.ts +0 -4
- package/build/dex/woo-fi/config.js +0 -141
- package/build/dex/woo-fi/config.js.map +0 -1
- package/build/dex/woo-fi/constants.d.ts +0 -5
- package/build/dex/woo-fi/constants.js +0 -20
- package/build/dex/woo-fi/constants.js.map +0 -1
- package/build/dex/woo-fi/types.d.ts +0 -48
- package/build/dex/woo-fi/types.js +0 -3
- package/build/dex/woo-fi/types.js.map +0 -1
- package/build/dex/woo-fi/woo-fi-decimal-math.d.ts +0 -14
- package/build/dex/woo-fi/woo-fi-decimal-math.js +0 -42
- package/build/dex/woo-fi/woo-fi-decimal-math.js.map +0 -1
- package/build/dex/woo-fi/woo-fi-math.d.ts +0 -31
- package/build/dex/woo-fi/woo-fi-math.js +0 -300
- package/build/dex/woo-fi/woo-fi-math.js.map +0 -1
- package/build/dex/woo-fi/woo-fi.d.ts +0 -65
- package/build/dex/woo-fi/woo-fi.js +0 -480
- package/build/dex/woo-fi/woo-fi.js.map +0 -1
- package/build/executor/Executor01BytecodeBuilder.d.ts +0 -77
- package/build/executor/Executor01BytecodeBuilder.js +0 -359
- package/build/executor/Executor01BytecodeBuilder.js.map +0 -1
- package/build/executor/Executor02BytecodeBuilder.d.ts +0 -12
- package/build/executor/Executor02BytecodeBuilder.js +0 -14
- package/build/executor/Executor02BytecodeBuilder.js.map +0 -1
- package/build/executor/ExecutorDetector.d.ts +0 -28
- package/build/executor/ExecutorDetector.js +0 -89
- package/build/executor/ExecutorDetector.js.map +0 -1
- package/build/executor/IExecutorBytecodeBuilder.d.ts +0 -6
- package/build/executor/IExecutorBytecodeBuilder.js +0 -3
- package/build/executor/IExecutorBytecodeBuilder.js.map +0 -1
- package/build/generic-swap-transaction-builder.d.ts +0 -39
- package/build/generic-swap-transaction-builder.js +0 -156
- package/build/generic-swap-transaction-builder.js.map +0 -1
|
@@ -696,6 +696,31 @@ describe('UniswapV3 E2E', () => {
|
|
|
696
696
|
});
|
|
697
697
|
});
|
|
698
698
|
|
|
699
|
+
describe('Pharaoh', () => {
|
|
700
|
+
const dexKey = 'Pharaoh';
|
|
701
|
+
|
|
702
|
+
describe('Avalanche', () => {
|
|
703
|
+
const network = Network.AVALANCHE;
|
|
704
|
+
|
|
705
|
+
const tokenASymbol: string = 'USDC';
|
|
706
|
+
const tokenBSymbol: string = 'USDCe';
|
|
707
|
+
|
|
708
|
+
const tokenAAmount: string = '100000';
|
|
709
|
+
const tokenBAmount: string = '100000';
|
|
710
|
+
const nativeTokenAmount = '11000000000000000';
|
|
711
|
+
|
|
712
|
+
testForNetwork(
|
|
713
|
+
network,
|
|
714
|
+
dexKey,
|
|
715
|
+
tokenASymbol,
|
|
716
|
+
tokenBSymbol,
|
|
717
|
+
tokenAAmount,
|
|
718
|
+
tokenBAmount,
|
|
719
|
+
nativeTokenAmount,
|
|
720
|
+
);
|
|
721
|
+
});
|
|
722
|
+
});
|
|
723
|
+
|
|
699
724
|
describe('ChronosV3 E2E', () => {
|
|
700
725
|
const dexKey = 'ChronosV3';
|
|
701
726
|
describe('Arbitrum', () => {
|
|
@@ -613,6 +613,153 @@ describe('RamsesV2', () => {
|
|
|
613
613
|
});
|
|
614
614
|
});
|
|
615
615
|
|
|
616
|
+
describe('Pharaoh', () => {
|
|
617
|
+
const dexKey = 'Pharaoh';
|
|
618
|
+
let blockNumber: number;
|
|
619
|
+
let uniswapV3: UniswapV3;
|
|
620
|
+
let uniswapV3Mainnet: UniswapV3;
|
|
621
|
+
|
|
622
|
+
const network = Network.AVALANCHE;
|
|
623
|
+
const dexHelper = new DummyDexHelper(network);
|
|
624
|
+
const TokenASymbol = 'USDC';
|
|
625
|
+
const TokenA = Tokens[network][TokenASymbol];
|
|
626
|
+
|
|
627
|
+
const TokenBSymbol = 'USDCe';
|
|
628
|
+
const TokenB = Tokens[network][TokenBSymbol];
|
|
629
|
+
|
|
630
|
+
beforeEach(async () => {
|
|
631
|
+
blockNumber = await dexHelper.web3Provider.eth.getBlockNumber();
|
|
632
|
+
uniswapV3 = new UniswapV3(network, dexKey, dexHelper);
|
|
633
|
+
uniswapV3Mainnet = new UniswapV3(Network.AVALANCHE, dexKey, dexHelper);
|
|
634
|
+
});
|
|
635
|
+
|
|
636
|
+
it('getPoolIdentifiers and getPricesVolume SELL', async function () {
|
|
637
|
+
const amounts = [
|
|
638
|
+
0n,
|
|
639
|
+
6000000n,
|
|
640
|
+
12000000n,
|
|
641
|
+
18000000n,
|
|
642
|
+
24000000n,
|
|
643
|
+
30000000n,
|
|
644
|
+
36000000n,
|
|
645
|
+
42000000n,
|
|
646
|
+
];
|
|
647
|
+
|
|
648
|
+
const pools = await uniswapV3.getPoolIdentifiers(
|
|
649
|
+
TokenA,
|
|
650
|
+
TokenB,
|
|
651
|
+
SwapSide.SELL,
|
|
652
|
+
blockNumber,
|
|
653
|
+
);
|
|
654
|
+
console.log(`${TokenASymbol} <> ${TokenBSymbol} Pool Identifiers: `, pools);
|
|
655
|
+
|
|
656
|
+
expect(pools.length).toBeGreaterThan(0);
|
|
657
|
+
|
|
658
|
+
const poolPrices = await uniswapV3.getPricesVolume(
|
|
659
|
+
TokenA,
|
|
660
|
+
TokenB,
|
|
661
|
+
amounts,
|
|
662
|
+
SwapSide.SELL,
|
|
663
|
+
blockNumber,
|
|
664
|
+
pools,
|
|
665
|
+
);
|
|
666
|
+
console.log(`${TokenASymbol} <> ${TokenBSymbol} Pool Prices: `, poolPrices);
|
|
667
|
+
|
|
668
|
+
expect(poolPrices).not.toBeNull();
|
|
669
|
+
checkPoolPrices(poolPrices!, amounts, SwapSide.SELL, dexKey);
|
|
670
|
+
|
|
671
|
+
let falseChecksCounter = 0;
|
|
672
|
+
await Promise.all(
|
|
673
|
+
poolPrices!.map(async price => {
|
|
674
|
+
const fee = uniswapV3.eventPools[price.poolIdentifier!]!.feeCode;
|
|
675
|
+
const res = await checkOnChainPricing(
|
|
676
|
+
dexHelper,
|
|
677
|
+
uniswapV3,
|
|
678
|
+
'quoteExactInputSingle',
|
|
679
|
+
blockNumber,
|
|
680
|
+
'0xAAAEA10b0e6FBe566FE27c3A023DC5D8cA6Bca3d',
|
|
681
|
+
price.prices,
|
|
682
|
+
TokenA.address,
|
|
683
|
+
TokenB.address,
|
|
684
|
+
fee,
|
|
685
|
+
amounts,
|
|
686
|
+
);
|
|
687
|
+
if (res === false) falseChecksCounter++;
|
|
688
|
+
}),
|
|
689
|
+
);
|
|
690
|
+
|
|
691
|
+
expect(falseChecksCounter).toBeLessThan(poolPrices!.length);
|
|
692
|
+
});
|
|
693
|
+
|
|
694
|
+
it('getPoolIdentifiers and getPricesVolume BUY', async function () {
|
|
695
|
+
const amounts = [
|
|
696
|
+
0n,
|
|
697
|
+
6000000n,
|
|
698
|
+
12000000n,
|
|
699
|
+
18000000n,
|
|
700
|
+
24000000n,
|
|
701
|
+
30000000n,
|
|
702
|
+
36000000n,
|
|
703
|
+
42000000n,
|
|
704
|
+
];
|
|
705
|
+
|
|
706
|
+
const pools = await uniswapV3.getPoolIdentifiers(
|
|
707
|
+
TokenA,
|
|
708
|
+
TokenB,
|
|
709
|
+
SwapSide.BUY,
|
|
710
|
+
blockNumber,
|
|
711
|
+
);
|
|
712
|
+
console.log(`${TokenASymbol} <> ${TokenBSymbol} Pool Identifiers: `, pools);
|
|
713
|
+
|
|
714
|
+
expect(pools.length).toBeGreaterThan(0);
|
|
715
|
+
|
|
716
|
+
const poolPrices = await uniswapV3.getPricesVolume(
|
|
717
|
+
TokenA,
|
|
718
|
+
TokenB,
|
|
719
|
+
amounts,
|
|
720
|
+
SwapSide.BUY,
|
|
721
|
+
blockNumber,
|
|
722
|
+
pools,
|
|
723
|
+
);
|
|
724
|
+
console.log(`${TokenASymbol} <> ${TokenBSymbol} Pool Prices: `, poolPrices);
|
|
725
|
+
|
|
726
|
+
expect(poolPrices).not.toBeNull();
|
|
727
|
+
checkPoolPrices(poolPrices!, amounts, SwapSide.SELL, dexKey);
|
|
728
|
+
|
|
729
|
+
let falseChecksCounter = 0;
|
|
730
|
+
await Promise.all(
|
|
731
|
+
poolPrices!.map(async price => {
|
|
732
|
+
const fee = uniswapV3.eventPools[price.poolIdentifier!]!.feeCode;
|
|
733
|
+
const res = await checkOnChainPricing(
|
|
734
|
+
dexHelper,
|
|
735
|
+
uniswapV3,
|
|
736
|
+
'quoteExactOutputSingle',
|
|
737
|
+
blockNumber,
|
|
738
|
+
'0xAAAEA10b0e6FBe566FE27c3A023DC5D8cA6Bca3d',
|
|
739
|
+
price.prices,
|
|
740
|
+
TokenA.address,
|
|
741
|
+
TokenB.address,
|
|
742
|
+
fee,
|
|
743
|
+
amounts,
|
|
744
|
+
);
|
|
745
|
+
if (res === false) falseChecksCounter++;
|
|
746
|
+
}),
|
|
747
|
+
);
|
|
748
|
+
|
|
749
|
+
expect(falseChecksCounter).toBeLessThan(poolPrices!.length);
|
|
750
|
+
});
|
|
751
|
+
|
|
752
|
+
it('getTopPoolsForToken', async function () {
|
|
753
|
+
const poolLiquidity = await uniswapV3.getTopPoolsForToken(
|
|
754
|
+
TokenB.address,
|
|
755
|
+
10,
|
|
756
|
+
);
|
|
757
|
+
console.log(`${TokenASymbol} Top Pools:`, poolLiquidity);
|
|
758
|
+
|
|
759
|
+
checkPoolsLiquidity(poolLiquidity, TokenB.address, dexKey);
|
|
760
|
+
});
|
|
761
|
+
});
|
|
762
|
+
|
|
616
763
|
describe('ChronosV3', () => {
|
|
617
764
|
const dexKey = 'ChronosV3';
|
|
618
765
|
let blockNumber: number;
|
package/.idea/aws.xml
DELETED
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<project version="4">
|
|
3
|
-
<component name="accountSettings">
|
|
4
|
-
<option name="activeProfile" value="profile:default" />
|
|
5
|
-
<option name="activeRegion" value="us-east-1" />
|
|
6
|
-
<option name="recentlyUsedProfiles">
|
|
7
|
-
<list>
|
|
8
|
-
<option value="profile:default" />
|
|
9
|
-
</list>
|
|
10
|
-
</option>
|
|
11
|
-
<option name="recentlyUsedRegions">
|
|
12
|
-
<list>
|
|
13
|
-
<option value="us-east-1" />
|
|
14
|
-
</list>
|
|
15
|
-
</option>
|
|
16
|
-
</component>
|
|
17
|
-
</project>
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
<component name="ProjectCodeStyleConfiguration">
|
|
2
|
-
<code_scheme name="Project" version="173">
|
|
3
|
-
<ScalaCodeStyleSettings>
|
|
4
|
-
<option name="MULTILINE_STRING_CLOSING_QUOTES_ON_NEW_LINE" value="true" />
|
|
5
|
-
</ScalaCodeStyleSettings>
|
|
6
|
-
<TypeScriptCodeStyleSettings version="0">
|
|
7
|
-
<option name="SPACE_WITHIN_ARRAY_INITIALIZER_BRACKETS" value="true" />
|
|
8
|
-
<option name="USE_DOUBLE_QUOTES" value="false" />
|
|
9
|
-
<option name="SPACES_WITHIN_IMPORTS" value="true" />
|
|
10
|
-
</TypeScriptCodeStyleSettings>
|
|
11
|
-
<codeStyleSettings language="TypeScript">
|
|
12
|
-
<indentOptions>
|
|
13
|
-
<option name="INDENT_SIZE" value="2" />
|
|
14
|
-
<option name="CONTINUATION_INDENT_SIZE" value="2" />
|
|
15
|
-
<option name="TAB_SIZE" value="2" />
|
|
16
|
-
</indentOptions>
|
|
17
|
-
</codeStyleSettings>
|
|
18
|
-
</code_scheme>
|
|
19
|
-
</component>
|
package/.idea/misc.xml
DELETED
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,9 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<module type="JAVA_MODULE" version="4">
|
|
3
|
-
<component name="NewModuleRootManager" inherit-compiler-output="true">
|
|
4
|
-
<exclude-output />
|
|
5
|
-
<content url="file://$MODULE_DIR$" />
|
|
6
|
-
<orderEntry type="inheritedJdk" />
|
|
7
|
-
<orderEntry type="sourceFolder" forTests="false" />
|
|
8
|
-
</component>
|
|
9
|
-
</module>
|
package/.idea/prettier.xml
DELETED
package/.idea/vcs.xml
DELETED
|
@@ -1,395 +0,0 @@
|
|
|
1
|
-
[
|
|
2
|
-
{
|
|
3
|
-
"inputs": [
|
|
4
|
-
{
|
|
5
|
-
"internalType": "address",
|
|
6
|
-
"name": "_owner",
|
|
7
|
-
"type": "address"
|
|
8
|
-
},
|
|
9
|
-
{
|
|
10
|
-
"internalType": "address",
|
|
11
|
-
"name": "_diamondCutFacet",
|
|
12
|
-
"type": "address"
|
|
13
|
-
}
|
|
14
|
-
],
|
|
15
|
-
"stateMutability": "nonpayable",
|
|
16
|
-
"type": "constructor"
|
|
17
|
-
},
|
|
18
|
-
{
|
|
19
|
-
"inputs": [],
|
|
20
|
-
"name": "DeadlineExpired",
|
|
21
|
-
"type": "error"
|
|
22
|
-
},
|
|
23
|
-
{
|
|
24
|
-
"inputs": [
|
|
25
|
-
{
|
|
26
|
-
"internalType": "address",
|
|
27
|
-
"name": "_initializationContractAddress",
|
|
28
|
-
"type": "address"
|
|
29
|
-
},
|
|
30
|
-
{
|
|
31
|
-
"internalType": "bytes",
|
|
32
|
-
"name": "_calldata",
|
|
33
|
-
"type": "bytes"
|
|
34
|
-
}
|
|
35
|
-
],
|
|
36
|
-
"name": "InitializationFunctionReverted",
|
|
37
|
-
"type": "error"
|
|
38
|
-
},
|
|
39
|
-
{
|
|
40
|
-
"inputs": [],
|
|
41
|
-
"name": "InvalidToAmount",
|
|
42
|
-
"type": "error"
|
|
43
|
-
},
|
|
44
|
-
{
|
|
45
|
-
"inputs": [],
|
|
46
|
-
"name": "IssuficientBalanceToPayFees",
|
|
47
|
-
"type": "error"
|
|
48
|
-
},
|
|
49
|
-
{
|
|
50
|
-
"inputs": [],
|
|
51
|
-
"name": "IssuficientReturnAmount",
|
|
52
|
-
"type": "error"
|
|
53
|
-
},
|
|
54
|
-
{
|
|
55
|
-
"anonymous": false,
|
|
56
|
-
"inputs": [
|
|
57
|
-
{
|
|
58
|
-
"components": [
|
|
59
|
-
{
|
|
60
|
-
"internalType": "address",
|
|
61
|
-
"name": "facetAddress",
|
|
62
|
-
"type": "address"
|
|
63
|
-
},
|
|
64
|
-
{
|
|
65
|
-
"internalType": "enum IDiamondCut.FacetCutAction",
|
|
66
|
-
"name": "action",
|
|
67
|
-
"type": "uint8"
|
|
68
|
-
},
|
|
69
|
-
{
|
|
70
|
-
"internalType": "bytes4[]",
|
|
71
|
-
"name": "functionSelectors",
|
|
72
|
-
"type": "bytes4[]"
|
|
73
|
-
}
|
|
74
|
-
],
|
|
75
|
-
"indexed": false,
|
|
76
|
-
"internalType": "struct IDiamondCut.FacetCut[]",
|
|
77
|
-
"name": "_diamondCut",
|
|
78
|
-
"type": "tuple[]"
|
|
79
|
-
},
|
|
80
|
-
{
|
|
81
|
-
"indexed": false,
|
|
82
|
-
"internalType": "address",
|
|
83
|
-
"name": "_init",
|
|
84
|
-
"type": "address"
|
|
85
|
-
},
|
|
86
|
-
{
|
|
87
|
-
"indexed": false,
|
|
88
|
-
"internalType": "bytes",
|
|
89
|
-
"name": "_calldata",
|
|
90
|
-
"type": "bytes"
|
|
91
|
-
}
|
|
92
|
-
],
|
|
93
|
-
"name": "DiamondCut",
|
|
94
|
-
"type": "event"
|
|
95
|
-
},
|
|
96
|
-
{
|
|
97
|
-
"anonymous": false,
|
|
98
|
-
"inputs": [
|
|
99
|
-
{
|
|
100
|
-
"indexed": true,
|
|
101
|
-
"internalType": "address",
|
|
102
|
-
"name": "previousOwner",
|
|
103
|
-
"type": "address"
|
|
104
|
-
},
|
|
105
|
-
{
|
|
106
|
-
"indexed": true,
|
|
107
|
-
"internalType": "address",
|
|
108
|
-
"name": "newOwner",
|
|
109
|
-
"type": "address"
|
|
110
|
-
}
|
|
111
|
-
],
|
|
112
|
-
"name": "OwnershipTransferred",
|
|
113
|
-
"type": "event"
|
|
114
|
-
},
|
|
115
|
-
{
|
|
116
|
-
"stateMutability": "payable",
|
|
117
|
-
"type": "fallback"
|
|
118
|
-
},
|
|
119
|
-
{
|
|
120
|
-
"inputs": [],
|
|
121
|
-
"name": "FEE_PERCENT_IN_BASIS_POINTS_MASK",
|
|
122
|
-
"outputs": [
|
|
123
|
-
{
|
|
124
|
-
"internalType": "uint256",
|
|
125
|
-
"name": "",
|
|
126
|
-
"type": "uint256"
|
|
127
|
-
}
|
|
128
|
-
],
|
|
129
|
-
"stateMutability": "view",
|
|
130
|
-
"type": "function"
|
|
131
|
-
},
|
|
132
|
-
{
|
|
133
|
-
"inputs": [],
|
|
134
|
-
"name": "IS_REFERRAL_MASK",
|
|
135
|
-
"outputs": [
|
|
136
|
-
{
|
|
137
|
-
"internalType": "uint256",
|
|
138
|
-
"name": "",
|
|
139
|
-
"type": "uint256"
|
|
140
|
-
}
|
|
141
|
-
],
|
|
142
|
-
"stateMutability": "view",
|
|
143
|
-
"type": "function"
|
|
144
|
-
},
|
|
145
|
-
{
|
|
146
|
-
"inputs": [],
|
|
147
|
-
"name": "IS_TAKE_FEE_FROM_FROM_TOKEN_MASK",
|
|
148
|
-
"outputs": [
|
|
149
|
-
{
|
|
150
|
-
"internalType": "uint256",
|
|
151
|
-
"name": "",
|
|
152
|
-
"type": "uint256"
|
|
153
|
-
}
|
|
154
|
-
],
|
|
155
|
-
"stateMutability": "view",
|
|
156
|
-
"type": "function"
|
|
157
|
-
},
|
|
158
|
-
{
|
|
159
|
-
"inputs": [],
|
|
160
|
-
"name": "IS_TAKE_SURPLUS_MASK",
|
|
161
|
-
"outputs": [
|
|
162
|
-
{
|
|
163
|
-
"internalType": "uint256",
|
|
164
|
-
"name": "",
|
|
165
|
-
"type": "uint256"
|
|
166
|
-
}
|
|
167
|
-
],
|
|
168
|
-
"stateMutability": "view",
|
|
169
|
-
"type": "function"
|
|
170
|
-
},
|
|
171
|
-
{
|
|
172
|
-
"inputs": [],
|
|
173
|
-
"name": "MAX_FEE_PERCENT",
|
|
174
|
-
"outputs": [
|
|
175
|
-
{
|
|
176
|
-
"internalType": "uint256",
|
|
177
|
-
"name": "",
|
|
178
|
-
"type": "uint256"
|
|
179
|
-
}
|
|
180
|
-
],
|
|
181
|
-
"stateMutability": "view",
|
|
182
|
-
"type": "function"
|
|
183
|
-
},
|
|
184
|
-
{
|
|
185
|
-
"inputs": [],
|
|
186
|
-
"name": "PARASWAP_REFERRAL_SHARE",
|
|
187
|
-
"outputs": [
|
|
188
|
-
{
|
|
189
|
-
"internalType": "uint256",
|
|
190
|
-
"name": "",
|
|
191
|
-
"type": "uint256"
|
|
192
|
-
}
|
|
193
|
-
],
|
|
194
|
-
"stateMutability": "view",
|
|
195
|
-
"type": "function"
|
|
196
|
-
},
|
|
197
|
-
{
|
|
198
|
-
"inputs": [],
|
|
199
|
-
"name": "PARASWAP_SLIPPAGE_SHARE",
|
|
200
|
-
"outputs": [
|
|
201
|
-
{
|
|
202
|
-
"internalType": "uint256",
|
|
203
|
-
"name": "",
|
|
204
|
-
"type": "uint256"
|
|
205
|
-
}
|
|
206
|
-
],
|
|
207
|
-
"stateMutability": "view",
|
|
208
|
-
"type": "function"
|
|
209
|
-
},
|
|
210
|
-
{
|
|
211
|
-
"inputs": [],
|
|
212
|
-
"name": "PARTNER_SHARE_PERCENT",
|
|
213
|
-
"outputs": [
|
|
214
|
-
{
|
|
215
|
-
"internalType": "uint256",
|
|
216
|
-
"name": "",
|
|
217
|
-
"type": "uint256"
|
|
218
|
-
}
|
|
219
|
-
],
|
|
220
|
-
"stateMutability": "view",
|
|
221
|
-
"type": "function"
|
|
222
|
-
},
|
|
223
|
-
{
|
|
224
|
-
"inputs": [],
|
|
225
|
-
"name": "VERSION_BIT",
|
|
226
|
-
"outputs": [
|
|
227
|
-
{
|
|
228
|
-
"internalType": "uint256",
|
|
229
|
-
"name": "",
|
|
230
|
-
"type": "uint256"
|
|
231
|
-
}
|
|
232
|
-
],
|
|
233
|
-
"stateMutability": "view",
|
|
234
|
-
"type": "function"
|
|
235
|
-
},
|
|
236
|
-
{
|
|
237
|
-
"inputs": [
|
|
238
|
-
{
|
|
239
|
-
"internalType": "contract IERC20",
|
|
240
|
-
"name": "token",
|
|
241
|
-
"type": "address"
|
|
242
|
-
}
|
|
243
|
-
],
|
|
244
|
-
"name": "allocatedFees",
|
|
245
|
-
"outputs": [
|
|
246
|
-
{
|
|
247
|
-
"internalType": "uint256",
|
|
248
|
-
"name": "amount",
|
|
249
|
-
"type": "uint256"
|
|
250
|
-
}
|
|
251
|
-
],
|
|
252
|
-
"stateMutability": "view",
|
|
253
|
-
"type": "function"
|
|
254
|
-
},
|
|
255
|
-
{
|
|
256
|
-
"inputs": [
|
|
257
|
-
{
|
|
258
|
-
"internalType": "address",
|
|
259
|
-
"name": "account",
|
|
260
|
-
"type": "address"
|
|
261
|
-
},
|
|
262
|
-
{
|
|
263
|
-
"internalType": "contract IERC20",
|
|
264
|
-
"name": "token",
|
|
265
|
-
"type": "address"
|
|
266
|
-
}
|
|
267
|
-
],
|
|
268
|
-
"name": "fees",
|
|
269
|
-
"outputs": [
|
|
270
|
-
{
|
|
271
|
-
"internalType": "uint256",
|
|
272
|
-
"name": "amount",
|
|
273
|
-
"type": "uint256"
|
|
274
|
-
}
|
|
275
|
-
],
|
|
276
|
-
"stateMutability": "view",
|
|
277
|
-
"type": "function"
|
|
278
|
-
},
|
|
279
|
-
{
|
|
280
|
-
"inputs": [
|
|
281
|
-
{
|
|
282
|
-
"internalType": "contract IERC20",
|
|
283
|
-
"name": "token",
|
|
284
|
-
"type": "address"
|
|
285
|
-
}
|
|
286
|
-
],
|
|
287
|
-
"name": "getUnallocatedFees",
|
|
288
|
-
"outputs": [
|
|
289
|
-
{
|
|
290
|
-
"internalType": "uint256",
|
|
291
|
-
"name": "unallocatedFees",
|
|
292
|
-
"type": "uint256"
|
|
293
|
-
}
|
|
294
|
-
],
|
|
295
|
-
"stateMutability": "view",
|
|
296
|
-
"type": "function"
|
|
297
|
-
},
|
|
298
|
-
{
|
|
299
|
-
"inputs": [
|
|
300
|
-
{
|
|
301
|
-
"internalType": "address",
|
|
302
|
-
"name": "executor",
|
|
303
|
-
"type": "address"
|
|
304
|
-
},
|
|
305
|
-
{
|
|
306
|
-
"components": [
|
|
307
|
-
{
|
|
308
|
-
"internalType": "contract IERC20",
|
|
309
|
-
"name": "fromToken",
|
|
310
|
-
"type": "address"
|
|
311
|
-
},
|
|
312
|
-
{
|
|
313
|
-
"internalType": "contract IERC20",
|
|
314
|
-
"name": "toToken",
|
|
315
|
-
"type": "address"
|
|
316
|
-
},
|
|
317
|
-
{
|
|
318
|
-
"internalType": "uint256",
|
|
319
|
-
"name": "fromAmount",
|
|
320
|
-
"type": "uint256"
|
|
321
|
-
},
|
|
322
|
-
{
|
|
323
|
-
"internalType": "uint256",
|
|
324
|
-
"name": "toAmount",
|
|
325
|
-
"type": "uint256"
|
|
326
|
-
},
|
|
327
|
-
{
|
|
328
|
-
"internalType": "uint256",
|
|
329
|
-
"name": "expectedAmount",
|
|
330
|
-
"type": "uint256"
|
|
331
|
-
},
|
|
332
|
-
{
|
|
333
|
-
"internalType": "uint256",
|
|
334
|
-
"name": "deadline",
|
|
335
|
-
"type": "uint256"
|
|
336
|
-
},
|
|
337
|
-
{
|
|
338
|
-
"internalType": "bytes16",
|
|
339
|
-
"name": "uuid",
|
|
340
|
-
"type": "bytes16"
|
|
341
|
-
},
|
|
342
|
-
{
|
|
343
|
-
"internalType": "address payable",
|
|
344
|
-
"name": "beneficiary",
|
|
345
|
-
"type": "address"
|
|
346
|
-
}
|
|
347
|
-
],
|
|
348
|
-
"internalType": "struct SwapData",
|
|
349
|
-
"name": "swapData",
|
|
350
|
-
"type": "tuple"
|
|
351
|
-
},
|
|
352
|
-
{
|
|
353
|
-
"components": [
|
|
354
|
-
{
|
|
355
|
-
"internalType": "address payable",
|
|
356
|
-
"name": "partner",
|
|
357
|
-
"type": "address"
|
|
358
|
-
},
|
|
359
|
-
{
|
|
360
|
-
"internalType": "uint256",
|
|
361
|
-
"name": "feePercent",
|
|
362
|
-
"type": "uint256"
|
|
363
|
-
}
|
|
364
|
-
],
|
|
365
|
-
"internalType": "struct FeeData",
|
|
366
|
-
"name": "feeData",
|
|
367
|
-
"type": "tuple"
|
|
368
|
-
},
|
|
369
|
-
{
|
|
370
|
-
"internalType": "bytes",
|
|
371
|
-
"name": "permit",
|
|
372
|
-
"type": "bytes"
|
|
373
|
-
},
|
|
374
|
-
{
|
|
375
|
-
"internalType": "bytes",
|
|
376
|
-
"name": "bytecode",
|
|
377
|
-
"type": "bytes"
|
|
378
|
-
}
|
|
379
|
-
],
|
|
380
|
-
"name": "swap",
|
|
381
|
-
"outputs": [
|
|
382
|
-
{
|
|
383
|
-
"internalType": "uint256",
|
|
384
|
-
"name": "recievedAmount",
|
|
385
|
-
"type": "uint256"
|
|
386
|
-
}
|
|
387
|
-
],
|
|
388
|
-
"stateMutability": "payable",
|
|
389
|
-
"type": "function"
|
|
390
|
-
},
|
|
391
|
-
{
|
|
392
|
-
"stateMutability": "payable",
|
|
393
|
-
"type": "receive"
|
|
394
|
-
}
|
|
395
|
-
]
|