@ichidao/ichi-vaults-sdk 0.1.43 → 2.0.1
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/README.md +62 -208
- package/dist/abis/types/AlgebraIntegralPool.d.ts +702 -793
- package/dist/abis/types/AlgebraPool.d.ts +693 -730
- package/dist/abis/types/ClPool.d.ts +789 -871
- package/dist/abis/types/DepositGuard.d.ts +193 -178
- package/dist/abis/types/DepositGuardWithHtsWrapping.d.ts +300 -297
- package/dist/abis/types/ERC20.d.ts +120 -147
- package/dist/abis/types/ERC20Wrapper.d.ts +147 -155
- package/dist/abis/types/IchiVault.d.ts +598 -728
- package/dist/abis/types/MultiFeeDistributer.d.ts +314 -423
- package/dist/abis/types/Multicall.d.ts +58 -73
- package/dist/abis/types/UniswapV3Pool.d.ts +654 -693
- package/dist/abis/types/common.d.ts +40 -12
- package/dist/abis/types/factories/AlgebraIntegralPool__factory.d.ts +2 -3
- package/dist/abis/types/factories/AlgebraIntegralPool__factory.js +10 -13
- package/dist/abis/types/factories/AlgebraIntegralPool__factory.js.map +1 -1
- package/dist/abis/types/factories/AlgebraPool__factory.d.ts +2 -3
- package/dist/abis/types/factories/AlgebraPool__factory.js +10 -13
- package/dist/abis/types/factories/AlgebraPool__factory.js.map +1 -1
- package/dist/abis/types/factories/ClPool__factory.d.ts +2 -3
- package/dist/abis/types/factories/ClPool__factory.js +10 -13
- package/dist/abis/types/factories/ClPool__factory.js.map +1 -1
- package/dist/abis/types/factories/DepositGuardWithHtsWrapping__factory.d.ts +2 -3
- package/dist/abis/types/factories/DepositGuardWithHtsWrapping__factory.js +10 -13
- package/dist/abis/types/factories/DepositGuardWithHtsWrapping__factory.js.map +1 -1
- package/dist/abis/types/factories/DepositGuard__factory.d.ts +2 -3
- package/dist/abis/types/factories/DepositGuard__factory.js +10 -13
- package/dist/abis/types/factories/DepositGuard__factory.js.map +1 -1
- package/dist/abis/types/factories/ERC20Wrapper__factory.d.ts +2 -3
- package/dist/abis/types/factories/ERC20Wrapper__factory.js +10 -13
- package/dist/abis/types/factories/ERC20Wrapper__factory.js.map +1 -1
- package/dist/abis/types/factories/ERC20__factory.d.ts +2 -3
- package/dist/abis/types/factories/ERC20__factory.js +10 -13
- package/dist/abis/types/factories/ERC20__factory.js.map +1 -1
- package/dist/abis/types/factories/IchiVault__factory.d.ts +2 -3
- package/dist/abis/types/factories/IchiVault__factory.js +10 -13
- package/dist/abis/types/factories/IchiVault__factory.js.map +1 -1
- package/dist/abis/types/factories/MultiFeeDistributer__factory.d.ts +2 -3
- package/dist/abis/types/factories/MultiFeeDistributer__factory.js +10 -13
- package/dist/abis/types/factories/MultiFeeDistributer__factory.js.map +1 -1
- package/dist/abis/types/factories/Multicall__factory.d.ts +2 -3
- package/dist/abis/types/factories/Multicall__factory.js +10 -13
- package/dist/abis/types/factories/Multicall__factory.js.map +1 -1
- package/dist/abis/types/factories/UniswapV3Pool__factory.d.ts +2 -3
- package/dist/abis/types/factories/UniswapV3Pool__factory.js +10 -13
- package/dist/abis/types/factories/UniswapV3Pool__factory.js.map +1 -1
- package/dist/src/__tests__/index.test.js +356 -738
- package/dist/src/__tests__/index.test.js.map +1 -1
- package/dist/src/abis/types/AlgebraIntegralPool.d.ts +702 -793
- package/dist/src/abis/types/AlgebraPool.d.ts +693 -730
- package/dist/src/abis/types/ClPool.d.ts +789 -871
- package/dist/src/abis/types/DepositGuard.d.ts +193 -178
- package/dist/src/abis/types/DepositGuardWithHtsWrapping.d.ts +300 -297
- package/dist/src/abis/types/ERC20.d.ts +120 -147
- package/dist/src/abis/types/ERC20Wrapper.d.ts +147 -155
- package/dist/src/abis/types/IchiVault.d.ts +598 -728
- package/dist/src/abis/types/MultiFeeDistributer.d.ts +314 -423
- package/dist/src/abis/types/Multicall.d.ts +58 -73
- package/dist/src/abis/types/UniswapV3Pool.d.ts +654 -693
- package/dist/src/abis/types/common.d.ts +40 -12
- package/dist/src/abis/types/factories/AlgebraIntegralPool__factory.d.ts +2 -3
- package/dist/src/abis/types/factories/AlgebraPool__factory.d.ts +2 -3
- package/dist/src/abis/types/factories/ClPool__factory.d.ts +2 -3
- package/dist/src/abis/types/factories/DepositGuardWithHtsWrapping__factory.d.ts +2 -3
- package/dist/src/abis/types/factories/DepositGuard__factory.d.ts +2 -3
- package/dist/src/abis/types/factories/ERC20Wrapper__factory.d.ts +2 -3
- package/dist/src/abis/types/factories/ERC20__factory.d.ts +2 -3
- package/dist/src/abis/types/factories/IchiVault__factory.d.ts +2 -3
- package/dist/src/abis/types/factories/MultiFeeDistributer__factory.d.ts +2 -3
- package/dist/src/abis/types/factories/Multicall__factory.d.ts +2 -3
- package/dist/src/abis/types/factories/UniswapV3Pool__factory.d.ts +2 -3
- package/dist/src/contracts/index.d.ts +1 -1
- package/dist/src/contracts/index.js +12 -12
- package/dist/src/contracts/index.js.map +1 -1
- package/dist/src/functions/_totalBalances.d.ts +2 -3
- package/dist/src/functions/_totalBalances.js +46 -117
- package/dist/src/functions/_totalBalances.js.map +1 -1
- package/dist/src/functions/_vaultEvents.js +347 -488
- package/dist/src/functions/_vaultEvents.js.map +1 -1
- package/dist/src/functions/_withdrawHelpers.d.ts +2 -3
- package/dist/src/functions/_withdrawHelpers.js +13 -62
- package/dist/src/functions/_withdrawHelpers.js.map +1 -1
- package/dist/src/functions/calculateApr.d.ts +1 -1
- package/dist/src/functions/calculateApr.js +77 -150
- package/dist/src/functions/calculateApr.js.map +1 -1
- package/dist/src/functions/calculateDtr.d.ts +1 -1
- package/dist/src/functions/calculateDtr.js +84 -169
- package/dist/src/functions/calculateDtr.js.map +1 -1
- package/dist/src/functions/calculateFees.d.ts +1 -1
- package/dist/src/functions/calculateFees.js +97 -172
- package/dist/src/functions/calculateFees.js.map +1 -1
- package/dist/src/functions/chains.js +6 -6
- package/dist/src/functions/chains.js.map +1 -1
- package/dist/src/functions/claimRewards.d.ts +3 -4
- package/dist/src/functions/claimRewards.js +29 -92
- package/dist/src/functions/claimRewards.js.map +1 -1
- package/dist/src/functions/deposit.d.ts +7 -9
- package/dist/src/functions/deposit.js +199 -364
- package/dist/src/functions/deposit.js.map +1 -1
- package/dist/src/functions/depositWithHtsWrapping.d.ts +4 -6
- package/dist/src/functions/depositWithHtsWrapping.js +109 -226
- package/dist/src/functions/depositWithHtsWrapping.js.map +1 -1
- package/dist/src/functions/getFeeAprs.d.ts +1 -1
- package/dist/src/functions/getFeeAprs.js +55 -111
- package/dist/src/functions/getFeeAprs.js.map +1 -1
- package/dist/src/functions/priceFromPool.d.ts +3 -4
- package/dist/src/functions/priceFromPool.js +99 -208
- package/dist/src/functions/priceFromPool.js.map +1 -1
- package/dist/src/functions/rewardInfo.js +79 -159
- package/dist/src/functions/rewardInfo.js.map +1 -1
- package/dist/src/functions/totalBalances.d.ts +2 -3
- package/dist/src/functions/totalBalances.js +14 -67
- package/dist/src/functions/totalBalances.js.map +1 -1
- package/dist/src/functions/userBalances.d.ts +2 -3
- package/dist/src/functions/userBalances.js +244 -368
- package/dist/src/functions/userBalances.js.map +1 -1
- package/dist/src/functions/userRewards.d.ts +1 -1
- package/dist/src/functions/userRewards.js +87 -145
- package/dist/src/functions/userRewards.js.map +1 -1
- package/dist/src/functions/vault.d.ts +1 -1
- package/dist/src/functions/vault.js +203 -383
- package/dist/src/functions/vault.js.map +1 -1
- package/dist/src/functions/vaultBasics.js +6 -7
- package/dist/src/functions/vaultBasics.js.map +1 -1
- package/dist/src/functions/vaultMetrics.d.ts +1 -1
- package/dist/src/functions/vaultMetrics.js +111 -189
- package/dist/src/functions/vaultMetrics.js.map +1 -1
- package/dist/src/functions/vaultPositions.d.ts +1 -1
- package/dist/src/functions/vaultPositions.js +69 -134
- package/dist/src/functions/vaultPositions.js.map +1 -1
- package/dist/src/functions/vaultTvl.d.ts +1 -1
- package/dist/src/functions/vaultTvl.js +80 -165
- package/dist/src/functions/vaultTvl.js.map +1 -1
- package/dist/src/functions/withdraw.d.ts +6 -8
- package/dist/src/functions/withdraw.js +165 -295
- package/dist/src/functions/withdraw.js.map +1 -1
- package/dist/src/functions/withdrawWithErc20Wrapping.d.ts +2 -4
- package/dist/src/functions/withdrawWithErc20Wrapping.js +59 -126
- package/dist/src/functions/withdrawWithErc20Wrapping.js.map +1 -1
- package/dist/src/graphql/constants.js +217 -212
- package/dist/src/graphql/constants.js.map +1 -1
- package/dist/src/graphql/functions.js +30 -102
- package/dist/src/graphql/functions.js.map +1 -1
- package/dist/src/graphql/queries.js +407 -42
- package/dist/src/graphql/queries.js.map +1 -1
- package/dist/src/index.cjs.js +2 -2
- package/dist/src/index.esm.js +2 -2
- package/dist/src/src/contracts/index.d.ts +1 -1
- package/dist/src/src/functions/_totalBalances.d.ts +2 -3
- package/dist/src/src/functions/_withdrawHelpers.d.ts +2 -3
- package/dist/src/src/functions/calculateApr.d.ts +1 -1
- package/dist/src/src/functions/calculateDtr.d.ts +1 -1
- package/dist/src/src/functions/calculateFees.d.ts +1 -1
- package/dist/src/src/functions/claimRewards.d.ts +3 -4
- package/dist/src/src/functions/deposit.d.ts +7 -9
- package/dist/src/src/functions/depositWithHtsWrapping.d.ts +4 -6
- package/dist/src/src/functions/getFeeAprs.d.ts +1 -1
- package/dist/src/src/functions/priceFromPool.d.ts +3 -4
- package/dist/src/src/functions/totalBalances.d.ts +2 -3
- package/dist/src/src/functions/userBalances.d.ts +2 -3
- package/dist/src/src/functions/userRewards.d.ts +1 -1
- package/dist/src/src/functions/vault.d.ts +1 -1
- package/dist/src/src/functions/vaultMetrics.d.ts +1 -1
- package/dist/src/src/functions/vaultPositions.d.ts +1 -1
- package/dist/src/src/functions/vaultTvl.d.ts +1 -1
- package/dist/src/src/functions/withdraw.d.ts +6 -8
- package/dist/src/src/functions/withdrawWithErc20Wrapping.d.ts +2 -4
- package/dist/src/src/types/calculateGasMargin.d.ts +1 -2
- package/dist/src/src/types/index.d.ts +12 -13
- package/dist/src/src/utils/amountWithSlippage.d.ts +1 -2
- package/dist/src/src/utils/config/addresses.d.ts +1 -1
- package/dist/src/src/utils/formatBigInt.d.ts +1 -2
- package/dist/src/src/utils/getPrice.d.ts +1 -2
- package/dist/src/src/utils/multicallUtils.d.ts +9 -10
- package/dist/src/src/utils/parseBigInt.d.ts +1 -2
- package/dist/src/types/calculateGasMargin.d.ts +1 -2
- package/dist/src/types/calculateGasMargin.js +4 -5
- package/dist/src/types/calculateGasMargin.js.map +1 -1
- package/dist/src/types/index.d.ts +12 -13
- package/dist/src/types/index.js +1 -0
- package/dist/src/types/index.js.map +1 -1
- package/dist/src/utils/amountWithSlippage.d.ts +1 -2
- package/dist/src/utils/amountWithSlippage.js +1 -1
- package/dist/src/utils/amountWithSlippage.js.map +1 -1
- package/dist/src/utils/cache.js +2 -2
- package/dist/src/utils/cache.js.map +1 -1
- package/dist/src/utils/config/addresses.d.ts +1 -1
- package/dist/src/utils/config/addresses.js +276 -268
- package/dist/src/utils/config/addresses.js.map +1 -1
- package/dist/src/utils/formatBigInt.d.ts +1 -2
- package/dist/src/utils/formatBigInt.js +4 -5
- package/dist/src/utils/formatBigInt.js.map +1 -1
- package/dist/src/utils/getConfigByFactory.js +24 -28
- package/dist/src/utils/getConfigByFactory.js.map +1 -1
- package/dist/src/utils/getGraphUrls.js +8 -12
- package/dist/src/utils/getGraphUrls.js.map +1 -1
- package/dist/src/utils/getPrice.d.ts +1 -2
- package/dist/src/utils/getPrice.js +5 -6
- package/dist/src/utils/getPrice.js.map +1 -1
- package/dist/src/utils/isVelodrome.js +2 -3
- package/dist/src/utils/isVelodrome.js.map +1 -1
- package/dist/src/utils/multicallUtils.d.ts +9 -10
- package/dist/src/utils/multicallUtils.js +38 -93
- package/dist/src/utils/multicallUtils.js.map +1 -1
- package/dist/src/utils/parseBigInt.d.ts +1 -2
- package/dist/src/utils/parseBigInt.js +5 -7
- package/dist/src/utils/parseBigInt.js.map +1 -1
- package/dist/src/utils/positionKey.js +2 -4
- package/dist/src/utils/positionKey.js.map +1 -1
- package/package.json +5 -17
|
@@ -1,15 +1,16 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r, _s, _t, _u, _v, _w, _x, _y, _z, _0, _1, _2, _3, _4, _5, _6, _7, _8, _9, _10, _11, _12, _13, _14, _15, _16, _17, _18, _19, _20, _21, _22, _23, _24, _25, _26, _27, _28, _29, _30, _31;
|
|
3
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
4
|
-
exports.MULTICALL_ADDRESSES = exports.
|
|
5
|
-
|
|
3
|
+
exports.MULTICALL_ADDRESSES = exports.addressConfig = exports.AMM_VERSIONS = exports.ERC20_WRAPPER_ADDRESS = void 0;
|
|
4
|
+
const types_1 = require("../../types");
|
|
5
|
+
// ERC20 Wrapper address for Hedera HTS wrapping
|
|
6
|
+
exports.ERC20_WRAPPER_ADDRESS = '0x000000000000000000000000000000000093A3A8';
|
|
6
7
|
exports.AMM_VERSIONS = {
|
|
7
8
|
ALGEBRA_INTEGRAL: 'algebraIntegral',
|
|
8
9
|
VELODROME: 'velodrome',
|
|
9
10
|
};
|
|
10
|
-
exports.addressConfig =
|
|
11
|
-
|
|
12
|
-
|
|
11
|
+
exports.addressConfig = {
|
|
12
|
+
[types_1.SupportedChainId.arbitrum]: {
|
|
13
|
+
[types_1.SupportedDex.UniswapV3]: {
|
|
13
14
|
factoryAddress: '0xfBf38920cCbCFF7268Ad714ae5F9Fad6dF607065',
|
|
14
15
|
depositGuard: {
|
|
15
16
|
address: '0xFB5263779D551d0f8a85D47a7D576C4893686D12',
|
|
@@ -18,7 +19,7 @@ exports.addressConfig = (_a = {},
|
|
|
18
19
|
vaultDeployerAddress: '0x508C3daa571854247726ba26949f182086Ff89B0',
|
|
19
20
|
isAlgebra: false,
|
|
20
21
|
},
|
|
21
|
-
|
|
22
|
+
[types_1.SupportedDex.Pancakeswap]: {
|
|
22
23
|
factoryAddress: '0x0aC9e4a0423eec93357e2B0F83ef8c6469FD47F7',
|
|
23
24
|
depositGuard: {
|
|
24
25
|
address: '0x28cF3b462a1ADdE87fe7144d110BcF0D464C97b7',
|
|
@@ -27,7 +28,7 @@ exports.addressConfig = (_a = {},
|
|
|
27
28
|
vaultDeployerAddress: '0x508C3daa571854247726ba26949f182086Ff89B0',
|
|
28
29
|
isAlgebra: false,
|
|
29
30
|
},
|
|
30
|
-
|
|
31
|
+
[types_1.SupportedDex.Ramses]: {
|
|
31
32
|
factoryAddress: '0xedAc86bc526557c422AB1F6BF848bF0da9fB44A6',
|
|
32
33
|
depositGuard: {
|
|
33
34
|
address: '0x2472cA62c19ab99AB9947A7754fc38945b68Fb68',
|
|
@@ -36,7 +37,7 @@ exports.addressConfig = (_a = {},
|
|
|
36
37
|
vaultDeployerAddress: '0x508C3daa571854247726ba26949f182086Ff89B0',
|
|
37
38
|
isAlgebra: false,
|
|
38
39
|
},
|
|
39
|
-
|
|
40
|
+
[types_1.SupportedDex.Sushiswap]: {
|
|
40
41
|
factoryAddress: '0xbA4c7b5eFD44Aa60da0440D0427555bdBE50e6BC',
|
|
41
42
|
depositGuard: {
|
|
42
43
|
address: '0xB77463Eba7f1bD5F37FCA35fdF9306B09bAa7379',
|
|
@@ -45,9 +46,9 @@ exports.addressConfig = (_a = {},
|
|
|
45
46
|
isAlgebra: false,
|
|
46
47
|
vaultDeployerAddress: '0x508C3daa571854247726ba26949f182086Ff89B0',
|
|
47
48
|
},
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
49
|
+
},
|
|
50
|
+
[types_1.SupportedChainId.arthera]: {
|
|
51
|
+
[types_1.SupportedDex.Thirdfy]: {
|
|
51
52
|
factoryAddress: '0x2d2c72C4dC71AA32D64e5142e336741131A73fc0',
|
|
52
53
|
depositGuard: {
|
|
53
54
|
address: '0xb62399d23d1c81f08eA445A42d7F15cC12090A71',
|
|
@@ -57,9 +58,9 @@ exports.addressConfig = (_a = {},
|
|
|
57
58
|
isAlgebra: true,
|
|
58
59
|
ammVersion: exports.AMM_VERSIONS.ALGEBRA_INTEGRAL,
|
|
59
60
|
},
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
61
|
+
},
|
|
62
|
+
[types_1.SupportedChainId.arthera_testnet]: {
|
|
63
|
+
[types_1.SupportedDex.Thirdfy]: {
|
|
63
64
|
factoryAddress: '0xbb7A3d439abf42Cf39837f9102F987bab3Ee2e73',
|
|
64
65
|
depositGuard: {
|
|
65
66
|
address: '0xe573920139a208989d83C57ea48837C6285F2cd3',
|
|
@@ -69,9 +70,9 @@ exports.addressConfig = (_a = {},
|
|
|
69
70
|
isAlgebra: true,
|
|
70
71
|
ammVersion: exports.AMM_VERSIONS.ALGEBRA_INTEGRAL,
|
|
71
72
|
},
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
73
|
+
},
|
|
74
|
+
[types_1.SupportedChainId.polygon]: {
|
|
75
|
+
[types_1.SupportedDex.UniswapNew]: {
|
|
75
76
|
factoryAddress: '0xF39A4c7C87310116Ad915833769d301c599b0298',
|
|
76
77
|
depositGuard: {
|
|
77
78
|
address: '0x2B8Ca8e6768e49f1256F91Bf5b0D8f30a776D4c6',
|
|
@@ -80,7 +81,7 @@ exports.addressConfig = (_a = {},
|
|
|
80
81
|
vaultDeployerAddress: '0x0768A75F616B98ee0937673bD83B7aBF142236Ea',
|
|
81
82
|
isAlgebra: false,
|
|
82
83
|
},
|
|
83
|
-
|
|
84
|
+
[types_1.SupportedDex.UniswapV3]: {
|
|
84
85
|
factoryAddress: '0x2d2c72C4dC71AA32D64e5142e336741131A73fc0',
|
|
85
86
|
depositGuard: {
|
|
86
87
|
address: '0x64E44525a98bC85aC097Cc6Ca4c8F6BE7D483041',
|
|
@@ -89,7 +90,7 @@ exports.addressConfig = (_a = {},
|
|
|
89
90
|
vaultDeployerAddress: '0x0768A75F616B98ee0937673bD83B7aBF142236Ea',
|
|
90
91
|
isAlgebra: false,
|
|
91
92
|
},
|
|
92
|
-
|
|
93
|
+
[types_1.SupportedDex.Retro]: {
|
|
93
94
|
factoryAddress: '0xb2f44D8545315cDd0bAaB4AC7233218b932a5dA7',
|
|
94
95
|
depositGuard: {
|
|
95
96
|
address: '0x9B3Ea1A39576925fA94c4BCC7eECFA0d95D331E1',
|
|
@@ -98,7 +99,7 @@ exports.addressConfig = (_a = {},
|
|
|
98
99
|
vaultDeployerAddress: '0x0768A75F616B98ee0937673bD83B7aBF142236Ea',
|
|
99
100
|
isAlgebra: false,
|
|
100
101
|
},
|
|
101
|
-
|
|
102
|
+
[types_1.SupportedDex.Quickswap]: {
|
|
102
103
|
factoryAddress: '0x11700544C577Cb543a498B27B4F0f7018BDb6E8a',
|
|
103
104
|
depositGuard: {
|
|
104
105
|
address: '0xDB8E25D78483D13781622A40e69a9E39A4b590B6',
|
|
@@ -107,9 +108,9 @@ exports.addressConfig = (_a = {},
|
|
|
107
108
|
vaultDeployerAddress: '0x0768A75F616B98ee0937673bD83B7aBF142236Ea',
|
|
108
109
|
isAlgebra: true,
|
|
109
110
|
},
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
111
|
+
},
|
|
112
|
+
[types_1.SupportedChainId.mainnet]: {
|
|
113
|
+
[types_1.SupportedDex.UniswapV3]: {
|
|
113
114
|
factoryAddress: '0x5a40DFaF8C1115196A1CDF529F97122030F26112',
|
|
114
115
|
depositGuard: {
|
|
115
116
|
address: '0x3E1aFdB89B6Ea49e828C565ab6A36a485b7A4775',
|
|
@@ -118,7 +119,7 @@ exports.addressConfig = (_a = {},
|
|
|
118
119
|
vaultDeployerAddress: '0xfF7B5E167c9877f2b9f65D19d9c8c9aa651Fe19F',
|
|
119
120
|
isAlgebra: false,
|
|
120
121
|
},
|
|
121
|
-
|
|
122
|
+
[types_1.SupportedDex.Blueprint]: {
|
|
122
123
|
factoryAddress: '0xEAeC81F0eD4F622D4b389672d9859166C0832b3E',
|
|
123
124
|
depositGuard: {
|
|
124
125
|
address: '0xC3822b5e61d6702315EFD86573978a8a3f3Acb83',
|
|
@@ -127,7 +128,7 @@ exports.addressConfig = (_a = {},
|
|
|
127
128
|
vaultDeployerAddress: '0xfF7B5E167c9877f2b9f65D19d9c8c9aa651Fe19F',
|
|
128
129
|
isAlgebra: false,
|
|
129
130
|
},
|
|
130
|
-
|
|
131
|
+
[types_1.SupportedDex.Pancakeswap]: {
|
|
131
132
|
factoryAddress: '0x8Dd50926e12BD71904bCCc6D86DFA55D42715094',
|
|
132
133
|
depositGuard: {
|
|
133
134
|
address: '0x81B2F475e1ca7AB6b2720AdFa2fA6D4c52C4F49d',
|
|
@@ -136,9 +137,9 @@ exports.addressConfig = (_a = {},
|
|
|
136
137
|
vaultDeployerAddress: '0xfF7B5E167c9877f2b9f65D19d9c8c9aa651Fe19F',
|
|
137
138
|
isAlgebra: false,
|
|
138
139
|
},
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
140
|
+
},
|
|
141
|
+
[types_1.SupportedChainId.base]: {
|
|
142
|
+
[types_1.SupportedDex.Aerodrome]: {
|
|
142
143
|
factoryAddress: '0xf6B5Ab192F2696921F60a1Ff00b99596C4045FA6',
|
|
143
144
|
depositGuard: {
|
|
144
145
|
address: '0x4A094b3e476D7C94445f023B5DAc837f9E0F98c2',
|
|
@@ -148,7 +149,16 @@ exports.addressConfig = (_a = {},
|
|
|
148
149
|
isAlgebra: false,
|
|
149
150
|
ammVersion: exports.AMM_VERSIONS.VELODROME,
|
|
150
151
|
},
|
|
151
|
-
|
|
152
|
+
[types_1.SupportedDex.Aux]: {
|
|
153
|
+
factoryAddress: '0x8371E865eB806631BE237c392C429E2e0c5f8671',
|
|
154
|
+
depositGuard: {
|
|
155
|
+
address: '0x92678D60e3d232307c6C7040CAa8acde8a4FA3a5',
|
|
156
|
+
version: 2,
|
|
157
|
+
},
|
|
158
|
+
vaultDeployerAddress: '0x7d11De61c219b70428Bb3199F0DD88bA9E76bfEE',
|
|
159
|
+
isAlgebra: false,
|
|
160
|
+
},
|
|
161
|
+
[types_1.SupportedDex.Equalizer]: {
|
|
152
162
|
factoryAddress: '0xfBf38920cCbCFF7268Ad714ae5F9Fad6dF607065',
|
|
153
163
|
depositGuard: {
|
|
154
164
|
address: '0xBf38e4Ffb0B0Aa075531b38d71d3b18a5f599819',
|
|
@@ -157,7 +167,7 @@ exports.addressConfig = (_a = {},
|
|
|
157
167
|
vaultDeployerAddress: '0x7d11De61c219b70428Bb3199F0DD88bA9E76bfEE',
|
|
158
168
|
isAlgebra: false,
|
|
159
169
|
},
|
|
160
|
-
|
|
170
|
+
[types_1.SupportedDex.Equalizer2Thick]: {
|
|
161
171
|
factoryAddress: '0x4FD26d58de76b5E932548f11ab0d9E92d4FF65C8',
|
|
162
172
|
depositGuard: {
|
|
163
173
|
address: '0xE47d9A62c7982e7c8991223270E60903A9B85B45',
|
|
@@ -167,7 +177,7 @@ exports.addressConfig = (_a = {},
|
|
|
167
177
|
isAlgebra: false,
|
|
168
178
|
is2Thick: true,
|
|
169
179
|
},
|
|
170
|
-
|
|
180
|
+
[types_1.SupportedDex.Henjin]: {
|
|
171
181
|
factoryAddress: '0x51a0D74e1791399cE02aafD9a21dc4637Fe57959',
|
|
172
182
|
depositGuard: {
|
|
173
183
|
address: '0xc7944fB8e8F4c89e7D8a997F59F2efec3Ce02B12',
|
|
@@ -177,7 +187,7 @@ exports.addressConfig = (_a = {},
|
|
|
177
187
|
isAlgebra: true,
|
|
178
188
|
ammVersion: exports.AMM_VERSIONS.ALGEBRA_INTEGRAL,
|
|
179
189
|
},
|
|
180
|
-
|
|
190
|
+
[types_1.SupportedDex.Hydrex]: {
|
|
181
191
|
factoryAddress: '0x2b52c416F723F16e883E53f3f16435B51300280a',
|
|
182
192
|
depositGuard: {
|
|
183
193
|
address: '0x9A0EBEc47c85fD30F1fdc90F57d2b178e84DC8d8',
|
|
@@ -187,7 +197,7 @@ exports.addressConfig = (_a = {},
|
|
|
187
197
|
isAlgebra: true,
|
|
188
198
|
ammVersion: exports.AMM_VERSIONS.ALGEBRA_INTEGRAL,
|
|
189
199
|
},
|
|
190
|
-
|
|
200
|
+
[types_1.SupportedDex.Kim]: {
|
|
191
201
|
factoryAddress: '0x28cF3b462a1ADdE87fe7144d110BcF0D464C97b7',
|
|
192
202
|
depositGuard: {
|
|
193
203
|
address: '0xd8Bb912F45681C2e637F884aAE14C6c784aB1cF0',
|
|
@@ -197,7 +207,7 @@ exports.addressConfig = (_a = {},
|
|
|
197
207
|
isAlgebra: true,
|
|
198
208
|
ammVersion: exports.AMM_VERSIONS.ALGEBRA_INTEGRAL,
|
|
199
209
|
},
|
|
200
|
-
|
|
210
|
+
[types_1.SupportedDex.Pancakeswap]: {
|
|
201
211
|
factoryAddress: '0x24430E837efB64EF87bb32be03437fc6005EEF74',
|
|
202
212
|
depositGuard: {
|
|
203
213
|
address: '0xfA196A6c9137B320E8801252E3020f25aEe5C234',
|
|
@@ -206,7 +216,7 @@ exports.addressConfig = (_a = {},
|
|
|
206
216
|
vaultDeployerAddress: '0x7d11De61c219b70428Bb3199F0DD88bA9E76bfEE',
|
|
207
217
|
isAlgebra: false,
|
|
208
218
|
},
|
|
209
|
-
|
|
219
|
+
[types_1.SupportedDex.Quickswap]: {
|
|
210
220
|
factoryAddress: '0x8f4E7E81a2871d84c7DCDaB6Ba6F53b6b13003Ce',
|
|
211
221
|
depositGuard: {
|
|
212
222
|
address: '0x9a35206d6b6E3fE33591A0f05E27CA4D480a35CE',
|
|
@@ -216,7 +226,7 @@ exports.addressConfig = (_a = {},
|
|
|
216
226
|
isAlgebra: true,
|
|
217
227
|
ammVersion: exports.AMM_VERSIONS.ALGEBRA_INTEGRAL,
|
|
218
228
|
},
|
|
219
|
-
|
|
229
|
+
[types_1.SupportedDex.Thirdfy]: {
|
|
220
230
|
factoryAddress: '0xaF5EA18bc8296e1EdF253d6f766a6e184eCAf1c3',
|
|
221
231
|
depositGuard: {
|
|
222
232
|
address: '0x726e0A1D0fE3B9b2A7759401887812a1afb0696e',
|
|
@@ -226,7 +236,7 @@ exports.addressConfig = (_a = {},
|
|
|
226
236
|
isAlgebra: true,
|
|
227
237
|
ammVersion: exports.AMM_VERSIONS.ALGEBRA_INTEGRAL,
|
|
228
238
|
},
|
|
229
|
-
|
|
239
|
+
[types_1.SupportedDex.Trebleswap]: {
|
|
230
240
|
factoryAddress: '0xbA096706A850caF1cADAEfE7529Db1343a0c187E',
|
|
231
241
|
depositGuard: {
|
|
232
242
|
address: '0x01EEbBA41FA1c5c8655fDe507a816F7DF76702b2',
|
|
@@ -236,7 +246,7 @@ exports.addressConfig = (_a = {},
|
|
|
236
246
|
isAlgebra: true,
|
|
237
247
|
ammVersion: exports.AMM_VERSIONS.ALGEBRA_INTEGRAL,
|
|
238
248
|
},
|
|
239
|
-
|
|
249
|
+
[types_1.SupportedDex.UniswapV3]: {
|
|
240
250
|
factoryAddress: '0xaBe5B5AC472Ead17B4B4CaC7fAF42430748ab3b3',
|
|
241
251
|
depositGuard: {
|
|
242
252
|
address: '0xe2381b5AFae99B899596Bc550184a080dAa31F26',
|
|
@@ -245,9 +255,9 @@ exports.addressConfig = (_a = {},
|
|
|
245
255
|
vaultDeployerAddress: '0x7d11De61c219b70428Bb3199F0DD88bA9E76bfEE',
|
|
246
256
|
isAlgebra: false,
|
|
247
257
|
},
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
258
|
+
},
|
|
259
|
+
[types_1.SupportedChainId.base_sepolia]: {
|
|
260
|
+
[types_1.SupportedDex.Hydrex]: {
|
|
251
261
|
factoryAddress: '0x4431CFdA42fB518A87f5928774DeA5389c43363a',
|
|
252
262
|
depositGuard: {
|
|
253
263
|
address: '0x92d46AC86f636202d24E178505Be1D7a99F8f182',
|
|
@@ -257,7 +267,7 @@ exports.addressConfig = (_a = {},
|
|
|
257
267
|
isAlgebra: true,
|
|
258
268
|
ammVersion: exports.AMM_VERSIONS.ALGEBRA_INTEGRAL,
|
|
259
269
|
},
|
|
260
|
-
|
|
270
|
+
[types_1.SupportedDex.Thirdfy]: {
|
|
261
271
|
factoryAddress: '0x50893Df23638dB2607A3d398EaC6c65CDf847bB7',
|
|
262
272
|
depositGuard: {
|
|
263
273
|
address: '0xEb6EA277d7b0a876444dab30eEF0f154F406CfB4',
|
|
@@ -267,9 +277,9 @@ exports.addressConfig = (_a = {},
|
|
|
267
277
|
isAlgebra: true,
|
|
268
278
|
ammVersion: exports.AMM_VERSIONS.ALGEBRA_INTEGRAL,
|
|
269
279
|
},
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
280
|
+
},
|
|
281
|
+
[types_1.SupportedChainId.berachain]: {
|
|
282
|
+
[types_1.SupportedDex.Kodiak]: {
|
|
273
283
|
factoryAddress: '0x8cCd02E769e6A668a447Bd15e134C31bEccd8182',
|
|
274
284
|
depositGuard: {
|
|
275
285
|
address: '0xc0c6D4178410849eC9765B4267A73F4F64241832',
|
|
@@ -278,7 +288,7 @@ exports.addressConfig = (_a = {},
|
|
|
278
288
|
vaultDeployerAddress: '0x9Fbba6c87923af2561A2391198166b51Cf5736E8',
|
|
279
289
|
isAlgebra: false,
|
|
280
290
|
},
|
|
281
|
-
|
|
291
|
+
[types_1.SupportedDex.Wasabee]: {
|
|
282
292
|
factoryAddress: '0x7d125D0766C968353454b7A67bB2D61a97E5665d',
|
|
283
293
|
depositGuard: {
|
|
284
294
|
address: '0x3bE78614342C7763d87520b2502085761Aa4e5f8',
|
|
@@ -288,9 +298,9 @@ exports.addressConfig = (_a = {},
|
|
|
288
298
|
isAlgebra: true,
|
|
289
299
|
ammVersion: exports.AMM_VERSIONS.ALGEBRA_INTEGRAL,
|
|
290
300
|
},
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
301
|
+
},
|
|
302
|
+
[types_1.SupportedChainId.berachain_bartio]: {
|
|
303
|
+
[types_1.SupportedDex.Honeypot]: {
|
|
294
304
|
factoryAddress: '0x0aC9e4a0423eec93357e2B0F83ef8c6469FD47F7',
|
|
295
305
|
depositGuard: {
|
|
296
306
|
address: '0xD360846137c2be74c6B7624A06A809Ca3aD4e014',
|
|
@@ -300,7 +310,7 @@ exports.addressConfig = (_a = {},
|
|
|
300
310
|
isAlgebra: true,
|
|
301
311
|
ammVersion: exports.AMM_VERSIONS.ALGEBRA_INTEGRAL,
|
|
302
312
|
},
|
|
303
|
-
|
|
313
|
+
[types_1.SupportedDex.Kodiak]: {
|
|
304
314
|
factoryAddress: '0xCa8310832053de4909fe1A6C89C7200D033CBB76',
|
|
305
315
|
depositGuard: {
|
|
306
316
|
address: '0x0Dad5a47adbec92E7472F6F34AC066798dEdEE40',
|
|
@@ -309,9 +319,9 @@ exports.addressConfig = (_a = {},
|
|
|
309
319
|
vaultDeployerAddress: '0x249397Aa78bE5955DBc2102DF31B3FB2A92B1AA8',
|
|
310
320
|
isAlgebra: false,
|
|
311
321
|
},
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
322
|
+
},
|
|
323
|
+
[types_1.SupportedChainId.blast]: {
|
|
324
|
+
[types_1.SupportedDex.Fenix]: {
|
|
315
325
|
factoryAddress: '0xb42D5956cDe4386B65C087CfCD16910aB6114F15',
|
|
316
326
|
depositGuard: {
|
|
317
327
|
address: '0xd4493957338e3f66214c733883F789b99558758F',
|
|
@@ -321,7 +331,7 @@ exports.addressConfig = (_a = {},
|
|
|
321
331
|
isAlgebra: true,
|
|
322
332
|
ammVersion: exports.AMM_VERSIONS.ALGEBRA_INTEGRAL,
|
|
323
333
|
},
|
|
324
|
-
|
|
334
|
+
[types_1.SupportedDex.Thruster]: {
|
|
325
335
|
factoryAddress: '0x2145B1CCe3A13AF4fBB14131f1F480fc121EAD93',
|
|
326
336
|
depositGuard: {
|
|
327
337
|
address: '0x8346A803e1754f9d4c6935aee1fd864Ff15955F1',
|
|
@@ -330,7 +340,7 @@ exports.addressConfig = (_a = {},
|
|
|
330
340
|
vaultDeployerAddress: '0xaD7cf2b8ce5eB8b75dA393fc164C4F4502761379',
|
|
331
341
|
isAlgebra: false,
|
|
332
342
|
},
|
|
333
|
-
|
|
343
|
+
[types_1.SupportedDex.UniswapV3]: {
|
|
334
344
|
factoryAddress: '0x9FAb4bdD4E05f5C023CCC85D2071b49791D7418F',
|
|
335
345
|
depositGuard: {
|
|
336
346
|
address: '0xb62399d23d1c81f08eA445A42d7F15cC12090A71',
|
|
@@ -339,9 +349,9 @@ exports.addressConfig = (_a = {},
|
|
|
339
349
|
vaultDeployerAddress: '0xaD7cf2b8ce5eB8b75dA393fc164C4F4502761379',
|
|
340
350
|
isAlgebra: false,
|
|
341
351
|
},
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
352
|
+
},
|
|
353
|
+
[types_1.SupportedChainId.blast_sepolia_testnet]: {
|
|
354
|
+
[types_1.SupportedDex.Fenix]: {
|
|
345
355
|
factoryAddress: '0xA23A224add122F31EeD712E0C074CE0501b4CDC6',
|
|
346
356
|
depositGuard: {
|
|
347
357
|
address: '0x138361EA0f91CEcDe6A282089EdfEeB740076724',
|
|
@@ -351,9 +361,9 @@ exports.addressConfig = (_a = {},
|
|
|
351
361
|
isAlgebra: true,
|
|
352
362
|
ammVersion: exports.AMM_VERSIONS.ALGEBRA_INTEGRAL,
|
|
353
363
|
},
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
364
|
+
},
|
|
365
|
+
[types_1.SupportedChainId.botanix]: {
|
|
366
|
+
[types_1.SupportedDex.Bitzy]: {
|
|
357
367
|
factoryAddress: '0x53511764DE94CdA43CbBadFFCca3F29D2EFAB0F8',
|
|
358
368
|
depositGuard: {
|
|
359
369
|
address: '0xd68b0114dB1e3CAcb5A334AA8aF3D14295c772E7',
|
|
@@ -362,9 +372,9 @@ exports.addressConfig = (_a = {},
|
|
|
362
372
|
vaultDeployerAddress: '0x7d11De61c219b70428Bb3199F0DD88bA9E76bfEE',
|
|
363
373
|
isAlgebra: false,
|
|
364
374
|
},
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
375
|
+
},
|
|
376
|
+
[types_1.SupportedChainId.bsc]: {
|
|
377
|
+
[types_1.SupportedDex.UniswapV3]: {
|
|
368
378
|
factoryAddress: '0x065356d9f628cDd1bb9F2384E2972CdAC50f51b7',
|
|
369
379
|
depositGuard: {
|
|
370
380
|
address: '0xa9b751f37857790D0412c81B072DB57CCc0aF545',
|
|
@@ -373,7 +383,7 @@ exports.addressConfig = (_a = {},
|
|
|
373
383
|
vaultDeployerAddress: '0x05cC3CA6E768a68A7f86b09e3ceE754437bd5f12',
|
|
374
384
|
isAlgebra: false,
|
|
375
385
|
},
|
|
376
|
-
|
|
386
|
+
[types_1.SupportedDex.Pancakeswap]: {
|
|
377
387
|
factoryAddress: '0x131c03ca881B7cC66d7a5120A9273ebf675C241D',
|
|
378
388
|
depositGuard: {
|
|
379
389
|
address: '0x2174154294729e593001CBF0232fb787a914b232',
|
|
@@ -382,7 +392,7 @@ exports.addressConfig = (_a = {},
|
|
|
382
392
|
vaultDeployerAddress: '0x05cC3CA6E768a68A7f86b09e3ceE754437bd5f12',
|
|
383
393
|
isAlgebra: false,
|
|
384
394
|
},
|
|
385
|
-
|
|
395
|
+
[types_1.SupportedDex.Thena]: {
|
|
386
396
|
factoryAddress: '0xAc93148e93d1C49D89b1166BFd74942E80F5D501',
|
|
387
397
|
depositGuard: {
|
|
388
398
|
address: '0xd9272a45BbF488816C6A5351894bCE7b04a66eE1',
|
|
@@ -391,7 +401,7 @@ exports.addressConfig = (_a = {},
|
|
|
391
401
|
vaultDeployerAddress: '0x05cC3CA6E768a68A7f86b09e3ceE754437bd5f12',
|
|
392
402
|
isAlgebra: true,
|
|
393
403
|
},
|
|
394
|
-
|
|
404
|
+
[types_1.SupportedDex.ThenaV3Fees]: {
|
|
395
405
|
factoryAddress: '0x7ca1Fe9087c264518a6420ADC41841DeA9c86BDb',
|
|
396
406
|
depositGuard: {
|
|
397
407
|
address: '0xfac2f9E2c03185d34982B99198765955b56b6933',
|
|
@@ -401,7 +411,7 @@ exports.addressConfig = (_a = {},
|
|
|
401
411
|
isAlgebra: true,
|
|
402
412
|
ammVersion: exports.AMM_VERSIONS.ALGEBRA_INTEGRAL,
|
|
403
413
|
},
|
|
404
|
-
|
|
414
|
+
[types_1.SupportedDex.ThenaV3Rewards]: {
|
|
405
415
|
factoryAddress: '0x076e46A317DfAE50eEF30dca94Ff41A63118948D',
|
|
406
416
|
depositGuard: {
|
|
407
417
|
address: '0x2b52c416F723F16e883E53f3f16435B51300280a',
|
|
@@ -411,9 +421,9 @@ exports.addressConfig = (_a = {},
|
|
|
411
421
|
isAlgebra: true,
|
|
412
422
|
ammVersion: exports.AMM_VERSIONS.ALGEBRA_INTEGRAL,
|
|
413
423
|
},
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
424
|
+
},
|
|
425
|
+
[types_1.SupportedChainId.celo]: {
|
|
426
|
+
[types_1.SupportedDex.Ubeswap]: {
|
|
417
427
|
factoryAddress: '0x8D05f6870106707BaeCFCf5C0570DB7a583eb92A',
|
|
418
428
|
depositGuard: {
|
|
419
429
|
address: '0x238394541dE407Fd494e455eF17C9D991F4FBEd8',
|
|
@@ -422,7 +432,7 @@ exports.addressConfig = (_a = {},
|
|
|
422
432
|
vaultDeployerAddress: '0xfAcD9c86f7766A5171bb0F9927De808929429A47',
|
|
423
433
|
isAlgebra: false,
|
|
424
434
|
},
|
|
425
|
-
|
|
435
|
+
[types_1.SupportedDex.UniswapV3]: {
|
|
426
436
|
factoryAddress: '0x9FAb4bdD4E05f5C023CCC85D2071b49791D7418F',
|
|
427
437
|
depositGuard: {
|
|
428
438
|
address: '0x62fd1824C810906F449227F1f453528bb54774C2',
|
|
@@ -431,7 +441,7 @@ exports.addressConfig = (_a = {},
|
|
|
431
441
|
vaultDeployerAddress: '0xfAcD9c86f7766A5171bb0F9927De808929429A47',
|
|
432
442
|
isAlgebra: false,
|
|
433
443
|
},
|
|
434
|
-
|
|
444
|
+
[types_1.SupportedDex.Velodrome]: {
|
|
435
445
|
factoryAddress: '0x82DcA62C4B5Dd28Cc85CE8Ae3B170Ce020e33870',
|
|
436
446
|
depositGuard: {
|
|
437
447
|
address: '0x141dB85183DDB07Dee22C33846aebDe2101D9F25',
|
|
@@ -441,9 +451,9 @@ exports.addressConfig = (_a = {},
|
|
|
441
451
|
isAlgebra: false,
|
|
442
452
|
ammVersion: exports.AMM_VERSIONS.VELODROME,
|
|
443
453
|
},
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
454
|
+
},
|
|
455
|
+
[types_1.SupportedChainId.citrea_testnet]: {
|
|
456
|
+
[types_1.SupportedDex.Satsuma]: {
|
|
447
457
|
factoryAddress: '0x8cCd02E769e6A668a447Bd15e134C31bEccd8182',
|
|
448
458
|
depositGuard: {
|
|
449
459
|
address: '0xcA3534C15Cc22535BF880Ba204c69340f813730b',
|
|
@@ -453,9 +463,9 @@ exports.addressConfig = (_a = {},
|
|
|
453
463
|
isAlgebra: true,
|
|
454
464
|
ammVersion: exports.AMM_VERSIONS.ALGEBRA_INTEGRAL,
|
|
455
465
|
},
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
466
|
+
},
|
|
467
|
+
[types_1.SupportedChainId.cronos]: {
|
|
468
|
+
[types_1.SupportedDex.VVS]: {
|
|
459
469
|
factoryAddress: '0x8cCd02E769e6A668a447Bd15e134C31bEccd8182',
|
|
460
470
|
depositGuard: {
|
|
461
471
|
address: '0x05043eE22e5E64677D42A632D42a5cb15187947B ',
|
|
@@ -464,9 +474,9 @@ exports.addressConfig = (_a = {},
|
|
|
464
474
|
vaultDeployerAddress: '0xb3104ba008610C2CC7F665F2a6117f2E93515309',
|
|
465
475
|
isAlgebra: false,
|
|
466
476
|
},
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
477
|
+
},
|
|
478
|
+
[types_1.SupportedChainId.eon]: {
|
|
479
|
+
[types_1.SupportedDex.Ascent]: {
|
|
470
480
|
factoryAddress: '0x242cd12579467983dc521D8aC46EB13936ab65De',
|
|
471
481
|
depositGuard: {
|
|
472
482
|
address: '0xaBe5B5AC472Ead17B4B4CaC7fAF42430748ab3b3',
|
|
@@ -475,9 +485,9 @@ exports.addressConfig = (_a = {},
|
|
|
475
485
|
vaultDeployerAddress: '0xB9200A707f11357D3B1cBDEbd51c8dDA84960Bde',
|
|
476
486
|
isAlgebra: false,
|
|
477
487
|
},
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
488
|
+
},
|
|
489
|
+
[types_1.SupportedChainId.evmos]: {
|
|
490
|
+
[types_1.SupportedDex.Forge]: {
|
|
481
491
|
factoryAddress: '0x7c6389714719c68caac8ae06bae6e878b3605f6d',
|
|
482
492
|
depositGuard: {
|
|
483
493
|
address: '0x0248b992ac2a75294b05286E9DD3A2bD3C9CFE4B',
|
|
@@ -486,9 +496,9 @@ exports.addressConfig = (_a = {},
|
|
|
486
496
|
vaultDeployerAddress: '0x5BD1EC3Aba15642a25FBA7b49497b4e49Ebf9C83',
|
|
487
497
|
isAlgebra: false,
|
|
488
498
|
},
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
499
|
+
},
|
|
500
|
+
[types_1.SupportedChainId.fantom]: {
|
|
501
|
+
[types_1.SupportedDex.Equalizer]: {
|
|
492
502
|
factoryAddress: '0x932E1908461De58b0891E5022431dc995Cb95C5E',
|
|
493
503
|
depositGuard: {
|
|
494
504
|
address: '0xb62399d23d1c81f08eA445A42d7F15cC12090A71',
|
|
@@ -497,7 +507,7 @@ exports.addressConfig = (_a = {},
|
|
|
497
507
|
vaultDeployerAddress: '0xE495eFdf1d19668a27042D30ee22AC3C58b6fB6c',
|
|
498
508
|
isAlgebra: false,
|
|
499
509
|
},
|
|
500
|
-
|
|
510
|
+
[types_1.SupportedDex.SpiritSwap]: {
|
|
501
511
|
factoryAddress: '0x89FFdaa18b296d9F0CF02fBD88e5c633FEFA5f34',
|
|
502
512
|
depositGuard: {
|
|
503
513
|
address: '0x02F4a98A4e59E8c7Ba3269cbcd1F1e9F3eCcfcf5',
|
|
@@ -507,9 +517,9 @@ exports.addressConfig = (_a = {},
|
|
|
507
517
|
isAlgebra: true,
|
|
508
518
|
ammVersion: exports.AMM_VERSIONS.ALGEBRA_INTEGRAL,
|
|
509
519
|
},
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
520
|
+
},
|
|
521
|
+
[types_1.SupportedChainId.flare]: {
|
|
522
|
+
[types_1.SupportedDex.SparkDex]: {
|
|
513
523
|
factoryAddress: '0x85a4dd4ed356A7976a8302b1b690202d58583c55',
|
|
514
524
|
depositGuard: {
|
|
515
525
|
address: '0x4F15CED4dD9B8eF545809431c177a3ae46A29c37',
|
|
@@ -518,7 +528,7 @@ exports.addressConfig = (_a = {},
|
|
|
518
528
|
vaultDeployerAddress: '0x2d1918dBa43d55B9F0E2596aecC74826BbB7d668',
|
|
519
529
|
isAlgebra: false,
|
|
520
530
|
},
|
|
521
|
-
|
|
531
|
+
[types_1.SupportedDex.SparkDexV1]: {
|
|
522
532
|
factoryAddress: '0x9FAb4bdD4E05f5C023CCC85D2071b49791D7418F',
|
|
523
533
|
depositGuard: {
|
|
524
534
|
address: '0x4F15CED4dD9B8eF545809431c177a3ae46A29c37',
|
|
@@ -527,9 +537,9 @@ exports.addressConfig = (_a = {},
|
|
|
527
537
|
vaultDeployerAddress: '0x2d1918dBa43d55B9F0E2596aecC74826BbB7d668',
|
|
528
538
|
isAlgebra: false,
|
|
529
539
|
},
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
540
|
+
},
|
|
541
|
+
[types_1.SupportedChainId.flow]: {
|
|
542
|
+
[types_1.SupportedDex.FlowSwap]: {
|
|
533
543
|
factoryAddress: '0x6992bB9dDbf44166e3739c8A3147e7e70a082cEb',
|
|
534
544
|
depositGuard: {
|
|
535
545
|
address: '0xA3E172C181508A63571840cB8E42723F082bCeC2',
|
|
@@ -538,7 +548,7 @@ exports.addressConfig = (_a = {},
|
|
|
538
548
|
vaultDeployerAddress: '0x2ca0824135b7da7B956CD1B851C451Bc801eb976',
|
|
539
549
|
isAlgebra: false,
|
|
540
550
|
},
|
|
541
|
-
|
|
551
|
+
[types_1.SupportedDex.KittyPunch]: {
|
|
542
552
|
factoryAddress: '0x3bE78614342C7763d87520b2502085761Aa4e5f8',
|
|
543
553
|
depositGuard: {
|
|
544
554
|
address: '0xe48aD9fDB787ff25f7bBb400Fc993122d430C8E1',
|
|
@@ -547,9 +557,9 @@ exports.addressConfig = (_a = {},
|
|
|
547
557
|
vaultDeployerAddress: '0x2ca0824135b7da7B956CD1B851C451Bc801eb976',
|
|
548
558
|
isAlgebra: false,
|
|
549
559
|
},
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
560
|
+
},
|
|
561
|
+
[types_1.SupportedChainId.fuse]: {
|
|
562
|
+
[types_1.SupportedDex.Voltage]: {
|
|
553
563
|
factoryAddress: '0xfBf38920cCbCFF7268Ad714ae5F9Fad6dF607065',
|
|
554
564
|
depositGuard: {
|
|
555
565
|
address: '0xADDA3A15EA71c223a82Af86d4578EF2B076035F1',
|
|
@@ -558,9 +568,9 @@ exports.addressConfig = (_a = {},
|
|
|
558
568
|
vaultDeployerAddress: '0x9f99f94B6AF33a04684Ab3c9578608a2Ae1706AA',
|
|
559
569
|
isAlgebra: false,
|
|
560
570
|
},
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
571
|
+
},
|
|
572
|
+
[types_1.SupportedChainId.haven1]: {
|
|
573
|
+
[types_1.SupportedDex.hSwap]: {
|
|
564
574
|
factoryAddress: '0x53511764DE94CdA43CbBadFFCca3F29D2EFAB0F8',
|
|
565
575
|
depositGuard: {
|
|
566
576
|
address: '0xf0d899E6582CF2fd1A05F52C8e1b3a56feD9fdb9',
|
|
@@ -569,9 +579,9 @@ exports.addressConfig = (_a = {},
|
|
|
569
579
|
vaultDeployerAddress: '0x19ad5C1d7867115a0545DCA69884Aa2DA0bfb3B1',
|
|
570
580
|
isAlgebra: false,
|
|
571
581
|
},
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
582
|
+
},
|
|
583
|
+
[types_1.SupportedChainId.haven1_devnet]: {
|
|
584
|
+
[types_1.SupportedDex.hSwap]: {
|
|
575
585
|
factoryAddress: '0xbBB97d634460DACCA0d41E249510Bb741ef46ad3',
|
|
576
586
|
depositGuard: {
|
|
577
587
|
address: '0x0e44F5cdaBefe34d5B729acFa0a79971FFBC0E7e',
|
|
@@ -580,9 +590,9 @@ exports.addressConfig = (_a = {},
|
|
|
580
590
|
vaultDeployerAddress: '0x9D821cb8b2D02115cEFe677E61582b6275770cbF',
|
|
581
591
|
isAlgebra: false,
|
|
582
592
|
},
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
593
|
+
},
|
|
594
|
+
[types_1.SupportedChainId.hedera]: {
|
|
595
|
+
[types_1.SupportedDex.SaucerSwap]: {
|
|
586
596
|
factoryAddress: '0xb62399d23d1c81f08ea445a42d7f15cc12090a71',
|
|
587
597
|
depositGuard: {
|
|
588
598
|
address: '0x1B0ef045830466171D617dD0F1142aD699A4Cd63',
|
|
@@ -591,7 +601,7 @@ exports.addressConfig = (_a = {},
|
|
|
591
601
|
vaultDeployerAddress: '0x8514B2Fa2889F7A2f46F1AA66b514999F2a7327F',
|
|
592
602
|
isAlgebra: false,
|
|
593
603
|
},
|
|
594
|
-
|
|
604
|
+
[types_1.SupportedDex.Bonzo]: {
|
|
595
605
|
factoryAddress: '0x822b0bE4958ab5b4A48DA3c5f68Fc54846093618',
|
|
596
606
|
depositGuard: {
|
|
597
607
|
address: '0xCCD6D4a3308cb318BFFebF03030585cF40A6cfa2',
|
|
@@ -600,9 +610,9 @@ exports.addressConfig = (_a = {},
|
|
|
600
610
|
vaultDeployerAddress: '0xC159b19C5bd0E4a0709eC13C1303Ff2Bb67F7145',
|
|
601
611
|
isAlgebra: false,
|
|
602
612
|
},
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
613
|
+
},
|
|
614
|
+
[types_1.SupportedChainId.hedera_testnet]: {
|
|
615
|
+
[types_1.SupportedDex.SaucerSwap]: {
|
|
606
616
|
factoryAddress: '0x3DfD6dd38F055188adCb2332C2926DDA28d318bD',
|
|
607
617
|
depositGuard: {
|
|
608
618
|
address: '0x16Dd62dB239DF67786F0AB7596C445aCDe81a16F',
|
|
@@ -611,9 +621,9 @@ exports.addressConfig = (_a = {},
|
|
|
611
621
|
vaultDeployerAddress: '0xEc7428cB95cD92e7556172FfBe735c6D48f6DEB7',
|
|
612
622
|
isAlgebra: false,
|
|
613
623
|
},
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
624
|
+
},
|
|
625
|
+
[types_1.SupportedChainId.hemi]: {
|
|
626
|
+
[types_1.SupportedDex.Sushiswap]: {
|
|
617
627
|
factoryAddress: '0x5541Bcd3d163326CF12267D1cF6207dbde788348',
|
|
618
628
|
depositGuard: {
|
|
619
629
|
address: '0x4196f1cD200739AAC173D83853B4060DA1adB1F6',
|
|
@@ -622,7 +632,7 @@ exports.addressConfig = (_a = {},
|
|
|
622
632
|
vaultDeployerAddress: '0xAFE7041797E8916616952a719971575f352e2b0d',
|
|
623
633
|
isAlgebra: false,
|
|
624
634
|
},
|
|
625
|
-
|
|
635
|
+
[types_1.SupportedDex.UniswapV3]: {
|
|
626
636
|
factoryAddress: '0x8cCd02E769e6A668a447Bd15e134C31bEccd8182',
|
|
627
637
|
depositGuard: {
|
|
628
638
|
address: '0x38e6706860dE0b96CD12Eff815DEDF01E5fe0722',
|
|
@@ -631,9 +641,9 @@ exports.addressConfig = (_a = {},
|
|
|
631
641
|
vaultDeployerAddress: '0xAFE7041797E8916616952a719971575f352e2b0d',
|
|
632
642
|
isAlgebra: false,
|
|
633
643
|
},
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
644
|
+
},
|
|
645
|
+
[types_1.SupportedChainId.hyperevm]: {
|
|
646
|
+
[types_1.SupportedDex.HyperSwap]: {
|
|
637
647
|
factoryAddress: '0xCd952718e6Ef25ac7DBDDd55E501AAA0177dbfA0',
|
|
638
648
|
depositGuard: {
|
|
639
649
|
address: '0x4a72DE60A93055139EfB3Dc8F021ceeCaD8CAa7a',
|
|
@@ -642,7 +652,7 @@ exports.addressConfig = (_a = {},
|
|
|
642
652
|
vaultDeployerAddress: '0xd71D9b66875C7d57AD630ee58F82e5e76B227aaB',
|
|
643
653
|
isAlgebra: false,
|
|
644
654
|
},
|
|
645
|
-
|
|
655
|
+
[types_1.SupportedDex.Nest]: {
|
|
646
656
|
factoryAddress: '0x2A3EB890dC0902c7Ca6CC71a1E9670463b32a3f0',
|
|
647
657
|
depositGuard: {
|
|
648
658
|
address: '0x547aD1D6ff5127b89BBdC20656C92Df87cf0F39c',
|
|
@@ -652,9 +662,9 @@ exports.addressConfig = (_a = {},
|
|
|
652
662
|
isAlgebra: true,
|
|
653
663
|
ammVersion: exports.AMM_VERSIONS.ALGEBRA_INTEGRAL,
|
|
654
664
|
},
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
|
|
665
|
+
},
|
|
666
|
+
[types_1.SupportedChainId.ink]: {
|
|
667
|
+
[types_1.SupportedDex.Reservoir]: {
|
|
658
668
|
factoryAddress: '0x65CD1f0ac298519BE4891B5812053e00BD2074AC',
|
|
659
669
|
depositGuard: {
|
|
660
670
|
address: '0x51339a25FB3f8351c43b4B552AF82C1B234FED93',
|
|
@@ -663,7 +673,7 @@ exports.addressConfig = (_a = {},
|
|
|
663
673
|
vaultDeployerAddress: '0xcBd1F70235904d3764f5d159022BA0281536E3E8',
|
|
664
674
|
isAlgebra: false,
|
|
665
675
|
},
|
|
666
|
-
|
|
676
|
+
[types_1.SupportedDex.Velodrome]: {
|
|
667
677
|
factoryAddress: '0x822b0bE4958ab5b4A48DA3c5f68Fc54846093618',
|
|
668
678
|
depositGuard: {
|
|
669
679
|
address: '0x2AB2C46dF4146E092bAC933B73Ed37B420Ae52EA',
|
|
@@ -673,9 +683,9 @@ exports.addressConfig = (_a = {},
|
|
|
673
683
|
isAlgebra: false,
|
|
674
684
|
ammVersion: exports.AMM_VERSIONS.VELODROME,
|
|
675
685
|
},
|
|
676
|
-
|
|
677
|
-
|
|
678
|
-
|
|
686
|
+
},
|
|
687
|
+
[types_1.SupportedChainId.ink_sepolia]: {
|
|
688
|
+
[types_1.SupportedDex.UniswapV3]: {
|
|
679
689
|
factoryAddress: '0x259743Ff627313D55b6a15735bD40Aa9aC4D6aDE',
|
|
680
690
|
depositGuard: {
|
|
681
691
|
address: '0xCa8310832053de4909fe1A6C89C7200D033CBB76',
|
|
@@ -684,9 +694,9 @@ exports.addressConfig = (_a = {},
|
|
|
684
694
|
vaultDeployerAddress: '0xC5901f39c510c6D8c4d7b692608A6AA8982E4C3f',
|
|
685
695
|
isAlgebra: false,
|
|
686
696
|
},
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
697
|
+
},
|
|
698
|
+
[types_1.SupportedChainId.katana]: {
|
|
699
|
+
[types_1.SupportedDex.Sushiswap]: {
|
|
690
700
|
factoryAddress: '0x9176B8Eb7Fdff309BE258F2F2eDB32a8b79f19B5',
|
|
691
701
|
depositGuard: {
|
|
692
702
|
address: '0x046c3B5de733524468097A51dfeAd097B2ddbAdD',
|
|
@@ -695,9 +705,9 @@ exports.addressConfig = (_a = {},
|
|
|
695
705
|
vaultDeployerAddress: '0x76c34b69c3c4726dedb89AE51a4Ae40B0F09F2a2',
|
|
696
706
|
isAlgebra: false,
|
|
697
707
|
},
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
708
|
+
},
|
|
709
|
+
[types_1.SupportedChainId.kava]: {
|
|
710
|
+
[types_1.SupportedDex.Kinetix]: {
|
|
701
711
|
factoryAddress: '0x2d2c72C4dC71AA32D64e5142e336741131A73fc0',
|
|
702
712
|
depositGuard: {
|
|
703
713
|
address: '0xADDA3A15EA71c223a82Af86d4578EF2B076035F1',
|
|
@@ -706,9 +716,9 @@ exports.addressConfig = (_a = {},
|
|
|
706
716
|
vaultDeployerAddress: '0x75178e0a2829B73E3AE4C21eE64F4B684085392a',
|
|
707
717
|
isAlgebra: false,
|
|
708
718
|
},
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
719
|
+
},
|
|
720
|
+
[types_1.SupportedChainId.linea]: {
|
|
721
|
+
[types_1.SupportedDex.Linehub]: {
|
|
712
722
|
factoryAddress: '0xb0e7871d53BE1b1d746bBfD9511e2eF3cD70a6E7',
|
|
713
723
|
depositGuard: {
|
|
714
724
|
address: '0x60f50858953dBf1A699B88037D9dce235b8c505D',
|
|
@@ -717,7 +727,7 @@ exports.addressConfig = (_a = {},
|
|
|
717
727
|
vaultDeployerAddress: '0x75178e0a2829B73E3AE4C21eE64F4B684085392a',
|
|
718
728
|
isAlgebra: false,
|
|
719
729
|
},
|
|
720
|
-
|
|
730
|
+
[types_1.SupportedDex.Lynex]: {
|
|
721
731
|
factoryAddress: '0x0248b992ac2a75294b05286E9DD3A2bD3C9CFE4B',
|
|
722
732
|
depositGuard: {
|
|
723
733
|
address: '0x57C9d919AEA56171506cfb62B60ce76be0A079DF',
|
|
@@ -726,7 +736,7 @@ exports.addressConfig = (_a = {},
|
|
|
726
736
|
vaultDeployerAddress: '0x75178e0a2829B73E3AE4C21eE64F4B684085392a',
|
|
727
737
|
isAlgebra: true,
|
|
728
738
|
},
|
|
729
|
-
|
|
739
|
+
[types_1.SupportedDex.Metavault]: {
|
|
730
740
|
factoryAddress: '0x2592686212C164C1851dF2f62c5d5EC50600195E',
|
|
731
741
|
depositGuard: {
|
|
732
742
|
address: '0x92Bce3972916C2CEDA46c4EEbC9684aC26EFfe5B',
|
|
@@ -735,7 +745,7 @@ exports.addressConfig = (_a = {},
|
|
|
735
745
|
vaultDeployerAddress: '0x75178e0a2829B73E3AE4C21eE64F4B684085392a',
|
|
736
746
|
isAlgebra: false,
|
|
737
747
|
},
|
|
738
|
-
|
|
748
|
+
[types_1.SupportedDex.Nile]: {
|
|
739
749
|
factoryAddress: '0xa29F3D5403D50Ea1BF597E2Ef01791A1Ce4F544E',
|
|
740
750
|
depositGuard: {
|
|
741
751
|
address: '0x19227E17944FAF42419F019Dcc8762C400fE50A7',
|
|
@@ -744,7 +754,7 @@ exports.addressConfig = (_a = {},
|
|
|
744
754
|
vaultDeployerAddress: '0x75178e0a2829B73E3AE4C21eE64F4B684085392a',
|
|
745
755
|
isAlgebra: false,
|
|
746
756
|
},
|
|
747
|
-
|
|
757
|
+
[types_1.SupportedDex.UniswapV3]: {
|
|
748
758
|
factoryAddress: '0x6E3eB904966B0158833852cAFD1200c171772b53',
|
|
749
759
|
depositGuard: {
|
|
750
760
|
address: '0xCf99c2b3D1a9588A9a9A34eab25cD6f425FA8801',
|
|
@@ -753,9 +763,9 @@ exports.addressConfig = (_a = {},
|
|
|
753
763
|
vaultDeployerAddress: '0x75178e0a2829B73E3AE4C21eE64F4B684085392a',
|
|
754
764
|
isAlgebra: false,
|
|
755
765
|
},
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
766
|
+
},
|
|
767
|
+
[types_1.SupportedChainId.mantle]: {
|
|
768
|
+
[types_1.SupportedDex.Agni]: {
|
|
759
769
|
factoryAddress: '0x92Bce3972916C2CEDA46c4EEbC9684aC26EFfe5B',
|
|
760
770
|
depositGuard: {
|
|
761
771
|
address: '0x2121AA95a8B05d9C1Db90368B60C6867618814b8',
|
|
@@ -764,7 +774,7 @@ exports.addressConfig = (_a = {},
|
|
|
764
774
|
vaultDeployerAddress: '0xC4183bCcBa1D825A8aC971e13E698368b744F43C',
|
|
765
775
|
isAlgebra: false,
|
|
766
776
|
},
|
|
767
|
-
|
|
777
|
+
[types_1.SupportedDex.Cleo]: {
|
|
768
778
|
factoryAddress: '0xbBB97d634460DACCA0d41E249510Bb741ef46ad3',
|
|
769
779
|
depositGuard: {
|
|
770
780
|
address: '0xADDA3A15EA71c223a82Af86d4578EF2B076035F1',
|
|
@@ -773,7 +783,7 @@ exports.addressConfig = (_a = {},
|
|
|
773
783
|
vaultDeployerAddress: '0xC4183bCcBa1D825A8aC971e13E698368b744F43C',
|
|
774
784
|
isAlgebra: false,
|
|
775
785
|
},
|
|
776
|
-
|
|
786
|
+
[types_1.SupportedDex.Crust]: {
|
|
777
787
|
factoryAddress: '0x797ebB6A84367B0409094FEA0D10aC7516432433',
|
|
778
788
|
depositGuard: {
|
|
779
789
|
address: '0x15Ea9A2a0FfBaA8Ad51a10a9bda84E60585Ba0De',
|
|
@@ -782,9 +792,9 @@ exports.addressConfig = (_a = {},
|
|
|
782
792
|
vaultDeployerAddress: '0xC4183bCcBa1D825A8aC971e13E698368b744F43C',
|
|
783
793
|
isAlgebra: false,
|
|
784
794
|
},
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
795
|
+
},
|
|
796
|
+
[types_1.SupportedChainId.mode]: {
|
|
797
|
+
[types_1.SupportedDex.Kim]: {
|
|
788
798
|
factoryAddress: '0x9FAb4bdD4E05f5C023CCC85D2071b49791D7418F',
|
|
789
799
|
depositGuard: {
|
|
790
800
|
address: '0x2E76A8D053f839A04235341dF1f25235437fEDd6',
|
|
@@ -794,9 +804,9 @@ exports.addressConfig = (_a = {},
|
|
|
794
804
|
isAlgebra: true,
|
|
795
805
|
ammVersion: exports.AMM_VERSIONS.ALGEBRA_INTEGRAL,
|
|
796
806
|
},
|
|
797
|
-
|
|
798
|
-
|
|
799
|
-
|
|
807
|
+
},
|
|
808
|
+
[types_1.SupportedChainId.monad]: {
|
|
809
|
+
[types_1.SupportedDex.Atlantis]: {
|
|
800
810
|
factoryAddress: '0xA6cEEf2a9b7B080F62ea2F73F2271214F0d928F8',
|
|
801
811
|
depositGuard: {
|
|
802
812
|
address: '0xf10075dA7DD842e8c5FBa17398e8F64F39C201E2',
|
|
@@ -806,9 +816,9 @@ exports.addressConfig = (_a = {},
|
|
|
806
816
|
isAlgebra: true,
|
|
807
817
|
ammVersion: exports.AMM_VERSIONS.ALGEBRA_INTEGRAL,
|
|
808
818
|
},
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
|
|
819
|
+
},
|
|
820
|
+
[types_1.SupportedChainId.monad_testnet]: {
|
|
821
|
+
[types_1.SupportedDex.Atlantis]: {
|
|
812
822
|
factoryAddress: '0x4431CFdA42fB518A87f5928774DeA5389c43363a',
|
|
813
823
|
depositGuard: {
|
|
814
824
|
address: '0x8d963e46da8eC0365D7ef875dA52c53288b88C73',
|
|
@@ -818,9 +828,9 @@ exports.addressConfig = (_a = {},
|
|
|
818
828
|
isAlgebra: true,
|
|
819
829
|
ammVersion: exports.AMM_VERSIONS.ALGEBRA_INTEGRAL,
|
|
820
830
|
},
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
|
|
831
|
+
},
|
|
832
|
+
[types_1.SupportedChainId.moonbeam]: {
|
|
833
|
+
[types_1.SupportedDex.StellaSwap]: {
|
|
824
834
|
factoryAddress: '0x8cCd02E769e6A668a447Bd15e134C31bEccd8182',
|
|
825
835
|
depositGuard: {
|
|
826
836
|
address: '0x4858d61E83118f124b7dF3E908a3bb465540fFBc',
|
|
@@ -830,9 +840,9 @@ exports.addressConfig = (_a = {},
|
|
|
830
840
|
isAlgebra: true,
|
|
831
841
|
ammVersion: exports.AMM_VERSIONS.ALGEBRA_INTEGRAL,
|
|
832
842
|
},
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
843
|
+
},
|
|
844
|
+
[types_1.SupportedChainId.nibiru]: {
|
|
845
|
+
[types_1.SupportedDex.UniswapV3]: {
|
|
836
846
|
factoryAddress: '0x63703A4DdFA51B6CffC1Bb40cc73912dF62535FA',
|
|
837
847
|
depositGuard: {
|
|
838
848
|
address: '0x85a4dd4ed356A7976a8302b1b690202d58583c55',
|
|
@@ -841,9 +851,9 @@ exports.addressConfig = (_a = {},
|
|
|
841
851
|
vaultDeployerAddress: '0x88653A91538B17E58c9268573c2345A48B0493C7',
|
|
842
852
|
isAlgebra: false,
|
|
843
853
|
},
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
|
|
854
|
+
},
|
|
855
|
+
[types_1.SupportedChainId.polygon_zkevm]: {
|
|
856
|
+
[types_1.SupportedDex.Pancakeswap]: {
|
|
847
857
|
factoryAddress: '0xe8532Db60408f2d47693dA5b9093D71580B8C23F',
|
|
848
858
|
depositGuard: {
|
|
849
859
|
address: '0x71338eAcdE9eF818d4F5ff979e0E727b90Dd5F59',
|
|
@@ -852,7 +862,7 @@ exports.addressConfig = (_a = {},
|
|
|
852
862
|
vaultDeployerAddress: '0xCAE2d9760B852861e1A552b35e48c263047Fbc0f',
|
|
853
863
|
isAlgebra: false,
|
|
854
864
|
},
|
|
855
|
-
|
|
865
|
+
[types_1.SupportedDex.Quickswap]: {
|
|
856
866
|
factoryAddress: '0x1721cB3ff3cAF70a79bDE9d771B27646ed8115b1',
|
|
857
867
|
depositGuard: {
|
|
858
868
|
address: '0xC030BEf30EDE8ebd7Fd319361ceBa54c81754AD3',
|
|
@@ -861,9 +871,9 @@ exports.addressConfig = (_a = {},
|
|
|
861
871
|
vaultDeployerAddress: '0xCAE2d9760B852861e1A552b35e48c263047Fbc0f',
|
|
862
872
|
isAlgebra: true,
|
|
863
873
|
},
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
|
|
874
|
+
},
|
|
875
|
+
[types_1.SupportedChainId.real]: {
|
|
876
|
+
[types_1.SupportedDex.Pearl]: {
|
|
867
877
|
factoryAddress: '0x860F3881aCBbF05D48a324C5b8ca9004D31A146C',
|
|
868
878
|
depositGuard: {
|
|
869
879
|
address: '0x89FFdaa18b296d9F0CF02fBD88e5c633FEFA5f34',
|
|
@@ -872,9 +882,9 @@ exports.addressConfig = (_a = {},
|
|
|
872
882
|
vaultDeployerAddress: '0xBAd0700365De39C932b905002604B0A22aA4Bb77',
|
|
873
883
|
isAlgebra: false,
|
|
874
884
|
},
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
|
|
885
|
+
},
|
|
886
|
+
[types_1.SupportedChainId.rootstock]: {
|
|
887
|
+
[types_1.SupportedDex.UniswapV3]: {
|
|
878
888
|
factoryAddress: '0x8cCd02E769e6A668a447Bd15e134C31bEccd8182',
|
|
879
889
|
depositGuard: {
|
|
880
890
|
address: '0x74C85FF93D0ff3B5E48c119390EF75A43D78d549',
|
|
@@ -883,9 +893,9 @@ exports.addressConfig = (_a = {},
|
|
|
883
893
|
vaultDeployerAddress: '0x9708b4a2BDd23C8c432F04972AaDE12e4a346447',
|
|
884
894
|
isAlgebra: false,
|
|
885
895
|
},
|
|
886
|
-
|
|
887
|
-
|
|
888
|
-
|
|
896
|
+
},
|
|
897
|
+
[types_1.SupportedChainId.scroll]: {
|
|
898
|
+
[types_1.SupportedDex.UniswapV3]: {
|
|
889
899
|
factoryAddress: '0x9FAb4bdD4E05f5C023CCC85D2071b49791D7418F',
|
|
890
900
|
depositGuard: {
|
|
891
901
|
address: '0xb62399d23d1c81f08eA445A42d7F15cC12090A71',
|
|
@@ -894,7 +904,7 @@ exports.addressConfig = (_a = {},
|
|
|
894
904
|
vaultDeployerAddress: '0x596643Ce4fe8b2e72F340584cec02Ab99dA866c1',
|
|
895
905
|
isAlgebra: false,
|
|
896
906
|
},
|
|
897
|
-
|
|
907
|
+
[types_1.SupportedDex.Metavault]: {
|
|
898
908
|
factoryAddress: '0xb42D5956cDe4386B65C087CfCD16910aB6114F15',
|
|
899
909
|
depositGuard: {
|
|
900
910
|
address: '0x131c03ca881B7cC66d7a5120A9273ebf675C241D',
|
|
@@ -903,9 +913,9 @@ exports.addressConfig = (_a = {},
|
|
|
903
913
|
vaultDeployerAddress: '0x596643Ce4fe8b2e72F340584cec02Ab99dA866c1',
|
|
904
914
|
isAlgebra: false,
|
|
905
915
|
},
|
|
906
|
-
|
|
907
|
-
|
|
908
|
-
|
|
916
|
+
},
|
|
917
|
+
[types_1.SupportedChainId.skale_europa]: {
|
|
918
|
+
[types_1.SupportedDex.Sushiswap]: {
|
|
909
919
|
factoryAddress: '0x1B0ef045830466171D617dD0F1142aD699A4Cd63',
|
|
910
920
|
depositGuard: {
|
|
911
921
|
address: '0x860F3881aCBbF05D48a324C5b8ca9004D31A146C',
|
|
@@ -914,9 +924,9 @@ exports.addressConfig = (_a = {},
|
|
|
914
924
|
vaultDeployerAddress: '0xED0A10A7db58d9dB23DDfB7EEbFE1Fe863ef67aA',
|
|
915
925
|
isAlgebra: false,
|
|
916
926
|
},
|
|
917
|
-
|
|
918
|
-
|
|
919
|
-
|
|
927
|
+
},
|
|
928
|
+
[types_1.SupportedChainId.sonic]: {
|
|
929
|
+
[types_1.SupportedDex.Equalizer]: {
|
|
920
930
|
factoryAddress: '0x7D18F2D60E4fd6F485419727515807d09A542eb9',
|
|
921
931
|
depositGuard: {
|
|
922
932
|
address: '0x4c8c0D2Ca19a97896AA9135449e6d6471a53FC5f',
|
|
@@ -926,7 +936,7 @@ exports.addressConfig = (_a = {},
|
|
|
926
936
|
isAlgebra: false,
|
|
927
937
|
is2Thick: true,
|
|
928
938
|
},
|
|
929
|
-
|
|
939
|
+
[types_1.SupportedDex.SwapX]: {
|
|
930
940
|
factoryAddress: '0x34513e8A327987Bb44acF5A925a7f3b4092d8b5F',
|
|
931
941
|
depositGuard: {
|
|
932
942
|
address: '0x65CD1f0ac298519BE4891B5812053e00BD2074AC',
|
|
@@ -936,9 +946,9 @@ exports.addressConfig = (_a = {},
|
|
|
936
946
|
isAlgebra: true,
|
|
937
947
|
ammVersion: exports.AMM_VERSIONS.ALGEBRA_INTEGRAL,
|
|
938
948
|
},
|
|
939
|
-
|
|
940
|
-
|
|
941
|
-
|
|
949
|
+
},
|
|
950
|
+
[types_1.SupportedChainId.tac]: {
|
|
951
|
+
[types_1.SupportedDex.Snap]: {
|
|
942
952
|
factoryAddress: '0x3Aa31b2E925d0E872f9A68Fe057Ed677e735F38d',
|
|
943
953
|
depositGuard: {
|
|
944
954
|
address: '0x38e6706860dE0b96CD12Eff815DEDF01E5fe0722',
|
|
@@ -948,9 +958,9 @@ exports.addressConfig = (_a = {},
|
|
|
948
958
|
isAlgebra: true,
|
|
949
959
|
ammVersion: exports.AMM_VERSIONS.ALGEBRA_INTEGRAL,
|
|
950
960
|
},
|
|
951
|
-
|
|
952
|
-
|
|
953
|
-
|
|
961
|
+
},
|
|
962
|
+
[types_1.SupportedChainId.taiko]: {
|
|
963
|
+
[types_1.SupportedDex.Henjin]: {
|
|
954
964
|
factoryAddress: '0x9FAb4bdD4E05f5C023CCC85D2071b49791D7418F',
|
|
955
965
|
depositGuard: {
|
|
956
966
|
address: '0x2E76A8D053f839A04235341dF1f25235437fEDd6',
|
|
@@ -960,9 +970,9 @@ exports.addressConfig = (_a = {},
|
|
|
960
970
|
isAlgebra: true,
|
|
961
971
|
ammVersion: exports.AMM_VERSIONS.ALGEBRA_INTEGRAL,
|
|
962
972
|
},
|
|
963
|
-
|
|
964
|
-
|
|
965
|
-
|
|
973
|
+
},
|
|
974
|
+
[types_1.SupportedChainId.taiko_hekla]: {
|
|
975
|
+
[types_1.SupportedDex.Henjin]: {
|
|
966
976
|
factoryAddress: '0x7C6389714719C68cAAc8Ae06baE6E878B3605f6D',
|
|
967
977
|
depositGuard: {
|
|
968
978
|
address: '0xF8b3f6727e44abb211C0049FC849FbB091Ff765E',
|
|
@@ -972,9 +982,9 @@ exports.addressConfig = (_a = {},
|
|
|
972
982
|
isAlgebra: true,
|
|
973
983
|
ammVersion: exports.AMM_VERSIONS.ALGEBRA_INTEGRAL,
|
|
974
984
|
},
|
|
975
|
-
|
|
976
|
-
|
|
977
|
-
|
|
985
|
+
},
|
|
986
|
+
[types_1.SupportedChainId.unichain]: {
|
|
987
|
+
[types_1.SupportedDex.Catex]: {
|
|
978
988
|
factoryAddress: '0x8cCd02E769e6A668a447Bd15e134C31bEccd8182',
|
|
979
989
|
depositGuard: {
|
|
980
990
|
address: '0xEb6EA277d7b0a876444dab30eEF0f154F406CfB4',
|
|
@@ -983,9 +993,9 @@ exports.addressConfig = (_a = {},
|
|
|
983
993
|
vaultDeployerAddress: '0xf0d92E5F6Ccd4E095C4097c1635c7A75D7226114',
|
|
984
994
|
isAlgebra: false,
|
|
985
995
|
},
|
|
986
|
-
|
|
987
|
-
|
|
988
|
-
|
|
996
|
+
},
|
|
997
|
+
[types_1.SupportedChainId.unreal]: {
|
|
998
|
+
[types_1.SupportedDex.Pearl]: {
|
|
989
999
|
factoryAddress: '0x1294EC9615C91077ebdC57CfC7DDB65140750992',
|
|
990
1000
|
depositGuard: {
|
|
991
1001
|
address: '0x6DC9b390130c96b788eBEB389cb3cba992289532',
|
|
@@ -994,9 +1004,9 @@ exports.addressConfig = (_a = {},
|
|
|
994
1004
|
vaultDeployerAddress: '0xBAd0700365De39C932b905002604B0A22aA4Bb77',
|
|
995
1005
|
isAlgebra: false,
|
|
996
1006
|
},
|
|
997
|
-
|
|
998
|
-
|
|
999
|
-
|
|
1007
|
+
},
|
|
1008
|
+
[types_1.SupportedChainId.x_layer_testnet]: {
|
|
1009
|
+
[types_1.SupportedDex.XSwap]: {
|
|
1000
1010
|
factoryAddress: '0xADDA3A15EA71c223a82Af86d4578EF2B076035F1',
|
|
1001
1011
|
depositGuard: {
|
|
1002
1012
|
address: '0xe573920139a208989d83C57ea48837C6285F2cd3',
|
|
@@ -1006,9 +1016,9 @@ exports.addressConfig = (_a = {},
|
|
|
1006
1016
|
isAlgebra: true,
|
|
1007
1017
|
ammVersion: exports.AMM_VERSIONS.ALGEBRA_INTEGRAL,
|
|
1008
1018
|
},
|
|
1009
|
-
|
|
1010
|
-
|
|
1011
|
-
|
|
1019
|
+
},
|
|
1020
|
+
[types_1.SupportedChainId.zircuit]: {
|
|
1021
|
+
[types_1.SupportedDex.Ocelex]: {
|
|
1012
1022
|
factoryAddress: '0x1A58D4CFF22C7E2e0c4cCf4a0010b87822d024A1',
|
|
1013
1023
|
depositGuard: {
|
|
1014
1024
|
address: '0x259743Ff627313D55b6a15735bD40Aa9aC4D6aDE',
|
|
@@ -1017,9 +1027,9 @@ exports.addressConfig = (_a = {},
|
|
|
1017
1027
|
vaultDeployerAddress: '0x8fC4aFAA9B4C3cbE97F08e040e945411EFb18993',
|
|
1018
1028
|
isAlgebra: true,
|
|
1019
1029
|
},
|
|
1020
|
-
|
|
1021
|
-
|
|
1022
|
-
|
|
1030
|
+
},
|
|
1031
|
+
[types_1.SupportedChainId.zksync_era]: {
|
|
1032
|
+
[types_1.SupportedDex.Pancakeswap]: {
|
|
1023
1033
|
factoryAddress: '0x8a76c26E0089111989C14EF56b9733aa38B94148',
|
|
1024
1034
|
depositGuard: {
|
|
1025
1035
|
address: '0x5997487384CDae95E1AED6eAab1bb827180E1154',
|
|
@@ -1028,7 +1038,7 @@ exports.addressConfig = (_a = {},
|
|
|
1028
1038
|
isAlgebra: false,
|
|
1029
1039
|
vaultDeployerAddress: '0x12C1F03a443A5B893870ea6cBDb2362f666275Da',
|
|
1030
1040
|
},
|
|
1031
|
-
|
|
1041
|
+
[types_1.SupportedDex.Velocore]: {
|
|
1032
1042
|
factoryAddress: '0x1Cd7f4a2E9e7EFb23E27CFB9eF3a2F3CFAf27675',
|
|
1033
1043
|
depositGuard: {
|
|
1034
1044
|
address: '0x01292A32a0b8F8f56fBb8DB90d3756a0EF06C666',
|
|
@@ -1037,9 +1047,9 @@ exports.addressConfig = (_a = {},
|
|
|
1037
1047
|
vaultDeployerAddress: '0x12C1F03a443A5B893870ea6cBDb2362f666275Da',
|
|
1038
1048
|
isAlgebra: true,
|
|
1039
1049
|
},
|
|
1040
|
-
|
|
1041
|
-
|
|
1042
|
-
|
|
1050
|
+
},
|
|
1051
|
+
[types_1.SupportedChainId.zksync_era_testnet]: {
|
|
1052
|
+
[types_1.SupportedDex.Velocore]: {
|
|
1043
1053
|
factoryAddress: '0x0227f2b783b610107349da9b9DF516b8d476aB4F',
|
|
1044
1054
|
depositGuard: {
|
|
1045
1055
|
address: '0x7570c7b58c68d95F0663f89C228B7b13d05c15e6',
|
|
@@ -1048,61 +1058,59 @@ exports.addressConfig = (_a = {},
|
|
|
1048
1058
|
vaultDeployerAddress: '0x451Efff92a3a1471b7af9DDc1369D9D157E6475A',
|
|
1049
1059
|
isAlgebra: true,
|
|
1050
1060
|
},
|
|
1051
|
-
|
|
1052
|
-
|
|
1053
|
-
|
|
1054
|
-
|
|
1055
|
-
|
|
1056
|
-
|
|
1057
|
-
|
|
1058
|
-
|
|
1059
|
-
|
|
1060
|
-
|
|
1061
|
-
|
|
1062
|
-
|
|
1063
|
-
|
|
1064
|
-
|
|
1065
|
-
|
|
1066
|
-
|
|
1067
|
-
|
|
1068
|
-
|
|
1069
|
-
|
|
1070
|
-
|
|
1071
|
-
|
|
1072
|
-
|
|
1073
|
-
|
|
1074
|
-
|
|
1075
|
-
|
|
1076
|
-
|
|
1077
|
-
|
|
1078
|
-
|
|
1079
|
-
|
|
1080
|
-
|
|
1081
|
-
|
|
1082
|
-
|
|
1083
|
-
|
|
1084
|
-
|
|
1085
|
-
|
|
1086
|
-
|
|
1087
|
-
|
|
1088
|
-
|
|
1089
|
-
|
|
1090
|
-
|
|
1091
|
-
|
|
1092
|
-
|
|
1093
|
-
|
|
1094
|
-
|
|
1095
|
-
|
|
1096
|
-
|
|
1097
|
-
|
|
1098
|
-
|
|
1099
|
-
|
|
1100
|
-
|
|
1101
|
-
|
|
1102
|
-
|
|
1103
|
-
|
|
1104
|
-
|
|
1105
|
-
|
|
1106
|
-
_31[types_1.SupportedChainId.skale_europa] = '0x15bA62A09E6e295A696D02f8E4B80a8a13bF3785',
|
|
1107
|
-
_31);
|
|
1061
|
+
},
|
|
1062
|
+
};
|
|
1063
|
+
exports.MULTICALL_ADDRESSES = {
|
|
1064
|
+
[types_1.SupportedChainId.mainnet]: '0x1F98415757620B543A52E61c46B32eB19261F984',
|
|
1065
|
+
[types_1.SupportedChainId.flare]: '0x921aCCA39e8D3519A503EE4A11b56d6eEACbb2Aa',
|
|
1066
|
+
[types_1.SupportedChainId.rootstock]: '0x8CF119F15575CAb4beb427Fb485087e71a96Fbaa',
|
|
1067
|
+
[types_1.SupportedChainId.arbitrum]: '0xd9e7c0932a7D3e40Db3Fe78d95A3ED375a37Ab1a',
|
|
1068
|
+
[types_1.SupportedChainId.base_sepolia]: '0xd867e273eAbD6c853fCd0Ca0bFB6a3aE6491d2C1',
|
|
1069
|
+
[types_1.SupportedChainId.berachain]: '0x89ff70257bc747F310bB538eeFC46aDD763e75d8',
|
|
1070
|
+
[types_1.SupportedChainId.botanix]: "0xE89F840427D043ED96d70D3b63916776216f55D6",
|
|
1071
|
+
[types_1.SupportedChainId.citrea_testnet]: '0xB4F9b6b019E75CBe51af4425b2Fc12797e2Ee2a1',
|
|
1072
|
+
[types_1.SupportedChainId.cronos]: "0x088ee1FB556Cbd24383AFE3ED9812235Ee931e13",
|
|
1073
|
+
[types_1.SupportedChainId.haven1_devnet]: '0xe573920139a208989d83C57ea48837C6285F2cd3',
|
|
1074
|
+
[types_1.SupportedChainId.fantom]: '0xd9e7c0932a7D3e40Db3Fe78d95A3ED375a37Ab1a',
|
|
1075
|
+
[types_1.SupportedChainId.flow]: '0xA41Fef85d7a7DebAD0CC265Ad514716C52919559',
|
|
1076
|
+
[types_1.SupportedChainId.hedera_testnet]: '0x0B10E483AAC4340256772754d23131B6E0Dc31EA',
|
|
1077
|
+
[types_1.SupportedChainId.hedera]: '0x0B10E483AAC4340256772754d23131B6E0Dc31EA',
|
|
1078
|
+
[types_1.SupportedChainId.hemi]: '0x352A86168e6988A1aDF9A15Cb00017AAd3B67155',
|
|
1079
|
+
[types_1.SupportedChainId.hyperevm]: '0xE8571fd6629DA6E488f7BbD83e729c20Fa9B97B4',
|
|
1080
|
+
[types_1.SupportedChainId.ink]: '0xcfEA11557Bc9cB71bc6916e09fC8493D668b8d53',
|
|
1081
|
+
[types_1.SupportedChainId.ink_sepolia]: '0x27404A54D594Aa6307C3f9Be102646363d6279a1',
|
|
1082
|
+
[types_1.SupportedChainId.katana]: '0xA730CAa84B6E72bb51eD5b2A1B08bc6031a95294',
|
|
1083
|
+
[types_1.SupportedChainId.mantle]: '0xf5bb4e61ccAC9080fb520e5F69224eE85a4D588F',
|
|
1084
|
+
[types_1.SupportedChainId.mode]: '0x481BE66De423B6a0Df368b526713bA632EF23ADd',
|
|
1085
|
+
[types_1.SupportedChainId.monad]: '0xD1b797D92d87B688193A2B976eFc8D577D204343',
|
|
1086
|
+
[types_1.SupportedChainId.monad_testnet]: '0xcfEA11557Bc9cB71bc6916e09fC8493D668b8d53',
|
|
1087
|
+
[types_1.SupportedChainId.moonbeam]: '0x4F15CED4dD9B8eF545809431c177a3ae46A29c37',
|
|
1088
|
+
[types_1.SupportedChainId.nibiru]: '0x5d6b0f5335ec95cD2aB7E52f2A0750dd86502435',
|
|
1089
|
+
[types_1.SupportedChainId.sonic]: '0x9B500c0a544B870D9C4c441147dCaEf599e542E7',
|
|
1090
|
+
[types_1.SupportedChainId.tac]: '0xD360846137c2be74c6B7624A06A809Ca3aD4e014',
|
|
1091
|
+
[types_1.SupportedChainId.unichain]: '0xb7610f9b733e7d45184be3a1bc966960ccc54f0b',
|
|
1092
|
+
[types_1.SupportedChainId.zircuit]: '0x89EC5589c030FcEf8c29E7EeC491D2E73b53A623',
|
|
1093
|
+
[types_1.SupportedChainId.zksync_era_testnet]: '0x8A23CB45E5F4d5a1b2DB673663Ea2aAedc48acff',
|
|
1094
|
+
[types_1.SupportedChainId.zksync_era]: '0x95071cBD09184083E7F732a710c2e30c9882Fd5f',
|
|
1095
|
+
[types_1.SupportedChainId.polygon_zkevm]: '0xe05b539447B17630Cb087473F6b50E5c5f73FDeb',
|
|
1096
|
+
[types_1.SupportedChainId.polygon]: '0xFb6021617c03dcEF189C3f783C56e3D9ff284919',
|
|
1097
|
+
[types_1.SupportedChainId.fuse]: '0x607F5841eFf0505d3c7A868558aD4562fD176C8F',
|
|
1098
|
+
[types_1.SupportedChainId.bsc]: '0x74d8b6407b8f33b40d7a1e34375176394f59afe6',
|
|
1099
|
+
[types_1.SupportedChainId.evmos]: '0x8a4A5eEC59899F2d23B08f0188d6eB540cF4EccC',
|
|
1100
|
+
[types_1.SupportedChainId.arthera]: '0x15fCbF9bC0797567053A8265b7E6f4eC43EA7327',
|
|
1101
|
+
[types_1.SupportedChainId.arthera_testnet]: '0xEC250E6856e14A494cb1f0abC61d72348c79F418',
|
|
1102
|
+
[types_1.SupportedChainId.unreal]: '0xe573920139a208989d83C57ea48837C6285F2cd3',
|
|
1103
|
+
[types_1.SupportedChainId.real]: '0xbBB97d634460DACCA0d41E249510Bb741ef46ad3',
|
|
1104
|
+
[types_1.SupportedChainId.base]: '0x091e99cb1C49331a94dD62755D168E941AbD0693',
|
|
1105
|
+
[types_1.SupportedChainId.linea]: '0xe573920139a208989d83C57ea48837C6285F2cd3',
|
|
1106
|
+
[types_1.SupportedChainId.berachain_bartio]: '0x932E1908461De58b0891E5022431dc995Cb95C5E',
|
|
1107
|
+
[types_1.SupportedChainId.blast]: '0xdC7f370de7631cE9e2c2e1DCDA6B3B5744Cf4705',
|
|
1108
|
+
[types_1.SupportedChainId.taiko]: '0xaF0C5CBbCEfB685BF3200684d2aE19B8eA6186ca',
|
|
1109
|
+
[types_1.SupportedChainId.scroll]: '0xC1D2e074C38FdD5CA965000668420C80316F0915',
|
|
1110
|
+
[types_1.SupportedChainId.blast_sepolia_testnet]: '0xEc27362204a1D02e9803d0eB4904e8df470b2B39',
|
|
1111
|
+
[types_1.SupportedChainId.x_layer_testnet]: '0x7B4553a35D3020064cB464a8D75a4735FfdA15Bd',
|
|
1112
|
+
[types_1.SupportedChainId.celo]: '0x633987602DE5C4F337e3DbF265303A1080324204',
|
|
1113
|
+
[types_1.SupportedChainId.kava]: '0x481BE66De423B6a0Df368b526713bA632EF23ADd',
|
|
1114
|
+
[types_1.SupportedChainId.skale_europa]: '0x15bA62A09E6e295A696D02f8E4B80a8a13bF3785',
|
|
1115
|
+
};
|
|
1108
1116
|
//# sourceMappingURL=addresses.js.map
|