@paraswap/dex-lib 4.1.7-pub-sub → 4.1.7-pub-sub.3
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/angle-staked-stable/angle-staked-stable.js +2 -1
- package/build/dex/angle-staked-stable/angle-staked-stable.js.map +1 -1
- package/build/dex/angle-transmuter/angle-transmuter.js.map +1 -1
- package/build/dex/balancer-v1/config.js +2 -1
- package/build/dex/balancer-v1/config.js.map +1 -1
- package/build/dex/weth/weth.js +2 -1
- package/build/dex/weth/weth.js.map +1 -1
- package/build/lib/pub-sub.js +5 -5
- package/build/lib/pub-sub.js.map +1 -1
- package/build/pricing-helper.d.ts +1 -1
- package/build/pricing-helper.js +13 -9
- package/build/pricing-helper.js.map +1 -1
- package/build/types.d.ts +1 -0
- package/package.json +1 -1
- package/src/dex/aave-gsm/aave-gsm-gas-estimation.test.ts +32 -0
- package/src/dex/aave-v2/aave-v2-gas-estimation.test.ts +28 -0
- package/src/dex/aave-v3/aave-v3-gas-estimation.test.ts +66 -0
- package/src/dex/aave-v3-stata/aave-v3-stata-gas-estimation.test.ts +41 -0
- package/src/dex/aave-v3-stata-v2/aave-v3-stata-v2-gas-estimation.test.ts +41 -0
- package/src/dex/angle-staked-stable/angle-staked-stable-gas-estimation.test.ts +29 -0
- package/src/dex/angle-staked-stable/angle-staked-stable.ts +2 -1
- package/src/dex/angle-transmuter/angle-transmuter-gas-estimation.test.ts +41 -0
- package/src/dex/angle-transmuter/angle-transmuter.ts +0 -1
- package/src/dex/balancer-v1/balancer-v1-gas-estimation.test.ts +29 -0
- package/src/dex/balancer-v1/config.ts +2 -1
- package/src/dex/balancer-v2/balancer-v2-gas-estimation.test.ts +98 -0
- package/src/dex/balancer-v3/balancer-v3-gas-estimation.test.ts +30 -0
- package/src/dex/bancor/bancor-gas-estimation.test.ts +30 -0
- package/src/dex/bebop/bebop-gas-estimation.test.ts +30 -0
- package/src/dex/concentrator-arusd/concentrator-arusd-gas-estimation.test.ts +29 -0
- package/src/dex/curve-v1/curve-v1-gas-estimation.test.ts +29 -0
- package/src/dex/curve-v2/curve-v2-gas-estimation.test.ts +29 -0
- package/src/dex/fluid-dex/fluid-dex-gas-estimation.test.ts +29 -0
- package/src/dex/fx-protocol-rusd/fx-protocol-rusd-gas-estimation.test.ts +29 -0
- package/src/dex/hashflow/hashflow-gas-estimation.test.ts +30 -0
- package/src/dex/idle-dao/idle-dao--gas-estimation.test.ts +30 -0
- package/src/dex/lido/lido-gas-estimation.test.ts +29 -0
- package/src/dex/lite-psm/lite-psm-gas-estimation.test.ts +34 -0
- package/src/dex/maker-psm/maker-psm-gas-estimation.test.ts +34 -0
- package/src/dex/maverick-v1/maverick-v1-gas-estimation.test.ts +29 -0
- package/src/dex/maverick-v2/maverick-v2-gas-estimation.test.ts +29 -0
- package/src/dex/pancakeswap-v3/pancakeswap-v3-gas-estimation.test.ts +29 -0
- package/src/dex/polygon-migrator/polygon-migrator-gas-estimation.test.ts +41 -0
- package/src/dex/sky-converter/sky-converter-gas-estimation.test.ts +78 -0
- package/src/dex/solidly/solidly-gas-estimation.test.ts +29 -0
- package/src/dex/solidly-v3/solidly-v3-gas-estimation.test.ts +29 -0
- package/src/dex/spark/spark-gas-estimation.test.ts +29 -0
- package/src/dex/stader/stader-gas-estimation.test.ts +29 -0
- package/src/dex/stkgho/stkgho-gas-estimation.test.ts +29 -0
- package/src/dex/swaap-v2/swaap-v2-estimation.test.ts +29 -0
- package/src/dex/swell/swell-estimation.test.ts +29 -0
- package/src/dex/trader-joe-v2.1/trader-joe-v2.1-gas-estimation.test.ts +29 -0
- package/src/dex/uniswap-v2/uniswap-v2-gas-estimation.test.ts +98 -0
- package/src/dex/uniswap-v3/uniswap-v3-gas-estimation.test.ts +98 -0
- package/src/dex/usual/usual-gas-estimation.test.ts +54 -0
- package/src/dex/usual-pp/usual-pp-gas-estimation.test.ts +29 -0
- package/src/dex/weth/weth-gas-estimation.test.ts +42 -0
- package/src/dex/weth/weth.ts +3 -1
- package/src/dex/wombat/wombat-gas-estimation.test.ts +29 -0
- package/src/dex/wsteth/wsteth-gas-estimation.test.ts +41 -0
- package/src/dex/wusdm/wusdm-gas-estimation.test.ts +41 -0
- package/src/lib/pub-sub.ts +9 -5
- package/src/pricing-helper.ts +19 -11
- package/src/types.ts +1 -0
- package/tests/constants-e2e.ts +8 -0
- package/tests/tenderly-simulation-new.test.ts +151 -0
- package/tests/tenderly-simulation-new.ts +698 -0
- package/tests/token-storage-slots.json +532 -0
- package/tests/utils-e2e.ts +137 -1
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
/* eslint-disable no-console */
|
|
2
|
+
import 'dotenv/config';
|
|
3
|
+
import { testGasEstimation } from '../../../tests/utils-e2e';
|
|
4
|
+
import { Tokens } from '../../../tests/constants-e2e';
|
|
5
|
+
import { Network, SwapSide } from '../../constants';
|
|
6
|
+
import { ContractMethodV6 } from '@paraswap/core';
|
|
7
|
+
|
|
8
|
+
describe('AngleTransmuter Gas Estimation', () => {
|
|
9
|
+
const dexKey = 'AngleTransmuter';
|
|
10
|
+
const network = Network.MAINNET;
|
|
11
|
+
|
|
12
|
+
describe('swapExactAmountIn', () => {
|
|
13
|
+
const USDC = Tokens[network]['USDC'];
|
|
14
|
+
const USDA = Tokens[network]['USDA'];
|
|
15
|
+
const amount = 99000000000000000n;
|
|
16
|
+
|
|
17
|
+
it('swapExactInput - from collateral', async () => {
|
|
18
|
+
await testGasEstimation(
|
|
19
|
+
network,
|
|
20
|
+
USDC,
|
|
21
|
+
USDA,
|
|
22
|
+
amount,
|
|
23
|
+
SwapSide.SELL,
|
|
24
|
+
dexKey,
|
|
25
|
+
ContractMethodV6.swapExactAmountIn,
|
|
26
|
+
);
|
|
27
|
+
});
|
|
28
|
+
|
|
29
|
+
it('swapExactInput - to collateral', async () => {
|
|
30
|
+
await testGasEstimation(
|
|
31
|
+
network,
|
|
32
|
+
USDA,
|
|
33
|
+
USDC,
|
|
34
|
+
amount,
|
|
35
|
+
SwapSide.SELL,
|
|
36
|
+
dexKey,
|
|
37
|
+
ContractMethodV6.swapExactAmountIn,
|
|
38
|
+
);
|
|
39
|
+
});
|
|
40
|
+
});
|
|
41
|
+
});
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
/* eslint-disable no-console */
|
|
2
|
+
import 'dotenv/config';
|
|
3
|
+
import { testGasEstimation } from '../../../tests/utils-e2e';
|
|
4
|
+
import { Tokens } from '../../../tests/constants-e2e';
|
|
5
|
+
import { Network, SwapSide } from '../../constants';
|
|
6
|
+
import { ContractMethodV6 } from '@paraswap/core';
|
|
7
|
+
|
|
8
|
+
describe('BalancerV1 Gas Estimation', () => {
|
|
9
|
+
const dexKey = 'BalancerV1';
|
|
10
|
+
const network = Network.MAINNET;
|
|
11
|
+
|
|
12
|
+
describe('swapExactAmountIn', () => {
|
|
13
|
+
const USDC = Tokens[network]['USDC'];
|
|
14
|
+
const WBTC = Tokens[network]['WBTC'];
|
|
15
|
+
const amount = 3333000000n;
|
|
16
|
+
|
|
17
|
+
it('batchSwapExactIn', async () => {
|
|
18
|
+
await testGasEstimation(
|
|
19
|
+
network,
|
|
20
|
+
USDC,
|
|
21
|
+
WBTC,
|
|
22
|
+
amount,
|
|
23
|
+
SwapSide.SELL,
|
|
24
|
+
dexKey,
|
|
25
|
+
ContractMethodV6.swapExactAmountIn,
|
|
26
|
+
);
|
|
27
|
+
});
|
|
28
|
+
});
|
|
29
|
+
});
|
|
@@ -6,7 +6,8 @@ export const MAX_POOL_CNT = 1000;
|
|
|
6
6
|
export const MIN_USD_LIQUIDITY_TO_FETCH = 100;
|
|
7
7
|
export const BALANCES_MULTICALL_POOLS_LIMIT = 200;
|
|
8
8
|
export const MAX_POOLS_FOR_PRICING = 5;
|
|
9
|
-
|
|
9
|
+
// https://dashboard.tenderly.co/paraswap/paraswap/simulator/2ae61b00-ad00-41e7-bfcd-a7e4fb3534ca?trace=0.3.0.0
|
|
10
|
+
export const BALANCER_SWAP_GAS_COST = 150 * 1000;
|
|
10
11
|
|
|
11
12
|
export const BalancerV1Config: DexConfigMap<DexParams> = {
|
|
12
13
|
BalancerV1: {
|
|
@@ -0,0 +1,98 @@
|
|
|
1
|
+
/* eslint-disable no-console */
|
|
2
|
+
import dotenv from 'dotenv';
|
|
3
|
+
import { testGasEstimation } from '../../../tests/utils-e2e';
|
|
4
|
+
import { Tokens } from '../../../tests/constants-e2e';
|
|
5
|
+
import { Network, SwapSide } from '../../constants';
|
|
6
|
+
import { ContractMethodV6 } from '@paraswap/core';
|
|
7
|
+
import { ethers } from 'ethers';
|
|
8
|
+
|
|
9
|
+
dotenv.config();
|
|
10
|
+
|
|
11
|
+
describe('BalancerV2 Gas Estimation', () => {
|
|
12
|
+
const dexKey = 'BalancerV2';
|
|
13
|
+
const network = Network.MAINNET;
|
|
14
|
+
const tokens = Tokens[network];
|
|
15
|
+
const ETH = tokens['ETH'];
|
|
16
|
+
const WETH = tokens['WETH'];
|
|
17
|
+
const USDT = tokens['USDT'];
|
|
18
|
+
const USDC = tokens['USDC'];
|
|
19
|
+
const WBTC = tokens['WBTC'];
|
|
20
|
+
const amount = 100000000n; // 100 usdt
|
|
21
|
+
|
|
22
|
+
const methods: ContractMethodV6[] = [
|
|
23
|
+
ContractMethodV6.swapExactAmountInOnBalancerV2,
|
|
24
|
+
ContractMethodV6.swapExactAmountIn,
|
|
25
|
+
];
|
|
26
|
+
|
|
27
|
+
methods.forEach(async method => {
|
|
28
|
+
describe(method, () => {
|
|
29
|
+
it('one swap', async () => {
|
|
30
|
+
await testGasEstimation(
|
|
31
|
+
network,
|
|
32
|
+
USDT,
|
|
33
|
+
USDC,
|
|
34
|
+
amount,
|
|
35
|
+
SwapSide.SELL,
|
|
36
|
+
dexKey,
|
|
37
|
+
method,
|
|
38
|
+
);
|
|
39
|
+
});
|
|
40
|
+
|
|
41
|
+
it('one swap with unwrap', async () => {
|
|
42
|
+
await testGasEstimation(
|
|
43
|
+
network,
|
|
44
|
+
USDT,
|
|
45
|
+
ETH,
|
|
46
|
+
amount,
|
|
47
|
+
SwapSide.SELL,
|
|
48
|
+
dexKey,
|
|
49
|
+
method,
|
|
50
|
+
);
|
|
51
|
+
});
|
|
52
|
+
|
|
53
|
+
it('one swap with wrap', async () => {
|
|
54
|
+
const oneEth = ethers.utils.parseEther('1').toBigInt();
|
|
55
|
+
|
|
56
|
+
await testGasEstimation(
|
|
57
|
+
network,
|
|
58
|
+
ETH,
|
|
59
|
+
USDT,
|
|
60
|
+
oneEth,
|
|
61
|
+
SwapSide.SELL,
|
|
62
|
+
dexKey,
|
|
63
|
+
method,
|
|
64
|
+
);
|
|
65
|
+
});
|
|
66
|
+
|
|
67
|
+
it('two swaps', async () => {
|
|
68
|
+
const route = [USDT.address, WETH.address, USDC.address];
|
|
69
|
+
|
|
70
|
+
await testGasEstimation(
|
|
71
|
+
network,
|
|
72
|
+
USDT,
|
|
73
|
+
USDC,
|
|
74
|
+
amount,
|
|
75
|
+
SwapSide.SELL,
|
|
76
|
+
dexKey,
|
|
77
|
+
method,
|
|
78
|
+
route,
|
|
79
|
+
);
|
|
80
|
+
});
|
|
81
|
+
|
|
82
|
+
it('three swaps', async () => {
|
|
83
|
+
const route = [USDT.address, WETH.address, WBTC.address, USDC.address];
|
|
84
|
+
|
|
85
|
+
await testGasEstimation(
|
|
86
|
+
network,
|
|
87
|
+
USDT,
|
|
88
|
+
USDC,
|
|
89
|
+
amount,
|
|
90
|
+
SwapSide.SELL,
|
|
91
|
+
dexKey,
|
|
92
|
+
method,
|
|
93
|
+
route,
|
|
94
|
+
);
|
|
95
|
+
});
|
|
96
|
+
});
|
|
97
|
+
});
|
|
98
|
+
});
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
/* eslint-disable no-console */
|
|
2
|
+
import 'dotenv/config';
|
|
3
|
+
import { testGasEstimation } from '../../../tests/utils-e2e';
|
|
4
|
+
import { Tokens } from '../../../tests/constants-e2e';
|
|
5
|
+
import { Network, SwapSide } from '../../constants';
|
|
6
|
+
import { ContractMethodV6 } from '@paraswap/core';
|
|
7
|
+
|
|
8
|
+
describe('BalancerV3 Gas Estimation', () => {
|
|
9
|
+
const dexKey = 'BalancerV3';
|
|
10
|
+
const network = Network.MAINNET;
|
|
11
|
+
|
|
12
|
+
describe('swapExactAmountIn', () => {
|
|
13
|
+
const USDC = Tokens[network]['USDC'];
|
|
14
|
+
const WBTC = Tokens[network]['WBTC'];
|
|
15
|
+
const amount = 3333000000n;
|
|
16
|
+
|
|
17
|
+
// todo: add more cases
|
|
18
|
+
it('swapExactIn', async () => {
|
|
19
|
+
await testGasEstimation(
|
|
20
|
+
network,
|
|
21
|
+
USDC,
|
|
22
|
+
WBTC,
|
|
23
|
+
amount,
|
|
24
|
+
SwapSide.SELL,
|
|
25
|
+
dexKey,
|
|
26
|
+
ContractMethodV6.swapExactAmountIn,
|
|
27
|
+
);
|
|
28
|
+
});
|
|
29
|
+
});
|
|
30
|
+
});
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
/* eslint-disable no-console */
|
|
2
|
+
import 'dotenv/config';
|
|
3
|
+
import { testGasEstimation } from '../../../tests/utils-e2e';
|
|
4
|
+
import { Tokens } from '../../../tests/constants-e2e';
|
|
5
|
+
import { Network, SwapSide } from '../../constants';
|
|
6
|
+
import { ContractMethodV6 } from '@paraswap/core';
|
|
7
|
+
|
|
8
|
+
describe('Bancor Gas Estimation', () => {
|
|
9
|
+
const dexKey = 'Bancor';
|
|
10
|
+
const network = Network.MAINNET;
|
|
11
|
+
|
|
12
|
+
describe('swapExactAmountIn', () => {
|
|
13
|
+
const USDT = Tokens[network]['USDT'];
|
|
14
|
+
const BNT = Tokens[network]['BNT'];
|
|
15
|
+
const amount = 100000000n;
|
|
16
|
+
|
|
17
|
+
// https://dashboard.tenderly.co/paraswap/paraswap/simulator/bcb58187-2a53-4d7f-b0b7-f1cce81ef0c8/gas-usage
|
|
18
|
+
it('convert2', async () => {
|
|
19
|
+
await testGasEstimation(
|
|
20
|
+
network,
|
|
21
|
+
USDT,
|
|
22
|
+
BNT,
|
|
23
|
+
amount,
|
|
24
|
+
SwapSide.SELL,
|
|
25
|
+
dexKey,
|
|
26
|
+
ContractMethodV6.swapExactAmountIn,
|
|
27
|
+
);
|
|
28
|
+
});
|
|
29
|
+
});
|
|
30
|
+
});
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
/* eslint-disable no-console */
|
|
2
|
+
import 'dotenv/config';
|
|
3
|
+
import { testGasEstimation } from '../../../tests/utils-e2e';
|
|
4
|
+
import { Tokens } from '../../../tests/constants-e2e';
|
|
5
|
+
import { Network, SwapSide } from '../../constants';
|
|
6
|
+
import { ContractMethodV6 } from '@paraswap/core';
|
|
7
|
+
|
|
8
|
+
describe('Bebop Gas Estimation', () => {
|
|
9
|
+
const dexKey = 'Bebop';
|
|
10
|
+
const network = Network.MAINNET;
|
|
11
|
+
|
|
12
|
+
describe('swapExactAmountIn', () => {
|
|
13
|
+
const USDC = Tokens[network]['USDC'];
|
|
14
|
+
const WETH = Tokens[network]['WETH'];
|
|
15
|
+
const amount = 1000000000n;
|
|
16
|
+
|
|
17
|
+
// todo: debug build fail in this test case
|
|
18
|
+
it('swapSingle', async () => {
|
|
19
|
+
await testGasEstimation(
|
|
20
|
+
network,
|
|
21
|
+
USDC,
|
|
22
|
+
WETH,
|
|
23
|
+
amount,
|
|
24
|
+
SwapSide.SELL,
|
|
25
|
+
dexKey,
|
|
26
|
+
ContractMethodV6.swapExactAmountIn,
|
|
27
|
+
);
|
|
28
|
+
});
|
|
29
|
+
});
|
|
30
|
+
});
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
/* eslint-disable no-console */
|
|
2
|
+
import 'dotenv/config';
|
|
3
|
+
import { testGasEstimation } from '../../../tests/utils-e2e';
|
|
4
|
+
import { Tokens } from '../../../tests/constants-e2e';
|
|
5
|
+
import { Network, SwapSide } from '../../constants';
|
|
6
|
+
import { ContractMethodV6 } from '@paraswap/core';
|
|
7
|
+
|
|
8
|
+
describe('ConcentratorArusd Gas Estimation', () => {
|
|
9
|
+
const dexKey = 'ConcentratorArusd';
|
|
10
|
+
const network = Network.MAINNET;
|
|
11
|
+
|
|
12
|
+
describe('swapExactAmountIn', () => {
|
|
13
|
+
const rUSD = Tokens[network]['rUSD'];
|
|
14
|
+
const arUSD = Tokens[network]['arUSD'];
|
|
15
|
+
const amount = 1000000000000000n;
|
|
16
|
+
|
|
17
|
+
it('deposit', async () => {
|
|
18
|
+
await testGasEstimation(
|
|
19
|
+
network,
|
|
20
|
+
rUSD,
|
|
21
|
+
arUSD,
|
|
22
|
+
amount,
|
|
23
|
+
SwapSide.SELL,
|
|
24
|
+
dexKey,
|
|
25
|
+
ContractMethodV6.swapExactAmountIn,
|
|
26
|
+
);
|
|
27
|
+
});
|
|
28
|
+
});
|
|
29
|
+
});
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
/* eslint-disable no-console */
|
|
2
|
+
import 'dotenv/config';
|
|
3
|
+
import { testGasEstimation } from '../../../tests/utils-e2e';
|
|
4
|
+
import { Tokens } from '../../../tests/constants-e2e';
|
|
5
|
+
import { Network, SwapSide } from '../../constants';
|
|
6
|
+
import { ContractMethodV6 } from '@paraswap/core';
|
|
7
|
+
|
|
8
|
+
describe('CurveV1 Gas Estimation', () => {
|
|
9
|
+
const dexKey = 'CurveV1';
|
|
10
|
+
const network = Network.MAINNET;
|
|
11
|
+
|
|
12
|
+
describe('swapExactAmountInOnCurveV1', () => {
|
|
13
|
+
const USDT = Tokens[network]['USDT'];
|
|
14
|
+
const USDC = Tokens[network]['USDC'];
|
|
15
|
+
const amount = 100000000n; // 100 usdt
|
|
16
|
+
|
|
17
|
+
it('exchange_underlying', async () => {
|
|
18
|
+
await testGasEstimation(
|
|
19
|
+
network,
|
|
20
|
+
USDT,
|
|
21
|
+
USDC,
|
|
22
|
+
amount,
|
|
23
|
+
SwapSide.SELL,
|
|
24
|
+
dexKey,
|
|
25
|
+
ContractMethodV6.swapExactAmountInOnCurveV1,
|
|
26
|
+
);
|
|
27
|
+
});
|
|
28
|
+
});
|
|
29
|
+
});
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
/* eslint-disable no-console */
|
|
2
|
+
import 'dotenv/config';
|
|
3
|
+
import { testGasEstimation } from '../../../tests/utils-e2e';
|
|
4
|
+
import { Tokens } from '../../../tests/constants-e2e';
|
|
5
|
+
import { Network, SwapSide } from '../../constants';
|
|
6
|
+
import { ContractMethodV6 } from '@paraswap/core';
|
|
7
|
+
|
|
8
|
+
describe('CurveV2 Gas Estimation', () => {
|
|
9
|
+
const dexKey = 'CurveV2';
|
|
10
|
+
const network = Network.MAINNET;
|
|
11
|
+
|
|
12
|
+
describe('swapExactAmountInOnCurveV2', () => {
|
|
13
|
+
const USDC = Tokens[network]['USDC'];
|
|
14
|
+
const USDT = Tokens[network]['USDT'];
|
|
15
|
+
const amount = 1000000n; // 1 usdc
|
|
16
|
+
|
|
17
|
+
it('exchange_underlying', async () => {
|
|
18
|
+
await testGasEstimation(
|
|
19
|
+
network,
|
|
20
|
+
USDC,
|
|
21
|
+
USDT,
|
|
22
|
+
amount,
|
|
23
|
+
SwapSide.SELL,
|
|
24
|
+
dexKey,
|
|
25
|
+
ContractMethodV6.swapExactAmountInOnCurveV2,
|
|
26
|
+
);
|
|
27
|
+
});
|
|
28
|
+
});
|
|
29
|
+
});
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
/* eslint-disable no-console */
|
|
2
|
+
import 'dotenv/config';
|
|
3
|
+
import { testGasEstimation } from '../../../tests/utils-e2e';
|
|
4
|
+
import { Tokens } from '../../../tests/constants-e2e';
|
|
5
|
+
import { Network, SwapSide } from '../../constants';
|
|
6
|
+
import { ContractMethodV6 } from '@paraswap/core';
|
|
7
|
+
|
|
8
|
+
describe('FluidDex Gas Estimation', () => {
|
|
9
|
+
const dexKey = 'FluidDex';
|
|
10
|
+
const network = Network.MAINNET;
|
|
11
|
+
|
|
12
|
+
describe('swapExactAmountIn', () => {
|
|
13
|
+
const USDC = Tokens[network]['USDC'];
|
|
14
|
+
const USDT = Tokens[network]['USDT'];
|
|
15
|
+
const amount = 10000n;
|
|
16
|
+
|
|
17
|
+
it('swapIn', async () => {
|
|
18
|
+
await testGasEstimation(
|
|
19
|
+
network,
|
|
20
|
+
USDC,
|
|
21
|
+
USDT,
|
|
22
|
+
amount,
|
|
23
|
+
SwapSide.SELL,
|
|
24
|
+
dexKey,
|
|
25
|
+
ContractMethodV6.swapExactAmountIn,
|
|
26
|
+
);
|
|
27
|
+
});
|
|
28
|
+
});
|
|
29
|
+
});
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
/* eslint-disable no-console */
|
|
2
|
+
import 'dotenv/config';
|
|
3
|
+
import { testGasEstimation } from '../../../tests/utils-e2e';
|
|
4
|
+
import { Tokens } from '../../../tests/constants-e2e';
|
|
5
|
+
import { Network, SwapSide } from '../../constants';
|
|
6
|
+
import { ContractMethodV6 } from '@paraswap/core';
|
|
7
|
+
|
|
8
|
+
describe('FxProtocolRusd Gas Estimation', () => {
|
|
9
|
+
const dexKey = 'FxProtocolRusd';
|
|
10
|
+
const network = Network.MAINNET;
|
|
11
|
+
|
|
12
|
+
describe('swapExactAmountIn', () => {
|
|
13
|
+
const weETH = Tokens[network]['weETH'];
|
|
14
|
+
const rUSD = Tokens[network]['rUSD'];
|
|
15
|
+
const amount = 1000000000000000000n;
|
|
16
|
+
|
|
17
|
+
it('mint', async () => {
|
|
18
|
+
await testGasEstimation(
|
|
19
|
+
network,
|
|
20
|
+
weETH,
|
|
21
|
+
rUSD,
|
|
22
|
+
amount,
|
|
23
|
+
SwapSide.SELL,
|
|
24
|
+
dexKey,
|
|
25
|
+
ContractMethodV6.swapExactAmountIn,
|
|
26
|
+
);
|
|
27
|
+
});
|
|
28
|
+
});
|
|
29
|
+
});
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
/* eslint-disable no-console */
|
|
2
|
+
import 'dotenv/config';
|
|
3
|
+
import { testGasEstimation } from '../../../tests/utils-e2e';
|
|
4
|
+
import { Tokens } from '../../../tests/constants-e2e';
|
|
5
|
+
import { Network, SwapSide } from '../../constants';
|
|
6
|
+
import { ContractMethodV6 } from '@paraswap/core';
|
|
7
|
+
|
|
8
|
+
describe('Hashflow Gas Estimation', () => {
|
|
9
|
+
const dexKey = 'Hashflow';
|
|
10
|
+
const network = Network.MAINNET;
|
|
11
|
+
|
|
12
|
+
describe('swapExactAmountIn', () => {
|
|
13
|
+
const USDT = Tokens[network]['USDT'];
|
|
14
|
+
const USDC = Tokens[network]['USDC'];
|
|
15
|
+
const amount = 100000000n;
|
|
16
|
+
|
|
17
|
+
// todo: fix tx build
|
|
18
|
+
it('tradeRFQT', async () => {
|
|
19
|
+
await testGasEstimation(
|
|
20
|
+
network,
|
|
21
|
+
USDT,
|
|
22
|
+
USDC,
|
|
23
|
+
amount,
|
|
24
|
+
SwapSide.SELL,
|
|
25
|
+
dexKey,
|
|
26
|
+
ContractMethodV6.swapExactAmountIn,
|
|
27
|
+
);
|
|
28
|
+
});
|
|
29
|
+
});
|
|
30
|
+
});
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
/* eslint-disable no-console */
|
|
2
|
+
import 'dotenv/config';
|
|
3
|
+
import { testGasEstimation } from '../../../tests/utils-e2e';
|
|
4
|
+
import { Tokens } from '../../../tests/constants-e2e';
|
|
5
|
+
import { Network, SwapSide } from '../../constants';
|
|
6
|
+
import { ContractMethodV6 } from '@paraswap/core';
|
|
7
|
+
|
|
8
|
+
describe('IdleDao Gas Estimation', () => {
|
|
9
|
+
const dexKey = 'IdleDao';
|
|
10
|
+
const network = Network.MAINNET;
|
|
11
|
+
|
|
12
|
+
describe('swapExactAmountIn', () => {
|
|
13
|
+
const STETH = Tokens[network]['STETH'];
|
|
14
|
+
const AA_wstETH = Tokens[network]['AA_wstETH'];
|
|
15
|
+
const amount = 1000000000000000000n;
|
|
16
|
+
|
|
17
|
+
// todo: uncomment? (the dex doesn't seem to be working)
|
|
18
|
+
// it('deposit', async () => {
|
|
19
|
+
// await testGasEstimation(
|
|
20
|
+
// network,
|
|
21
|
+
// STETH,
|
|
22
|
+
// AA_wstETH,
|
|
23
|
+
// amount,
|
|
24
|
+
// SwapSide.SELL,
|
|
25
|
+
// dexKey,
|
|
26
|
+
// ContractMethodV6.swapExactAmountIn,
|
|
27
|
+
// );
|
|
28
|
+
// });
|
|
29
|
+
});
|
|
30
|
+
});
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
/* eslint-disable no-console */
|
|
2
|
+
import 'dotenv/config';
|
|
3
|
+
import { testGasEstimation } from '../../../tests/utils-e2e';
|
|
4
|
+
import { Tokens } from '../../../tests/constants-e2e';
|
|
5
|
+
import { Network, SwapSide } from '../../constants';
|
|
6
|
+
import { ContractMethodV6 } from '@paraswap/core';
|
|
7
|
+
|
|
8
|
+
describe('Lido Gas Estimation', () => {
|
|
9
|
+
const dexKey = 'Lido';
|
|
10
|
+
const network = Network.MAINNET;
|
|
11
|
+
|
|
12
|
+
describe('swapExactAmountIn', () => {
|
|
13
|
+
const STETH = Tokens[network]['STETH'];
|
|
14
|
+
const ETH = Tokens[network]['ETH'];
|
|
15
|
+
const amount = 100000000000000000000n;
|
|
16
|
+
|
|
17
|
+
it('submit', async () => {
|
|
18
|
+
await testGasEstimation(
|
|
19
|
+
network,
|
|
20
|
+
ETH,
|
|
21
|
+
STETH,
|
|
22
|
+
amount,
|
|
23
|
+
SwapSide.SELL,
|
|
24
|
+
dexKey,
|
|
25
|
+
ContractMethodV6.swapExactAmountIn,
|
|
26
|
+
);
|
|
27
|
+
});
|
|
28
|
+
});
|
|
29
|
+
});
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
/* eslint-disable no-console */
|
|
2
|
+
import dotenv from 'dotenv';
|
|
3
|
+
import { testGasEstimation } from '../../../tests/utils-e2e';
|
|
4
|
+
import { Tokens } from '../../../tests/constants-e2e';
|
|
5
|
+
import { Network, SwapSide } from '../../constants';
|
|
6
|
+
import { ContractMethodV6 } from '@paraswap/core';
|
|
7
|
+
|
|
8
|
+
dotenv.config();
|
|
9
|
+
|
|
10
|
+
describe('LitePsm Gas Estimation', () => {
|
|
11
|
+
const dexKey = 'LitePsm';
|
|
12
|
+
const network = Network.MAINNET;
|
|
13
|
+
const srcToken = Tokens[network]['USDC'];
|
|
14
|
+
const destToken = Tokens[network]['DAI'];
|
|
15
|
+
const methods: ContractMethodV6[] = [
|
|
16
|
+
ContractMethodV6.swapExactAmountInOutOnMakerPSM,
|
|
17
|
+
ContractMethodV6.swapExactAmountIn,
|
|
18
|
+
];
|
|
19
|
+
const amount = 10000000n;
|
|
20
|
+
|
|
21
|
+
methods.forEach(async method => {
|
|
22
|
+
it(method, async () => {
|
|
23
|
+
await testGasEstimation(
|
|
24
|
+
network,
|
|
25
|
+
srcToken,
|
|
26
|
+
destToken,
|
|
27
|
+
amount,
|
|
28
|
+
SwapSide.SELL,
|
|
29
|
+
dexKey,
|
|
30
|
+
method,
|
|
31
|
+
);
|
|
32
|
+
});
|
|
33
|
+
});
|
|
34
|
+
});
|
|
@@ -0,0 +1,34 @@
|
|
|
1
|
+
/* eslint-disable no-console */
|
|
2
|
+
import dotenv from 'dotenv';
|
|
3
|
+
import { testGasEstimation } from '../../../tests/utils-e2e';
|
|
4
|
+
import { Tokens } from '../../../tests/constants-e2e';
|
|
5
|
+
import { Network, SwapSide } from '../../constants';
|
|
6
|
+
import { ContractMethodV6 } from '@paraswap/core';
|
|
7
|
+
|
|
8
|
+
dotenv.config();
|
|
9
|
+
|
|
10
|
+
describe('MakerPsm Gas Estimation', () => {
|
|
11
|
+
const dexKey = 'MakerPsm';
|
|
12
|
+
const network = Network.MAINNET;
|
|
13
|
+
const srcToken = Tokens[network]['USDC'];
|
|
14
|
+
const destToken = Tokens[network]['DAI'];
|
|
15
|
+
const methods: ContractMethodV6[] = [
|
|
16
|
+
ContractMethodV6.swapExactAmountInOutOnMakerPSM,
|
|
17
|
+
ContractMethodV6.swapExactAmountIn,
|
|
18
|
+
];
|
|
19
|
+
const amount = 10000000n;
|
|
20
|
+
|
|
21
|
+
methods.forEach(async method => {
|
|
22
|
+
it(method, async () => {
|
|
23
|
+
await testGasEstimation(
|
|
24
|
+
network,
|
|
25
|
+
srcToken,
|
|
26
|
+
destToken,
|
|
27
|
+
amount,
|
|
28
|
+
SwapSide.SELL,
|
|
29
|
+
dexKey,
|
|
30
|
+
method,
|
|
31
|
+
);
|
|
32
|
+
});
|
|
33
|
+
});
|
|
34
|
+
});
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
/* eslint-disable no-console */
|
|
2
|
+
import 'dotenv/config';
|
|
3
|
+
import { testGasEstimation } from '../../../tests/utils-e2e';
|
|
4
|
+
import { Tokens } from '../../../tests/constants-e2e';
|
|
5
|
+
import { Network, SwapSide } from '../../constants';
|
|
6
|
+
import { ContractMethodV6 } from '@paraswap/core';
|
|
7
|
+
|
|
8
|
+
describe('MaverickV1 Gas Estimation', () => {
|
|
9
|
+
const dexKey = 'MaverickV1';
|
|
10
|
+
const network = Network.MAINNET;
|
|
11
|
+
|
|
12
|
+
describe('swapExactAmountIn', () => {
|
|
13
|
+
const USDT = Tokens[network]['USDT'];
|
|
14
|
+
const USDC = Tokens[network]['USDC'];
|
|
15
|
+
const amount = 1000000n;
|
|
16
|
+
|
|
17
|
+
it('exactInputSingle', async () => {
|
|
18
|
+
await testGasEstimation(
|
|
19
|
+
network,
|
|
20
|
+
USDT,
|
|
21
|
+
USDC,
|
|
22
|
+
amount,
|
|
23
|
+
SwapSide.SELL,
|
|
24
|
+
dexKey,
|
|
25
|
+
ContractMethodV6.swapExactAmountIn,
|
|
26
|
+
);
|
|
27
|
+
});
|
|
28
|
+
});
|
|
29
|
+
});
|
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
/* eslint-disable no-console */
|
|
2
|
+
import 'dotenv/config';
|
|
3
|
+
import { testGasEstimation } from '../../../tests/utils-e2e';
|
|
4
|
+
import { Tokens } from '../../../tests/constants-e2e';
|
|
5
|
+
import { Network, SwapSide } from '../../constants';
|
|
6
|
+
import { ContractMethodV6 } from '@paraswap/core';
|
|
7
|
+
|
|
8
|
+
describe('MaverickV2 Gas Estimation', () => {
|
|
9
|
+
const dexKey = 'MaverickV2';
|
|
10
|
+
const network = Network.MAINNET;
|
|
11
|
+
|
|
12
|
+
describe('swapExactAmountIn', () => {
|
|
13
|
+
const USDT = Tokens[network]['USDT'];
|
|
14
|
+
const USDC = Tokens[network]['USDC'];
|
|
15
|
+
const amount = 100000000n;
|
|
16
|
+
|
|
17
|
+
it('swap', async () => {
|
|
18
|
+
await testGasEstimation(
|
|
19
|
+
network,
|
|
20
|
+
USDT,
|
|
21
|
+
USDC,
|
|
22
|
+
amount,
|
|
23
|
+
SwapSide.SELL,
|
|
24
|
+
dexKey,
|
|
25
|
+
ContractMethodV6.swapExactAmountIn,
|
|
26
|
+
);
|
|
27
|
+
});
|
|
28
|
+
});
|
|
29
|
+
});
|