@ichidao/ichi-vaults-sdk 0.0.43 → 0.0.45
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 +3 -2
- package/dist/src/graphql/constants.d.ts +1 -0
- package/dist/src/graphql/constants.js +147 -92
- package/dist/src/graphql/constants.js.map +1 -1
- package/dist/src/index.cjs.js +1 -1
- package/dist/src/index.esm.js +1 -1
- package/dist/src/src/graphql/constants.d.ts +1 -0
- package/dist/src/src/types/index.d.ts +4 -3
- package/dist/src/types/index.d.ts +4 -3
- package/dist/src/types/index.js +3 -2
- package/dist/src/types/index.js.map +1 -1
- package/dist/src/utils/config/addresses.js +105 -90
- package/dist/src/utils/config/addresses.js.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
@@ -1029,6 +1029,7 @@ if (vaults.length === 0) {
|
|
1029
1029
|
```typescript
|
1030
1030
|
enum SupportedChainId {
|
1031
1031
|
arbitrum = 42161,
|
1032
|
+
arthera = 10242,
|
1032
1033
|
arthera_testnet = 10243,
|
1033
1034
|
base = 8453,
|
1034
1035
|
blast = 81457,
|
@@ -1046,6 +1047,7 @@ enum SupportedChainId {
|
|
1046
1047
|
polygon = 137,
|
1047
1048
|
polygon_zkevm = 1101,
|
1048
1049
|
scroll = 534352,
|
1050
|
+
taiko_hekla = 167009,
|
1049
1051
|
x_layer_testnet = 195,
|
1050
1052
|
zksync_era = 324,
|
1051
1053
|
zksync_era_testnet = 280,
|
@@ -1062,7 +1064,7 @@ enum SupportedDex {
|
|
1062
1064
|
Equalizer = 'Equalizer',
|
1063
1065
|
Fenix = 'Fenix',
|
1064
1066
|
Forge = 'Forge',
|
1065
|
-
|
1067
|
+
Henjin = 'Henjin',
|
1066
1068
|
Kinetix = 'Kinetix',
|
1067
1069
|
Lynex = 'Lynex',
|
1068
1070
|
Metavault = 'Metavault',
|
@@ -1078,7 +1080,6 @@ enum SupportedDex {
|
|
1078
1080
|
UniswapV3 = 'Uniswap V3',
|
1079
1081
|
Velocore = 'Velocore',
|
1080
1082
|
XSwap = 'XSwap',
|
1081
|
-
Zero = 'Zero',
|
1082
1083
|
}
|
1083
1084
|
```
|
1084
1085
|
|
@@ -1,5 +1,5 @@
|
|
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;
|
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;
|
3
3
|
Object.defineProperty(exports, "__esModule", { value: true });
|
4
4
|
exports.graphUrls = void 0;
|
5
5
|
/* eslint-disable import/prefer-default-export */
|
@@ -8,187 +8,242 @@ var types_1 = require("../types");
|
|
8
8
|
exports.graphUrls = (_a = {},
|
9
9
|
_a[types_1.SupportedChainId.arbitrum] = (_b = {},
|
10
10
|
_b[types_1.SupportedDex.UniswapV3] = {
|
11
|
-
url: 'https://api.thegraph.com/
|
11
|
+
url: 'https://api.studio.thegraph.com/query/61136/arbitrum-v1/version/latest',
|
12
|
+
publishedUrl: 'https://gateway-arbitrum.network.thegraph.com/api/[api-key]/subgraphs/id/HJbYWEEXe9qJ4kUrUDDwEGDjbpdABKAG2WckE4ux8maL',
|
12
13
|
supportsCollectFees: false,
|
13
14
|
},
|
14
15
|
_b[types_1.SupportedDex.Ramses] = {
|
15
|
-
url: 'https://api.thegraph.com/
|
16
|
-
|
17
|
-
},
|
18
|
-
_b[types_1.SupportedDex.Horiza] = {
|
19
|
-
url: 'https://api.thegraph.com/subgraphs/name/ichi-org/arbitrum-v1-horiza',
|
16
|
+
url: 'https://api.studio.thegraph.com/query/61136/arbitrum-v1-ramses/version/latest',
|
17
|
+
publishedUrl: 'https://gateway-arbitrum.network.thegraph.com/api/[api-key]/subgraphs/id/GSKtS4Hh76pcF94Xq9L7v9kzXRVRB8SSreqJWA5W3mmf',
|
20
18
|
supportsCollectFees: false,
|
21
19
|
},
|
22
20
|
_b[types_1.SupportedDex.Sushiswap] = {
|
23
|
-
url: 'https://api.thegraph.com/
|
21
|
+
url: 'https://api.studio.thegraph.com/query/61136/arbitrum-v1-sushiswap/version/latest',
|
22
|
+
publishedUrl: 'https://gateway-arbitrum.network.thegraph.com/api/[api-key]/subgraphs/id/An7nWFghtQVc5FchQdRDNygStG5uJ698gNqySZcHLbSx',
|
24
23
|
supportsCollectFees: false,
|
25
24
|
},
|
26
25
|
_b),
|
27
|
-
_a[types_1.SupportedChainId.
|
26
|
+
_a[types_1.SupportedChainId.arthera] = (_c = {},
|
28
27
|
_c[types_1.SupportedDex.Thirdfy] = {
|
29
|
-
url: 'https://subgraph
|
28
|
+
url: 'https://subgraph.arthera.net/subgraphs/name/ichifarm/thirdfy',
|
29
|
+
publishedUrl: 'https://subgraph.arthera.net/subgraphs/name/ichifarm/thirdfy',
|
30
30
|
supportsCollectFees: true,
|
31
31
|
},
|
32
32
|
_c),
|
33
|
-
_a[types_1.SupportedChainId.
|
34
|
-
_d[types_1.SupportedDex.
|
35
|
-
url: 'https://
|
33
|
+
_a[types_1.SupportedChainId.arthera_testnet] = (_d = {},
|
34
|
+
_d[types_1.SupportedDex.Thirdfy] = {
|
35
|
+
url: 'https://subgraph-test.arthera.net/subgraphs/name/ichifarm/thirdfy',
|
36
|
+
publishedUrl: 'https://subgraph-test.arthera.net/subgraphs/name/ichifarm/thirdfy',
|
37
|
+
supportsCollectFees: true,
|
38
|
+
},
|
39
|
+
_d),
|
40
|
+
_a[types_1.SupportedChainId.mainnet] = (_e = {},
|
41
|
+
_e[types_1.SupportedDex.UniswapV3] = {
|
42
|
+
url: 'https://api.studio.thegraph.com/query/61136/mainnet-v1/version/latest',
|
43
|
+
publishedUrl: 'https://gateway-arbitrum.network.thegraph.com/api/[api-key]/subgraphs/id/35ixPCQzgUNtc9mMZFrJnrWrqvtTxDPd9zQ4dVMjExYo',
|
36
44
|
supportsCollectFees: false,
|
37
45
|
},
|
38
|
-
|
39
|
-
url: 'https://api.thegraph.com/
|
46
|
+
_e[types_1.SupportedDex.Blueprint] = {
|
47
|
+
url: 'https://api.studio.thegraph.com/query/61136/mainnet-v1-blueprint/version/latest',
|
48
|
+
publishedUrl: 'https://gateway-arbitrum.network.thegraph.com/api/[api-key]/subgraphs/id/CunP6sWwZte82UiaZEQn8ke8feNynuv3vYWZzxQ2b8eP',
|
40
49
|
supportsCollectFees: false,
|
41
50
|
},
|
42
|
-
|
43
|
-
url: 'https://api.thegraph.com/
|
51
|
+
_e[types_1.SupportedDex.Pancakeswap] = {
|
52
|
+
url: 'https://api.studio.thegraph.com/query/61136/mainnet-v1-pancakeswap/version/latest',
|
53
|
+
publishedUrl: 'https://gateway-arbitrum.network.thegraph.com/api/[api-key]/subgraphs/id/GspqUmutYJaCJfWk9qQ7BbvtYzaDiRDBLThMSmoBFcj9',
|
44
54
|
supportsCollectFees: true,
|
45
55
|
},
|
46
|
-
|
47
|
-
_a[types_1.SupportedChainId.polygon] = (
|
48
|
-
|
49
|
-
url: 'https://api.thegraph.com/
|
56
|
+
_e),
|
57
|
+
_a[types_1.SupportedChainId.polygon] = (_f = {},
|
58
|
+
_f[types_1.SupportedDex.UniswapV3] = {
|
59
|
+
url: 'https://api.studio.thegraph.com/query/61136/polygon-v1/version/latest',
|
60
|
+
publishedUrl: 'https://gateway-arbitrum.network.thegraph.com/api/[api-key]/subgraphs/id/B9uskvmXZX4MRiMQjHTqXxNcUH8thd35ouu4ht63NAFh',
|
50
61
|
supportsCollectFees: false,
|
51
62
|
},
|
52
|
-
|
53
|
-
url: 'https://api.thegraph.com/
|
63
|
+
_f[types_1.SupportedDex.Retro] = {
|
64
|
+
url: 'https://api.studio.thegraph.com/query/61136/polygon-v1-retro/version/latest',
|
65
|
+
publishedUrl: 'https://gateway-arbitrum.network.thegraph.com/api/[api-key]/subgraphs/id/APQCH4gfz9J8pVAJRfLQ6AC3Kio4RhqpgC41eNsNEscu',
|
54
66
|
supportsCollectFees: false,
|
55
67
|
},
|
56
|
-
|
57
|
-
url: 'https://api.thegraph.com/
|
68
|
+
_f[types_1.SupportedDex.Quickswap] = {
|
69
|
+
url: 'https://api.studio.thegraph.com/query/61136/polygon-v1-quickswap/version/latest',
|
70
|
+
publishedUrl: 'https://gateway-arbitrum.network.thegraph.com/api/[api-key]/subgraphs/id/Eo8wwTjaWtYfL6jH4LGFk3o5Eg5sPDg5dKrmy8TGuL6n',
|
58
71
|
supportsCollectFees: true,
|
59
72
|
},
|
60
|
-
|
61
|
-
_a[types_1.SupportedChainId.base] = (
|
62
|
-
|
73
|
+
_f),
|
74
|
+
_a[types_1.SupportedChainId.base] = (_g = {},
|
75
|
+
_g[types_1.SupportedDex.Equalizer] = {
|
63
76
|
url: 'https://api.studio.thegraph.com/query/61136/base-v1-equalizer/version/latest',
|
77
|
+
publishedUrl: 'https://gateway-arbitrum.network.thegraph.com/api/[api-key]/subgraphs/id/5H2HuQKBjXaSVTmWVYagNitiuDy7v84iXC7sqqk2P5sH',
|
64
78
|
supportsCollectFees: true,
|
65
79
|
},
|
66
|
-
|
67
|
-
_a[types_1.SupportedChainId.blast] = (
|
68
|
-
|
80
|
+
_g),
|
81
|
+
_a[types_1.SupportedChainId.blast] = (_h = {},
|
82
|
+
_h[types_1.SupportedDex.Fenix] = {
|
69
83
|
url: 'https://api.studio.thegraph.com/query/61136/blast-v1-fenix/version/latest',
|
84
|
+
publishedUrl: 'https://gateway-arbitrum.network.thegraph.com/api/[api-key]/subgraphs/id/2cJiB62w497AptncjaPsm51YHtykmEzo3191Ar2iTTB2',
|
70
85
|
supportsCollectFees: true,
|
71
86
|
},
|
72
|
-
|
87
|
+
_h[types_1.SupportedDex.UniswapV3] = {
|
73
88
|
url: 'https://api.studio.thegraph.com/query/61136/blast-v1/version/latest',
|
89
|
+
publishedUrl: 'https://gateway-arbitrum.network.thegraph.com/api/[api-key]/subgraphs/id/DczT2QTQz1h1pUv4cUMTYXeQbgVrr1AwYr2vg4dP43fg',
|
74
90
|
supportsCollectFees: true,
|
75
91
|
},
|
76
|
-
|
77
|
-
_a[types_1.SupportedChainId.blast_sepolia_testnet] = (
|
78
|
-
|
92
|
+
_h),
|
93
|
+
_a[types_1.SupportedChainId.blast_sepolia_testnet] = (_j = {},
|
94
|
+
_j[types_1.SupportedDex.Fenix] = {
|
79
95
|
url: 'https://api.studio.thegraph.com/query/61136/blast-sepolia-v1-fenix/version/latest',
|
96
|
+
publishedUrl: 'https://api.studio.thegraph.com/query/61136/blast-sepolia-v1-fenix/version/latest',
|
80
97
|
supportsCollectFees: true,
|
81
98
|
},
|
82
|
-
|
83
|
-
_a[types_1.SupportedChainId.bsc] = (
|
84
|
-
|
85
|
-
url: 'https://api.thegraph.com/
|
99
|
+
_j),
|
100
|
+
_a[types_1.SupportedChainId.bsc] = (_k = {},
|
101
|
+
_k[types_1.SupportedDex.UniswapV3] = {
|
102
|
+
url: 'https://api.studio.thegraph.com/query/61136/bnb-v1/version/latest',
|
103
|
+
publishedUrl: 'https://gateway-arbitrum.network.thegraph.com/api/[api-key]/subgraphs/id/5uBDq4qyAHqxrYBTS7iFKE1xTXk819t4RpquTNqAEGBQ',
|
86
104
|
supportsCollectFees: false,
|
87
105
|
},
|
88
|
-
|
89
|
-
url: 'https://api.thegraph.com/
|
106
|
+
_k[types_1.SupportedDex.Pancakeswap] = {
|
107
|
+
url: 'https://api.studio.thegraph.com/query/61136/bnb-v1-pancakeswap/version/latest',
|
108
|
+
publishedUrl: 'https://gateway-arbitrum.network.thegraph.com/api/[api-key]/subgraphs/id/BndV5tkN9nyhaL9wiCQsAWqhtqqqhBs8QZFUUo8d6CRp',
|
90
109
|
supportsCollectFees: false,
|
91
110
|
},
|
92
|
-
|
93
|
-
url: 'https://api.thegraph.com/
|
111
|
+
_k[types_1.SupportedDex.Thena] = {
|
112
|
+
url: 'https://api.studio.thegraph.com/query/61136/bnb-v1-thena/version/latest',
|
113
|
+
publishedUrl: 'https://gateway-arbitrum.network.thegraph.com/api/[api-key]/subgraphs/id/6Ki97ssSz7CEzq7mXQB8MqewpDwASAcicXg6oXbcAe84',
|
94
114
|
supportsCollectFees: true,
|
95
115
|
},
|
96
|
-
|
97
|
-
_a[types_1.SupportedChainId.celo] = (
|
98
|
-
|
99
|
-
url: 'https://api.thegraph.com/
|
116
|
+
_k),
|
117
|
+
_a[types_1.SupportedChainId.celo] = (_l = {},
|
118
|
+
_l[types_1.SupportedDex.UniswapV3] = {
|
119
|
+
url: 'https://api.studio.thegraph.com/query/61136/celo-v1/version/latest',
|
120
|
+
publishedUrl: 'https://gateway-arbitrum.network.thegraph.com/api/[api-key]/subgraphs/id/BZzMVq6HReXVBwoodyAjFNfTny2NuwUjnVuY58uT7vGQ',
|
100
121
|
supportsCollectFees: true,
|
101
122
|
},
|
102
|
-
_k),
|
103
|
-
_a[types_1.SupportedChainId.eon] = (_l = {},
|
104
|
-
_l[types_1.SupportedDex.Ascent] = { url: 'none', supportsCollectFees: false },
|
105
123
|
_l),
|
106
|
-
_a[types_1.SupportedChainId.
|
107
|
-
_m[types_1.SupportedDex.
|
124
|
+
_a[types_1.SupportedChainId.eon] = (_m = {},
|
125
|
+
_m[types_1.SupportedDex.Ascent] = {
|
126
|
+
url: 'none',
|
127
|
+
publishedUrl: 'none',
|
128
|
+
supportsCollectFees: false,
|
129
|
+
},
|
108
130
|
_m),
|
109
|
-
_a[types_1.SupportedChainId.
|
110
|
-
_o[types_1.SupportedDex.
|
111
|
-
url: '
|
131
|
+
_a[types_1.SupportedChainId.evmos] = (_o = {},
|
132
|
+
_o[types_1.SupportedDex.Forge] = {
|
133
|
+
url: 'none',
|
134
|
+
publishedUrl: 'none',
|
135
|
+
supportsCollectFees: false,
|
136
|
+
},
|
137
|
+
_o),
|
138
|
+
_a[types_1.SupportedChainId.fantom] = (_p = {},
|
139
|
+
_p[types_1.SupportedDex.Equalizer] = {
|
140
|
+
url: 'https://api.studio.thegraph.com/query/61136/fantom-v1-equalizer/version/latest',
|
141
|
+
publishedUrl: 'https://gateway-arbitrum.network.thegraph.com/api/[api-key]/subgraphs/id/3wmjBxJaoKC6vusByrJZcpDX2fjmEbsu3ugZ59hwLYXQ',
|
112
142
|
supportsCollectFees: true,
|
113
143
|
},
|
114
|
-
|
144
|
+
_p[types_1.SupportedDex.SpiritSwap] = {
|
115
145
|
url: 'https://api.studio.thegraph.com/query/61136/fantom-v1-spiritswap/version/latest',
|
146
|
+
publishedUrl: 'https://gateway-arbitrum.network.thegraph.com/api/[api-key]/subgraphs/id/HNGwhhSx8VvADhcUaQ6vpTSfdPaeLTxZjgf5BWR2oGhS',
|
116
147
|
supportsCollectFees: true,
|
117
148
|
},
|
118
|
-
|
149
|
+
_p),
|
119
150
|
// [SupportedChainId.hedera]: {
|
120
151
|
// [SupportedDex.SaucerSwap]: { url: 'none', supportsCollectFees: false },
|
121
152
|
// },
|
122
|
-
_a[types_1.SupportedChainId.hedera_testnet] = (
|
123
|
-
|
124
|
-
|
125
|
-
|
126
|
-
|
153
|
+
_a[types_1.SupportedChainId.hedera_testnet] = (_q = {},
|
154
|
+
_q[types_1.SupportedDex.SaucerSwap] = {
|
155
|
+
url: 'none',
|
156
|
+
publishedUrl: 'none',
|
157
|
+
supportsCollectFees: false,
|
158
|
+
},
|
159
|
+
_q),
|
160
|
+
_a[types_1.SupportedChainId.kava] = (_r = {},
|
161
|
+
_r[types_1.SupportedDex.Kinetix] = {
|
127
162
|
url: 'https://the-graph.kava.io/subgraphs/name/ichi-org/kava-v1-kinetix',
|
163
|
+
publishedUrl: 'https://the-graph.kava.io/subgraphs/name/ichi-org/kava-v1-kinetix',
|
128
164
|
supportsCollectFees: true,
|
129
165
|
},
|
130
|
-
|
131
|
-
_a[types_1.SupportedChainId.linea] = (
|
132
|
-
|
166
|
+
_r),
|
167
|
+
_a[types_1.SupportedChainId.linea] = (_s = {},
|
168
|
+
_s[types_1.SupportedDex.Lynex] = {
|
133
169
|
url: 'https://api.studio.thegraph.com/query/61136/linea-v1-lynex/version/latest',
|
170
|
+
publishedUrl: 'https://gateway-arbitrum.network.thegraph.com/api/[api-key]/subgraphs/id/Hr9iv3AXy53vnVU4gQZvrGtp3Pzpz5pNMzJJdtFh9taW',
|
134
171
|
supportsCollectFees: true,
|
135
172
|
},
|
136
|
-
|
173
|
+
_s[types_1.SupportedDex.Metavault] = {
|
137
174
|
url: 'https://api.studio.thegraph.com/query/61136/linea-v1-metavault/version/latest',
|
175
|
+
publishedUrl: 'https://gateway-arbitrum.network.thegraph.com/api/[api-key]/subgraphs/id/CW4wL8snqnUg7aZwvPFBuVJjmRRd7ukWZiFFxQ6qH4dG',
|
138
176
|
supportsCollectFees: true,
|
139
177
|
},
|
140
|
-
|
141
|
-
|
142
|
-
|
143
|
-
url: 'https://subgraph-api.mantle.xyz/subgraphs/name/ichi-org/mantle-v1-cleo',
|
178
|
+
_s[types_1.SupportedDex.UniswapV3] = {
|
179
|
+
url: 'https://api.studio.thegraph.com/query/61136/linea-v1/version/latest',
|
180
|
+
publishedUrl: 'https://gateway-arbitrum.network.thegraph.com/api/[api-key]/subgraphs/id/6PLcFmVCMoqu71tXJvjaW1czgvtDyLGzU3622YEhdkJr',
|
144
181
|
supportsCollectFees: true,
|
145
182
|
},
|
146
183
|
_s),
|
147
|
-
_a[types_1.SupportedChainId.
|
148
|
-
_t[types_1.SupportedDex.
|
184
|
+
_a[types_1.SupportedChainId.mantle] = (_t = {},
|
185
|
+
_t[types_1.SupportedDex.Cleo] = {
|
186
|
+
url: 'https://subgraph-api.mantle.xyz/subgraphs/name/ichi-org/mantle-v1-cleo',
|
187
|
+
publishedUrl: 'https://subgraph-api.mantle.xyz/subgraphs/name/ichi-org/mantle-v1-cleo',
|
188
|
+
supportsCollectFees: true,
|
189
|
+
},
|
190
|
+
_t),
|
191
|
+
_a[types_1.SupportedChainId.polygon_zkevm] = (_u = {},
|
192
|
+
_u[types_1.SupportedDex.Pancakeswap] = {
|
149
193
|
url: 'https://api.studio.thegraph.com/query/61136/zkevm-v1-pancakeswap/version/latest',
|
194
|
+
publishedUrl: 'https://gateway-arbitrum.network.thegraph.com/api/[api-key]/subgraphs/id/B3R76fRBFf39PjqnxH1urJ8tQRtkFab4UpK6HZN8ErzB',
|
150
195
|
supportsCollectFees: true,
|
151
196
|
},
|
152
|
-
|
197
|
+
_u[types_1.SupportedDex.Quickswap] = {
|
153
198
|
url: 'https://api.studio.thegraph.com/query/61136/zkevm-v1-quickswap/version/latest',
|
199
|
+
publishedUrl: 'https://gateway-arbitrum.network.thegraph.com/api/[api-key]/subgraphs/id/GdAYLjNLKDmdXKrHbZzYcLs85cWpgVug4DPPmskLMcey',
|
154
200
|
supportsCollectFees: true,
|
155
201
|
},
|
156
|
-
|
157
|
-
|
158
|
-
|
159
|
-
},
|
160
|
-
_t),
|
161
|
-
_a[types_1.SupportedChainId.scroll] = (_u = {},
|
162
|
-
_u[types_1.SupportedDex.Metavault] = {
|
202
|
+
_u),
|
203
|
+
_a[types_1.SupportedChainId.scroll] = (_v = {},
|
204
|
+
_v[types_1.SupportedDex.Metavault] = {
|
163
205
|
url: 'https://api.studio.thegraph.com/query/61136/scroll-v1-metavault/version/latest',
|
206
|
+
publishedUrl: 'https://gateway-arbitrum.network.thegraph.com/api/[api-key]/subgraphs/id/7W9m4cYsnrAkAuXoyqGxCYjBTM7vAAQ1ogxfR4VJf8Ga',
|
164
207
|
supportsCollectFees: true,
|
165
208
|
},
|
166
|
-
|
209
|
+
_v[types_1.SupportedDex.UniswapV3] = {
|
167
210
|
url: 'https://api.studio.thegraph.com/query/61136/scroll-v1/version/latest',
|
211
|
+
publishedUrl: 'https://gateway-arbitrum.network.thegraph.com/api/[api-key]/subgraphs/id/7BxUZZoz7ngExxf9C7Hzohxu3MBxpjJvYA8ThJhe8Snt',
|
168
212
|
supportsCollectFees: true,
|
169
213
|
},
|
170
|
-
|
171
|
-
_a[types_1.SupportedChainId.
|
172
|
-
|
214
|
+
_v),
|
215
|
+
_a[types_1.SupportedChainId.taiko_hekla] = (_w = {},
|
216
|
+
_w[types_1.SupportedDex.Henjin] = {
|
217
|
+
url: 'https://api.goldsky.com/api/public/project_clvwe2yydw1n701uh6yple20i/subgraphs/ichi-subgraph/1.0.0/gn',
|
218
|
+
publishedUrl: 'https://api.goldsky.com/api/public/project_clvwe2yydw1n701uh6yple20i/subgraphs/ichi-subgraph/1.0.0/gn',
|
219
|
+
supportsCollectFees: true,
|
220
|
+
},
|
221
|
+
_w),
|
222
|
+
_a[types_1.SupportedChainId.x_layer_testnet] = (_x = {},
|
223
|
+
_x[types_1.SupportedDex.XSwap] = {
|
173
224
|
url: 'https://api.studio.thegraph.com/query/61136/xlayer-sepolia-v1-xswap/version/latest',
|
225
|
+
publishedUrl: 'https://api.studio.thegraph.com/query/61136/xlayer-sepolia-v1-xswap/version/latest',
|
174
226
|
supportsCollectFees: true,
|
175
227
|
},
|
176
|
-
|
177
|
-
_a[types_1.SupportedChainId.zksync_era] = (
|
178
|
-
|
228
|
+
_x),
|
229
|
+
_a[types_1.SupportedChainId.zksync_era] = (_y = {},
|
230
|
+
_y[types_1.SupportedDex.Pancakeswap] = {
|
179
231
|
url: 'https://api.studio.thegraph.com/query/61136/zksync-v1-pancakeswap/version/latest',
|
232
|
+
publishedUrl: 'https://gateway-arbitrum.network.thegraph.com/api/[api-key]/subgraphs/id/J11rANzPQ2WPE4zHu4yFUyLyH9Ze3HRgVPdRer1rwFZb',
|
180
233
|
supportsCollectFees: true,
|
181
234
|
},
|
182
|
-
|
235
|
+
_y[types_1.SupportedDex.Velocore] = {
|
183
236
|
url: 'https://api.studio.thegraph.com/query/61136/zksync-v1-velocore/version/latest',
|
237
|
+
publishedUrl: 'https://api.studio.thegraph.com/query/61136/zksync-v1-velocore/version/latest',
|
184
238
|
supportsCollectFees: false,
|
185
239
|
},
|
186
|
-
|
187
|
-
_a[types_1.SupportedChainId.zksync_era_testnet] = (
|
188
|
-
|
240
|
+
_y),
|
241
|
+
_a[types_1.SupportedChainId.zksync_era_testnet] = (_z = {},
|
242
|
+
_z[types_1.SupportedDex.Velocore] = {
|
189
243
|
url: 'https://api.thegraph.com/subgraphs/name/ichi-org/era-testnet-v1-velocore',
|
244
|
+
publishedUrl: 'https://api.thegraph.com/subgraphs/name/ichi-org/era-testnet-v1-velocore',
|
190
245
|
supportsCollectFees: true,
|
191
246
|
},
|
192
|
-
|
247
|
+
_z),
|
193
248
|
_a);
|
194
249
|
//# sourceMappingURL=constants.js.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"constants.js","sourceRoot":"","sources":["../../../src/graphql/constants.ts"],"names":[],"mappings":";;;;AAAA,iDAAiD;AACjD,kCAA0D;
|
1
|
+
{"version":3,"file":"constants.js","sourceRoot":"","sources":["../../../src/graphql/constants.ts"],"names":[],"mappings":";;;;AAAA,iDAAiD;AACjD,kCAA0D;AAY1D,2DAA2D;AAC9C,QAAA,SAAS;IACpB,GAAC,wBAAgB,CAAC,QAAQ;QACxB,GAAC,oBAAY,CAAC,SAAS,IAAG;YACxB,GAAG,EAAE,wEAAwE;YAC7E,YAAY,EACV,uHAAuH;YACzH,mBAAmB,EAAE,KAAK;SAC3B;QACD,GAAC,oBAAY,CAAC,MAAM,IAAG;YACrB,GAAG,EAAE,+EAA+E;YACpF,YAAY,EACV,uHAAuH;YACzH,mBAAmB,EAAE,KAAK;SAC3B;QACD,GAAC,oBAAY,CAAC,SAAS,IAAG;YACxB,GAAG,EAAE,kFAAkF;YACvF,YAAY,EACV,uHAAuH;YACzH,mBAAmB,EAAE,KAAK;SAC3B;WACF;IACD,GAAC,wBAAgB,CAAC,OAAO;QACvB,GAAC,oBAAY,CAAC,OAAO,IAAG;YACtB,GAAG,EAAE,8DAA8D;YACnE,YAAY,EAAE,8DAA8D;YAC5E,mBAAmB,EAAE,IAAI;SAC1B;WACF;IACD,GAAC,wBAAgB,CAAC,eAAe;QAC/B,GAAC,oBAAY,CAAC,OAAO,IAAG;YACtB,GAAG,EAAE,mEAAmE;YACxE,YAAY,EAAE,mEAAmE;YACjF,mBAAmB,EAAE,IAAI;SAC1B;WACF;IACD,GAAC,wBAAgB,CAAC,OAAO;QACvB,GAAC,oBAAY,CAAC,SAAS,IAAG;YACxB,GAAG,EAAE,uEAAuE;YAC5E,YAAY,EACV,uHAAuH;YACzH,mBAAmB,EAAE,KAAK;SAC3B;QACD,GAAC,oBAAY,CAAC,SAAS,IAAG;YACxB,GAAG,EAAE,iFAAiF;YACtF,YAAY,EACV,uHAAuH;YACzH,mBAAmB,EAAE,KAAK;SAC3B;QACD,GAAC,oBAAY,CAAC,WAAW,IAAG;YAC1B,GAAG,EAAE,mFAAmF;YACxF,YAAY,EACV,uHAAuH;YACzH,mBAAmB,EAAE,IAAI;SAC1B;WACF;IACD,GAAC,wBAAgB,CAAC,OAAO;QACvB,GAAC,oBAAY,CAAC,SAAS,IAAG;YACxB,GAAG,EAAE,uEAAuE;YAC5E,YAAY,EACV,uHAAuH;YACzH,mBAAmB,EAAE,KAAK;SAC3B;QACD,GAAC,oBAAY,CAAC,KAAK,IAAG;YACpB,GAAG,EAAE,6EAA6E;YAClF,YAAY,EACV,uHAAuH;YACzH,mBAAmB,EAAE,KAAK;SAC3B;QACD,GAAC,oBAAY,CAAC,SAAS,IAAG;YACxB,GAAG,EAAE,iFAAiF;YACtF,YAAY,EACV,uHAAuH;YACzH,mBAAmB,EAAE,IAAI;SAC1B;WACF;IACD,GAAC,wBAAgB,CAAC,IAAI;QACpB,GAAC,oBAAY,CAAC,SAAS,IAAG;YACxB,GAAG,EAAE,8EAA8E;YACnF,YAAY,EACV,uHAAuH;YACzH,mBAAmB,EAAE,IAAI;SAC1B;WACF;IACD,GAAC,wBAAgB,CAAC,KAAK;QACrB,GAAC,oBAAY,CAAC,KAAK,IAAG;YACpB,GAAG,EAAE,2EAA2E;YAChF,YAAY,EACV,uHAAuH;YACzH,mBAAmB,EAAE,IAAI;SAC1B;QACD,GAAC,oBAAY,CAAC,SAAS,IAAG;YACxB,GAAG,EAAE,qEAAqE;YAC1E,YAAY,EACV,uHAAuH;YACzH,mBAAmB,EAAE,IAAI;SAC1B;WACF;IACD,GAAC,wBAAgB,CAAC,qBAAqB;QACrC,GAAC,oBAAY,CAAC,KAAK,IAAG;YACpB,GAAG,EAAE,mFAAmF;YACxF,YAAY,EAAE,mFAAmF;YACjG,mBAAmB,EAAE,IAAI;SAC1B;WACF;IACD,GAAC,wBAAgB,CAAC,GAAG;QACnB,GAAC,oBAAY,CAAC,SAAS,IAAG;YACxB,GAAG,EAAE,mEAAmE;YACxE,YAAY,EACV,uHAAuH;YACzH,mBAAmB,EAAE,KAAK;SAC3B;QACD,GAAC,oBAAY,CAAC,WAAW,IAAG;YAC1B,GAAG,EAAE,+EAA+E;YACpF,YAAY,EACV,uHAAuH;YACzH,mBAAmB,EAAE,KAAK;SAC3B;QACD,GAAC,oBAAY,CAAC,KAAK,IAAG;YACpB,GAAG,EAAE,yEAAyE;YAC9E,YAAY,EACV,uHAAuH;YACzH,mBAAmB,EAAE,IAAI;SAC1B;WACF;IACD,GAAC,wBAAgB,CAAC,IAAI;QACpB,GAAC,oBAAY,CAAC,SAAS,IAAG;YACxB,GAAG,EAAE,oEAAoE;YACzE,YAAY,EACV,uHAAuH;YACzH,mBAAmB,EAAE,IAAI;SAC1B;WACF;IACD,GAAC,wBAAgB,CAAC,GAAG;QACnB,GAAC,oBAAY,CAAC,MAAM,IAAG;YACrB,GAAG,EAAE,MAAM;YACX,YAAY,EAAE,MAAM;YACpB,mBAAmB,EAAE,KAAK;SAC3B;WACF;IACD,GAAC,wBAAgB,CAAC,KAAK;QACrB,GAAC,oBAAY,CAAC,KAAK,IAAG;YACpB,GAAG,EAAE,MAAM;YACX,YAAY,EAAE,MAAM;YACpB,mBAAmB,EAAE,KAAK;SAC3B;WACF;IACD,GAAC,wBAAgB,CAAC,MAAM;QACtB,GAAC,oBAAY,CAAC,SAAS,IAAG;YACxB,GAAG,EAAE,gFAAgF;YACrF,YAAY,EACV,uHAAuH;YACzH,mBAAmB,EAAE,IAAI;SAC1B;QACD,GAAC,oBAAY,CAAC,UAAU,IAAG;YACzB,GAAG,EAAE,iFAAiF;YACtF,YAAY,EACV,uHAAuH;YACzH,mBAAmB,EAAE,IAAI;SAC1B;WACF;IACD,+BAA+B;IAC/B,4EAA4E;IAC5E,KAAK;IACL,GAAC,wBAAgB,CAAC,cAAc;QAC9B,GAAC,oBAAY,CAAC,UAAU,IAAG;YACzB,GAAG,EAAE,MAAM;YACX,YAAY,EAAE,MAAM;YACpB,mBAAmB,EAAE,KAAK;SAC3B;WACF;IACD,GAAC,wBAAgB,CAAC,IAAI;QACpB,GAAC,oBAAY,CAAC,OAAO,IAAG;YACtB,GAAG,EAAE,mEAAmE;YACxE,YAAY,EAAE,mEAAmE;YACjF,mBAAmB,EAAE,IAAI;SAC1B;WACF;IACD,GAAC,wBAAgB,CAAC,KAAK;QACrB,GAAC,oBAAY,CAAC,KAAK,IAAG;YACpB,GAAG,EAAE,2EAA2E;YAChF,YAAY,EACV,uHAAuH;YACzH,mBAAmB,EAAE,IAAI;SAC1B;QACD,GAAC,oBAAY,CAAC,SAAS,IAAG;YACxB,GAAG,EAAE,+EAA+E;YACpF,YAAY,EACV,uHAAuH;YACzH,mBAAmB,EAAE,IAAI;SAC1B;QACD,GAAC,oBAAY,CAAC,SAAS,IAAG;YACxB,GAAG,EAAE,qEAAqE;YAC1E,YAAY,EACV,uHAAuH;YACzH,mBAAmB,EAAE,IAAI;SAC1B;WACF;IACD,GAAC,wBAAgB,CAAC,MAAM;QACtB,GAAC,oBAAY,CAAC,IAAI,IAAG;YACnB,GAAG,EAAE,wEAAwE;YAC7E,YAAY,EAAE,wEAAwE;YACtF,mBAAmB,EAAE,IAAI;SAC1B;WACF;IACD,GAAC,wBAAgB,CAAC,aAAa;QAC7B,GAAC,oBAAY,CAAC,WAAW,IAAG;YAC1B,GAAG,EAAE,iFAAiF;YACtF,YAAY,EACV,uHAAuH;YACzH,mBAAmB,EAAE,IAAI;SAC1B;QACD,GAAC,oBAAY,CAAC,SAAS,IAAG;YACxB,GAAG,EAAE,+EAA+E;YACpF,YAAY,EACV,uHAAuH;YACzH,mBAAmB,EAAE,IAAI;SAC1B;WACF;IACD,GAAC,wBAAgB,CAAC,MAAM;QACtB,GAAC,oBAAY,CAAC,SAAS,IAAG;YACxB,GAAG,EAAE,gFAAgF;YACrF,YAAY,EACV,uHAAuH;YACzH,mBAAmB,EAAE,IAAI;SAC1B;QACD,GAAC,oBAAY,CAAC,SAAS,IAAG;YACxB,GAAG,EAAE,sEAAsE;YAC3E,YAAY,EACV,uHAAuH;YACzH,mBAAmB,EAAE,IAAI;SAC1B;WACF;IACD,GAAC,wBAAgB,CAAC,WAAW;QAC3B,GAAC,oBAAY,CAAC,MAAM,IAAG;YACrB,GAAG,EAAE,uGAAuG;YAC5G,YAAY,EACV,uGAAuG;YACzG,mBAAmB,EAAE,IAAI;SAC1B;WACF;IACD,GAAC,wBAAgB,CAAC,eAAe;QAC/B,GAAC,oBAAY,CAAC,KAAK,IAAG;YACpB,GAAG,EAAE,oFAAoF;YACzF,YAAY,EAAE,oFAAoF;YAClG,mBAAmB,EAAE,IAAI;SAC1B;WACF;IACD,GAAC,wBAAgB,CAAC,UAAU;QAC1B,GAAC,oBAAY,CAAC,WAAW,IAAG;YAC1B,GAAG,EAAE,kFAAkF;YACvF,YAAY,EACV,uHAAuH;YACzH,mBAAmB,EAAE,IAAI;SAC1B;QACD,GAAC,oBAAY,CAAC,QAAQ,IAAG;YACvB,GAAG,EAAE,+EAA+E;YACpF,YAAY,EAAE,+EAA+E;YAC7F,mBAAmB,EAAE,KAAK;SAC3B;WACF;IACD,GAAC,wBAAgB,CAAC,kBAAkB;QAClC,GAAC,oBAAY,CAAC,QAAQ,IAAG;YACvB,GAAG,EAAE,0EAA0E;YAC/E,YAAY,EAAE,0EAA0E;YACxF,mBAAmB,EAAE,IAAI;SAC1B;WACF;QACD"}
|
package/dist/src/index.cjs.js
CHANGED
package/dist/src/index.esm.js
CHANGED
@@ -4,6 +4,7 @@ import { BigNumber } from 'ethers';
|
|
4
4
|
export type SignerOrProvider = Signer | Provider;
|
5
5
|
export declare enum SupportedChainId {
|
6
6
|
arbitrum = 42161,
|
7
|
+
arthera = 10242,
|
7
8
|
arthera_testnet = 10243,
|
8
9
|
base = 8453,
|
9
10
|
blast = 81457,
|
@@ -21,6 +22,7 @@ export declare enum SupportedChainId {
|
|
21
22
|
polygon = 137,
|
22
23
|
polygon_zkevm = 1101,
|
23
24
|
scroll = 534352,
|
25
|
+
taiko_hekla = 167009,
|
24
26
|
x_layer_testnet = 195,
|
25
27
|
zksync_era_testnet = 280,
|
26
28
|
zksync_era = 324
|
@@ -32,7 +34,7 @@ export declare enum SupportedDex {
|
|
32
34
|
Equalizer = "Equalizer",
|
33
35
|
Fenix = "Fenix",
|
34
36
|
Forge = "Forge",
|
35
|
-
|
37
|
+
Henjin = "Henjin",
|
36
38
|
Kinetix = "Kinetix",
|
37
39
|
Lynex = "Lynex",
|
38
40
|
Metavault = "Metavault",
|
@@ -47,8 +49,7 @@ export declare enum SupportedDex {
|
|
47
49
|
Thirdfy = "Thirdfy",
|
48
50
|
UniswapV3 = "Uniswap V3",
|
49
51
|
Velocore = "Velocore",
|
50
|
-
XSwap = "XSwap"
|
51
|
-
Zero = "Zero"
|
52
|
+
XSwap = "XSwap"
|
52
53
|
}
|
53
54
|
export declare const ichiVaultDecimals = 18;
|
54
55
|
export type TotalAmountsBN = [BigNumber, BigNumber] & {
|
@@ -4,6 +4,7 @@ import { BigNumber } from 'ethers';
|
|
4
4
|
export type SignerOrProvider = Signer | Provider;
|
5
5
|
export declare enum SupportedChainId {
|
6
6
|
arbitrum = 42161,
|
7
|
+
arthera = 10242,
|
7
8
|
arthera_testnet = 10243,
|
8
9
|
base = 8453,
|
9
10
|
blast = 81457,
|
@@ -21,6 +22,7 @@ export declare enum SupportedChainId {
|
|
21
22
|
polygon = 137,
|
22
23
|
polygon_zkevm = 1101,
|
23
24
|
scroll = 534352,
|
25
|
+
taiko_hekla = 167009,
|
24
26
|
x_layer_testnet = 195,
|
25
27
|
zksync_era_testnet = 280,
|
26
28
|
zksync_era = 324
|
@@ -32,7 +34,7 @@ export declare enum SupportedDex {
|
|
32
34
|
Equalizer = "Equalizer",
|
33
35
|
Fenix = "Fenix",
|
34
36
|
Forge = "Forge",
|
35
|
-
|
37
|
+
Henjin = "Henjin",
|
36
38
|
Kinetix = "Kinetix",
|
37
39
|
Lynex = "Lynex",
|
38
40
|
Metavault = "Metavault",
|
@@ -47,8 +49,7 @@ export declare enum SupportedDex {
|
|
47
49
|
Thirdfy = "Thirdfy",
|
48
50
|
UniswapV3 = "Uniswap V3",
|
49
51
|
Velocore = "Velocore",
|
50
|
-
XSwap = "XSwap"
|
51
|
-
Zero = "Zero"
|
52
|
+
XSwap = "XSwap"
|
52
53
|
}
|
53
54
|
export declare const ichiVaultDecimals = 18;
|
54
55
|
export type TotalAmountsBN = [BigNumber, BigNumber] & {
|
package/dist/src/types/index.js
CHANGED
@@ -4,6 +4,7 @@ exports.ichiVaultDecimals = exports.SupportedDex = exports.SupportedChainId = vo
|
|
4
4
|
var SupportedChainId;
|
5
5
|
(function (SupportedChainId) {
|
6
6
|
SupportedChainId[SupportedChainId["arbitrum"] = 42161] = "arbitrum";
|
7
|
+
SupportedChainId[SupportedChainId["arthera"] = 10242] = "arthera";
|
7
8
|
SupportedChainId[SupportedChainId["arthera_testnet"] = 10243] = "arthera_testnet";
|
8
9
|
SupportedChainId[SupportedChainId["base"] = 8453] = "base";
|
9
10
|
SupportedChainId[SupportedChainId["blast"] = 81457] = "blast";
|
@@ -22,6 +23,7 @@ var SupportedChainId;
|
|
22
23
|
SupportedChainId[SupportedChainId["polygon"] = 137] = "polygon";
|
23
24
|
SupportedChainId[SupportedChainId["polygon_zkevm"] = 1101] = "polygon_zkevm";
|
24
25
|
SupportedChainId[SupportedChainId["scroll"] = 534352] = "scroll";
|
26
|
+
SupportedChainId[SupportedChainId["taiko_hekla"] = 167009] = "taiko_hekla";
|
25
27
|
SupportedChainId[SupportedChainId["x_layer_testnet"] = 195] = "x_layer_testnet";
|
26
28
|
SupportedChainId[SupportedChainId["zksync_era_testnet"] = 280] = "zksync_era_testnet";
|
27
29
|
SupportedChainId[SupportedChainId["zksync_era"] = 324] = "zksync_era";
|
@@ -34,7 +36,7 @@ var SupportedDex;
|
|
34
36
|
SupportedDex["Equalizer"] = "Equalizer";
|
35
37
|
SupportedDex["Fenix"] = "Fenix";
|
36
38
|
SupportedDex["Forge"] = "Forge";
|
37
|
-
SupportedDex["
|
39
|
+
SupportedDex["Henjin"] = "Henjin";
|
38
40
|
SupportedDex["Kinetix"] = "Kinetix";
|
39
41
|
SupportedDex["Lynex"] = "Lynex";
|
40
42
|
SupportedDex["Metavault"] = "Metavault";
|
@@ -50,7 +52,6 @@ var SupportedDex;
|
|
50
52
|
SupportedDex["UniswapV3"] = "Uniswap V3";
|
51
53
|
SupportedDex["Velocore"] = "Velocore";
|
52
54
|
SupportedDex["XSwap"] = "XSwap";
|
53
|
-
SupportedDex["Zero"] = "Zero";
|
54
55
|
})(SupportedDex = exports.SupportedDex || (exports.SupportedDex = {}));
|
55
56
|
exports.ichiVaultDecimals = 18;
|
56
57
|
//# sourceMappingURL=index.js.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/types/index.ts"],"names":[],"mappings":";;;AAQA,IAAY,
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/types/index.ts"],"names":[],"mappings":";;;AAQA,IAAY,gBAyBX;AAzBD,WAAY,gBAAgB;IAC1B,mEAAgB,CAAA;IAChB,iEAAe,CAAA;IACf,iFAAuB,CAAA;IACvB,0DAAW,CAAA;IACX,6DAAa,CAAA;IACb,iGAAiC,CAAA;IACjC,sDAAQ,CAAA;IACR,2DAAY,CAAA;IACZ,wDAAU,CAAA;IACV,4DAAY,CAAA;IACZ,6DAAY,CAAA;IACZ,gBAAgB;IAChB,6EAAoB,CAAA;IACpB,0DAAW,CAAA;IACX,6DAAa,CAAA;IACb,6DAAW,CAAA;IACX,8DAAa,CAAA;IACb,+DAAa,CAAA;IACb,4EAAoB,CAAA;IACpB,gEAAe,CAAA;IACf,0EAAoB,CAAA;IACpB,+EAAqB,CAAA;IACrB,qFAAwB,CAAA;IACxB,qEAAgB,CAAA;AAClB,CAAC,EAzBW,gBAAgB,GAAhB,wBAAgB,KAAhB,wBAAgB,QAyB3B;AAED,IAAY,YAuBX;AAvBD,WAAY,YAAY;IACtB,iCAAiB,CAAA;IACjB,uCAAuB,CAAA;IACvB,6BAAa,CAAA;IACb,uCAAuB,CAAA;IACvB,+BAAe,CAAA;IACf,+BAAe,CAAA;IACf,iCAAiB,CAAA;IACjB,mCAAmB,CAAA;IACnB,+BAAe,CAAA;IACf,uCAAuB,CAAA;IACvB,2CAA2B,CAAA;IAC3B,uCAAuB,CAAA;IACvB,iCAAiB,CAAA;IACjB,+BAAe,CAAA;IACf,yCAAyB,CAAA;IACzB,yCAAyB,CAAA;IACzB,uCAAuB,CAAA;IACvB,+BAAe,CAAA;IACf,mCAAmB,CAAA;IACnB,wCAAwB,CAAA;IACxB,qCAAqB,CAAA;IACrB,+BAAe,CAAA;AACjB,CAAC,EAvBW,YAAY,GAAZ,oBAAY,KAAZ,oBAAY,QAuBvB;AAEY,QAAA,iBAAiB,GAAG,EAAE,CAAC"}
|
@@ -1,5 +1,5 @@
|
|
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;
|
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;
|
3
3
|
Object.defineProperty(exports, "__esModule", { value: true });
|
4
4
|
var types_1 = require("../../types");
|
5
5
|
var addressConfig = (_a = {},
|
@@ -22,15 +22,6 @@ var addressConfig = (_a = {},
|
|
22
22
|
vaultDeployerAddress: '0x508C3daa571854247726ba26949f182086Ff89B0',
|
23
23
|
isAlgebra: false,
|
24
24
|
},
|
25
|
-
_b[types_1.SupportedDex.Horiza] = {
|
26
|
-
factoryAddress: '0x1Cc05B01f2e52ae3bb29F7A0059Fe112C60aA3f4',
|
27
|
-
depositGuard: {
|
28
|
-
address: '0x067ec6134e6ec277c7d9589889c85b94a293bf04',
|
29
|
-
version: 1,
|
30
|
-
},
|
31
|
-
vaultDeployerAddress: '0x508C3daa571854247726ba26949f182086Ff89B0',
|
32
|
-
isAlgebra: false,
|
33
|
-
},
|
34
25
|
_b[types_1.SupportedDex.Sushiswap] = {
|
35
26
|
factoryAddress: '0xbA4c7b5eFD44Aa60da0440D0427555bdBE50e6BC',
|
36
27
|
depositGuard: {
|
@@ -41,8 +32,20 @@ var addressConfig = (_a = {},
|
|
41
32
|
vaultDeployerAddress: '0x508C3daa571854247726ba26949f182086Ff89B0',
|
42
33
|
},
|
43
34
|
_b),
|
44
|
-
_a[types_1.SupportedChainId.
|
35
|
+
_a[types_1.SupportedChainId.arthera] = (_c = {},
|
45
36
|
_c[types_1.SupportedDex.Thirdfy] = {
|
37
|
+
factoryAddress: '0x2d2c72C4dC71AA32D64e5142e336741131A73fc0',
|
38
|
+
depositGuard: {
|
39
|
+
address: '0xb62399d23d1c81f08eA445A42d7F15cC12090A71',
|
40
|
+
version: 2,
|
41
|
+
},
|
42
|
+
vaultDeployerAddress: '0xd466e09be665dDb3e1B3e2631413c6fa033E0e1e',
|
43
|
+
isAlgebra: true,
|
44
|
+
ammVersion: 'algebraIntegral',
|
45
|
+
},
|
46
|
+
_c),
|
47
|
+
_a[types_1.SupportedChainId.arthera_testnet] = (_d = {},
|
48
|
+
_d[types_1.SupportedDex.Thirdfy] = {
|
46
49
|
factoryAddress: '0xbb7A3d439abf42Cf39837f9102F987bab3Ee2e73',
|
47
50
|
depositGuard: {
|
48
51
|
address: '0xe573920139a208989d83C57ea48837C6285F2cd3',
|
@@ -52,9 +55,9 @@ var addressConfig = (_a = {},
|
|
52
55
|
isAlgebra: true,
|
53
56
|
ammVersion: 'algebraIntegral',
|
54
57
|
},
|
55
|
-
|
56
|
-
_a[types_1.SupportedChainId.polygon] = (
|
57
|
-
|
58
|
+
_d),
|
59
|
+
_a[types_1.SupportedChainId.polygon] = (_e = {},
|
60
|
+
_e[types_1.SupportedDex.UniswapV3] = {
|
58
61
|
factoryAddress: '0x2d2c72C4dC71AA32D64e5142e336741131A73fc0',
|
59
62
|
depositGuard: {
|
60
63
|
address: '0x64E44525a98bC85aC097Cc6Ca4c8F6BE7D483041',
|
@@ -63,7 +66,7 @@ var addressConfig = (_a = {},
|
|
63
66
|
vaultDeployerAddress: '0x0768A75F616B98ee0937673bD83B7aBF142236Ea',
|
64
67
|
isAlgebra: false,
|
65
68
|
},
|
66
|
-
|
69
|
+
_e[types_1.SupportedDex.Retro] = {
|
67
70
|
factoryAddress: '0xb2f44D8545315cDd0bAaB4AC7233218b932a5dA7',
|
68
71
|
depositGuard: {
|
69
72
|
address: '0x9B3Ea1A39576925fA94c4BCC7eECFA0d95D331E1',
|
@@ -72,7 +75,7 @@ var addressConfig = (_a = {},
|
|
72
75
|
vaultDeployerAddress: '0x0768A75F616B98ee0937673bD83B7aBF142236Ea',
|
73
76
|
isAlgebra: false,
|
74
77
|
},
|
75
|
-
|
78
|
+
_e[types_1.SupportedDex.Quickswap] = {
|
76
79
|
factoryAddress: '0x11700544C577Cb543a498B27B4F0f7018BDb6E8a',
|
77
80
|
depositGuard: {
|
78
81
|
address: '0xDB8E25D78483D13781622A40e69a9E39A4b590B6',
|
@@ -81,9 +84,9 @@ var addressConfig = (_a = {},
|
|
81
84
|
vaultDeployerAddress: '0x0768A75F616B98ee0937673bD83B7aBF142236Ea',
|
82
85
|
isAlgebra: true,
|
83
86
|
},
|
84
|
-
|
85
|
-
_a[types_1.SupportedChainId.mainnet] = (
|
86
|
-
|
87
|
+
_e),
|
88
|
+
_a[types_1.SupportedChainId.mainnet] = (_f = {},
|
89
|
+
_f[types_1.SupportedDex.UniswapV3] = {
|
87
90
|
factoryAddress: '0x5a40DFaF8C1115196A1CDF529F97122030F26112',
|
88
91
|
depositGuard: {
|
89
92
|
address: '0x3E1aFdB89B6Ea49e828C565ab6A36a485b7A4775',
|
@@ -92,7 +95,7 @@ var addressConfig = (_a = {},
|
|
92
95
|
vaultDeployerAddress: '0xfF7B5E167c9877f2b9f65D19d9c8c9aa651Fe19F',
|
93
96
|
isAlgebra: false,
|
94
97
|
},
|
95
|
-
|
98
|
+
_f[types_1.SupportedDex.Blueprint] = {
|
96
99
|
factoryAddress: '0xEAeC81F0eD4F622D4b389672d9859166C0832b3E',
|
97
100
|
depositGuard: {
|
98
101
|
address: '0xC3822b5e61d6702315EFD86573978a8a3f3Acb83',
|
@@ -101,7 +104,7 @@ var addressConfig = (_a = {},
|
|
101
104
|
vaultDeployerAddress: '0xfF7B5E167c9877f2b9f65D19d9c8c9aa651Fe19F',
|
102
105
|
isAlgebra: false,
|
103
106
|
},
|
104
|
-
|
107
|
+
_f[types_1.SupportedDex.Pancakeswap] = {
|
105
108
|
factoryAddress: '0x8Dd50926e12BD71904bCCc6D86DFA55D42715094',
|
106
109
|
depositGuard: {
|
107
110
|
address: '0x81B2F475e1ca7AB6b2720AdFa2fA6D4c52C4F49d',
|
@@ -110,9 +113,9 @@ var addressConfig = (_a = {},
|
|
110
113
|
vaultDeployerAddress: '0xfF7B5E167c9877f2b9f65D19d9c8c9aa651Fe19F',
|
111
114
|
isAlgebra: false,
|
112
115
|
},
|
113
|
-
|
114
|
-
_a[types_1.SupportedChainId.base] = (
|
115
|
-
|
116
|
+
_f),
|
117
|
+
_a[types_1.SupportedChainId.base] = (_g = {},
|
118
|
+
_g[types_1.SupportedDex.Equalizer] = {
|
116
119
|
factoryAddress: '0xfBf38920cCbCFF7268Ad714ae5F9Fad6dF607065',
|
117
120
|
depositGuard: {
|
118
121
|
address: '0xBf38e4Ffb0B0Aa075531b38d71d3b18a5f599819',
|
@@ -121,9 +124,9 @@ var addressConfig = (_a = {},
|
|
121
124
|
vaultDeployerAddress: '0x7d11De61c219b70428Bb3199F0DD88bA9E76bfEE',
|
122
125
|
isAlgebra: false,
|
123
126
|
},
|
124
|
-
|
125
|
-
_a[types_1.SupportedChainId.blast] = (
|
126
|
-
|
127
|
+
_g),
|
128
|
+
_a[types_1.SupportedChainId.blast] = (_h = {},
|
129
|
+
_h[types_1.SupportedDex.Fenix] = {
|
127
130
|
factoryAddress: '0xb42D5956cDe4386B65C087CfCD16910aB6114F15',
|
128
131
|
depositGuard: {
|
129
132
|
address: '0xd4493957338e3f66214c733883F789b99558758F',
|
@@ -133,7 +136,7 @@ var addressConfig = (_a = {},
|
|
133
136
|
isAlgebra: true,
|
134
137
|
ammVersion: 'algebraIntegral',
|
135
138
|
},
|
136
|
-
|
139
|
+
_h[types_1.SupportedDex.UniswapV3] = {
|
137
140
|
factoryAddress: '0x9FAb4bdD4E05f5C023CCC85D2071b49791D7418F',
|
138
141
|
depositGuard: {
|
139
142
|
address: '0xb62399d23d1c81f08eA445A42d7F15cC12090A71',
|
@@ -142,9 +145,9 @@ var addressConfig = (_a = {},
|
|
142
145
|
vaultDeployerAddress: '0xaD7cf2b8ce5eB8b75dA393fc164C4F4502761379',
|
143
146
|
isAlgebra: false,
|
144
147
|
},
|
145
|
-
|
146
|
-
_a[types_1.SupportedChainId.blast_sepolia_testnet] = (
|
147
|
-
|
148
|
+
_h),
|
149
|
+
_a[types_1.SupportedChainId.blast_sepolia_testnet] = (_j = {},
|
150
|
+
_j[types_1.SupportedDex.Fenix] = {
|
148
151
|
factoryAddress: '0xA23A224add122F31EeD712E0C074CE0501b4CDC6',
|
149
152
|
depositGuard: {
|
150
153
|
address: '0x138361EA0f91CEcDe6A282089EdfEeB740076724',
|
@@ -154,9 +157,9 @@ var addressConfig = (_a = {},
|
|
154
157
|
isAlgebra: true,
|
155
158
|
ammVersion: 'algebraIntegral',
|
156
159
|
},
|
157
|
-
|
158
|
-
_a[types_1.SupportedChainId.bsc] = (
|
159
|
-
|
160
|
+
_j),
|
161
|
+
_a[types_1.SupportedChainId.bsc] = (_k = {},
|
162
|
+
_k[types_1.SupportedDex.UniswapV3] = {
|
160
163
|
factoryAddress: '0x065356d9f628cDd1bb9F2384E2972CdAC50f51b7',
|
161
164
|
depositGuard: {
|
162
165
|
address: '0xa9b751f37857790D0412c81B072DB57CCc0aF545',
|
@@ -165,7 +168,7 @@ var addressConfig = (_a = {},
|
|
165
168
|
vaultDeployerAddress: '0x05cC3CA6E768a68A7f86b09e3ceE754437bd5f12',
|
166
169
|
isAlgebra: false,
|
167
170
|
},
|
168
|
-
|
171
|
+
_k[types_1.SupportedDex.Pancakeswap] = {
|
169
172
|
factoryAddress: '0x131c03ca881B7cC66d7a5120A9273ebf675C241D',
|
170
173
|
depositGuard: {
|
171
174
|
address: '0x454130394B8013D4a7288fe9Db570A0a24C606c2',
|
@@ -174,7 +177,7 @@ var addressConfig = (_a = {},
|
|
174
177
|
vaultDeployerAddress: '0x05cC3CA6E768a68A7f86b09e3ceE754437bd5f12',
|
175
178
|
isAlgebra: false,
|
176
179
|
},
|
177
|
-
|
180
|
+
_k[types_1.SupportedDex.Thena] = {
|
178
181
|
factoryAddress: '0xAc93148e93d1C49D89b1166BFd74942E80F5D501',
|
179
182
|
depositGuard: {
|
180
183
|
address: '0xd9272a45BbF488816C6A5351894bCE7b04a66eE1',
|
@@ -183,9 +186,9 @@ var addressConfig = (_a = {},
|
|
183
186
|
vaultDeployerAddress: '0x05cC3CA6E768a68A7f86b09e3ceE754437bd5f12',
|
184
187
|
isAlgebra: true,
|
185
188
|
},
|
186
|
-
|
187
|
-
_a[types_1.SupportedChainId.celo] = (
|
188
|
-
|
189
|
+
_k),
|
190
|
+
_a[types_1.SupportedChainId.celo] = (_l = {},
|
191
|
+
_l[types_1.SupportedDex.UniswapV3] = {
|
189
192
|
factoryAddress: '0x9FAb4bdD4E05f5C023CCC85D2071b49791D7418F',
|
190
193
|
depositGuard: {
|
191
194
|
address: '0x62fd1824C810906F449227F1f453528bb54774C2',
|
@@ -194,9 +197,9 @@ var addressConfig = (_a = {},
|
|
194
197
|
vaultDeployerAddress: '0xfAcD9c86f7766A5171bb0F9927De808929429A47',
|
195
198
|
isAlgebra: false,
|
196
199
|
},
|
197
|
-
|
198
|
-
_a[types_1.SupportedChainId.eon] = (
|
199
|
-
|
200
|
+
_l),
|
201
|
+
_a[types_1.SupportedChainId.eon] = (_m = {},
|
202
|
+
_m[types_1.SupportedDex.Ascent] = {
|
200
203
|
factoryAddress: '0x242cd12579467983dc521D8aC46EB13936ab65De',
|
201
204
|
depositGuard: {
|
202
205
|
address: '0xaBe5B5AC472Ead17B4B4CaC7fAF42430748ab3b3',
|
@@ -205,9 +208,9 @@ var addressConfig = (_a = {},
|
|
205
208
|
vaultDeployerAddress: '0xB9200A707f11357D3B1cBDEbd51c8dDA84960Bde',
|
206
209
|
isAlgebra: false,
|
207
210
|
},
|
208
|
-
|
209
|
-
_a[types_1.SupportedChainId.evmos] = (
|
210
|
-
|
211
|
+
_m),
|
212
|
+
_a[types_1.SupportedChainId.evmos] = (_o = {},
|
213
|
+
_o[types_1.SupportedDex.Forge] = {
|
211
214
|
factoryAddress: '0x7c6389714719c68caac8ae06bae6e878b3605f6d',
|
212
215
|
depositGuard: {
|
213
216
|
address: '0x0248b992ac2a75294b05286E9DD3A2bD3C9CFE4B',
|
@@ -216,9 +219,9 @@ var addressConfig = (_a = {},
|
|
216
219
|
vaultDeployerAddress: '0x5BD1EC3Aba15642a25FBA7b49497b4e49Ebf9C83',
|
217
220
|
isAlgebra: false,
|
218
221
|
},
|
219
|
-
|
220
|
-
_a[types_1.SupportedChainId.fantom] = (
|
221
|
-
|
222
|
+
_o),
|
223
|
+
_a[types_1.SupportedChainId.fantom] = (_p = {},
|
224
|
+
_p[types_1.SupportedDex.Equalizer] = {
|
222
225
|
factoryAddress: '0x932E1908461De58b0891E5022431dc995Cb95C5E',
|
223
226
|
depositGuard: {
|
224
227
|
address: '0xb62399d23d1c81f08eA445A42d7F15cC12090A71',
|
@@ -227,7 +230,7 @@ var addressConfig = (_a = {},
|
|
227
230
|
vaultDeployerAddress: '0xE495eFdf1d19668a27042D30ee22AC3C58b6fB6c',
|
228
231
|
isAlgebra: false,
|
229
232
|
},
|
230
|
-
|
233
|
+
_p[types_1.SupportedDex.SpiritSwap] = {
|
231
234
|
factoryAddress: '0x89FFdaa18b296d9F0CF02fBD88e5c633FEFA5f34',
|
232
235
|
depositGuard: {
|
233
236
|
address: '0x02F4a98A4e59E8c7Ba3269cbcd1F1e9F3eCcfcf5',
|
@@ -237,7 +240,7 @@ var addressConfig = (_a = {},
|
|
237
240
|
isAlgebra: true,
|
238
241
|
ammVersion: 'algebraIntegral',
|
239
242
|
},
|
240
|
-
|
243
|
+
_p),
|
241
244
|
// [SupportedChainId.hedera]: {
|
242
245
|
// [SupportedDex.SaucerSwap]: {
|
243
246
|
// factoryAddress: '0xb62399d23d1c81f08ea445a42d7f15cc12090a71',
|
@@ -249,8 +252,8 @@ var addressConfig = (_a = {},
|
|
249
252
|
// isAlgebra: false,
|
250
253
|
// },
|
251
254
|
// },
|
252
|
-
_a[types_1.SupportedChainId.hedera_testnet] = (
|
253
|
-
|
255
|
+
_a[types_1.SupportedChainId.hedera_testnet] = (_q = {},
|
256
|
+
_q[types_1.SupportedDex.SaucerSwap] = {
|
254
257
|
factoryAddress: '0x3DfD6dd38F055188adCb2332C2926DDA28d318bD',
|
255
258
|
depositGuard: {
|
256
259
|
address: '0x16Dd62dB239DF67786F0AB7596C445aCDe81a16F',
|
@@ -259,9 +262,9 @@ var addressConfig = (_a = {},
|
|
259
262
|
vaultDeployerAddress: '0xEc7428cB95cD92e7556172FfBe735c6D48f6DEB7',
|
260
263
|
isAlgebra: false,
|
261
264
|
},
|
262
|
-
|
263
|
-
_a[types_1.SupportedChainId.kava] = (
|
264
|
-
|
265
|
+
_q),
|
266
|
+
_a[types_1.SupportedChainId.kava] = (_r = {},
|
267
|
+
_r[types_1.SupportedDex.Kinetix] = {
|
265
268
|
factoryAddress: '0x2d2c72C4dC71AA32D64e5142e336741131A73fc0',
|
266
269
|
depositGuard: {
|
267
270
|
address: '0xADDA3A15EA71c223a82Af86d4578EF2B076035F1',
|
@@ -270,9 +273,9 @@ var addressConfig = (_a = {},
|
|
270
273
|
vaultDeployerAddress: '0x75178e0a2829B73E3AE4C21eE64F4B684085392a',
|
271
274
|
isAlgebra: false,
|
272
275
|
},
|
273
|
-
|
274
|
-
_a[types_1.SupportedChainId.linea] = (
|
275
|
-
|
276
|
+
_r),
|
277
|
+
_a[types_1.SupportedChainId.linea] = (_s = {},
|
278
|
+
_s[types_1.SupportedDex.Lynex] = {
|
276
279
|
factoryAddress: '0x0248b992ac2a75294b05286E9DD3A2bD3C9CFE4B',
|
277
280
|
depositGuard: {
|
278
281
|
address: '0x6337625bF843911Da1e1eeFaEaFb5599C876469c',
|
@@ -281,7 +284,7 @@ var addressConfig = (_a = {},
|
|
281
284
|
vaultDeployerAddress: '0x75178e0a2829B73E3AE4C21eE64F4B684085392a',
|
282
285
|
isAlgebra: true,
|
283
286
|
},
|
284
|
-
|
287
|
+
_s[types_1.SupportedDex.Metavault] = {
|
285
288
|
factoryAddress: '0x2592686212C164C1851dF2f62c5d5EC50600195E',
|
286
289
|
depositGuard: {
|
287
290
|
address: '0x92Bce3972916C2CEDA46c4EEbC9684aC26EFfe5B',
|
@@ -290,9 +293,18 @@ var addressConfig = (_a = {},
|
|
290
293
|
vaultDeployerAddress: '0x75178e0a2829B73E3AE4C21eE64F4B684085392a',
|
291
294
|
isAlgebra: false,
|
292
295
|
},
|
293
|
-
|
294
|
-
|
295
|
-
|
296
|
+
_s[types_1.SupportedDex.UniswapV3] = {
|
297
|
+
factoryAddress: '0x6E3eB904966B0158833852cAFD1200c171772b53',
|
298
|
+
depositGuard: {
|
299
|
+
address: '0xCf99c2b3D1a9588A9a9A34eab25cD6f425FA8801',
|
300
|
+
version: 2,
|
301
|
+
},
|
302
|
+
vaultDeployerAddress: '0x75178e0a2829B73E3AE4C21eE64F4B684085392a',
|
303
|
+
isAlgebra: false,
|
304
|
+
},
|
305
|
+
_s),
|
306
|
+
_a[types_1.SupportedChainId.mantle] = (_t = {},
|
307
|
+
_t[types_1.SupportedDex.Cleo] = {
|
296
308
|
factoryAddress: '0xbBB97d634460DACCA0d41E249510Bb741ef46ad3',
|
297
309
|
depositGuard: {
|
298
310
|
address: '0xADDA3A15EA71c223a82Af86d4578EF2B076035F1',
|
@@ -301,9 +313,9 @@ var addressConfig = (_a = {},
|
|
301
313
|
vaultDeployerAddress: '0xC4183bCcBa1D825A8aC971e13E698368b744F43C',
|
302
314
|
isAlgebra: false,
|
303
315
|
},
|
304
|
-
|
305
|
-
_a[types_1.SupportedChainId.polygon_zkevm] = (
|
306
|
-
|
316
|
+
_t),
|
317
|
+
_a[types_1.SupportedChainId.polygon_zkevm] = (_u = {},
|
318
|
+
_u[types_1.SupportedDex.Pancakeswap] = {
|
307
319
|
factoryAddress: '0xe8532Db60408f2d47693dA5b9093D71580B8C23F',
|
308
320
|
depositGuard: {
|
309
321
|
address: '0x71338eAcdE9eF818d4F5ff979e0E727b90Dd5F59',
|
@@ -312,7 +324,7 @@ var addressConfig = (_a = {},
|
|
312
324
|
vaultDeployerAddress: '0xCAE2d9760B852861e1A552b35e48c263047Fbc0f',
|
313
325
|
isAlgebra: false,
|
314
326
|
},
|
315
|
-
|
327
|
+
_u[types_1.SupportedDex.Quickswap] = {
|
316
328
|
factoryAddress: '0x1721cB3ff3cAF70a79bDE9d771B27646ed8115b1',
|
317
329
|
depositGuard: {
|
318
330
|
address: '0xC030BEf30EDE8ebd7Fd319361ceBa54c81754AD3',
|
@@ -321,18 +333,9 @@ var addressConfig = (_a = {},
|
|
321
333
|
vaultDeployerAddress: '0xCAE2d9760B852861e1A552b35e48c263047Fbc0f',
|
322
334
|
isAlgebra: true,
|
323
335
|
},
|
324
|
-
|
325
|
-
|
326
|
-
|
327
|
-
address: '0x932E1908461De58b0891E5022431dc995Cb95C5E',
|
328
|
-
version: 1,
|
329
|
-
},
|
330
|
-
vaultDeployerAddress: '0xCAE2d9760B852861e1A552b35e48c263047Fbc0f',
|
331
|
-
isAlgebra: false,
|
332
|
-
},
|
333
|
-
_t),
|
334
|
-
_a[types_1.SupportedChainId.scroll] = (_u = {},
|
335
|
-
_u[types_1.SupportedDex.UniswapV3] = {
|
336
|
+
_u),
|
337
|
+
_a[types_1.SupportedChainId.scroll] = (_v = {},
|
338
|
+
_v[types_1.SupportedDex.UniswapV3] = {
|
336
339
|
factoryAddress: '0x9FAb4bdD4E05f5C023CCC85D2071b49791D7418F',
|
337
340
|
depositGuard: {
|
338
341
|
address: '0xb62399d23d1c81f08eA445A42d7F15cC12090A71',
|
@@ -341,7 +344,7 @@ var addressConfig = (_a = {},
|
|
341
344
|
vaultDeployerAddress: '0x596643Ce4fe8b2e72F340584cec02Ab99dA866c1',
|
342
345
|
isAlgebra: false,
|
343
346
|
},
|
344
|
-
|
347
|
+
_v[types_1.SupportedDex.Metavault] = {
|
345
348
|
factoryAddress: '0xb42D5956cDe4386B65C087CfCD16910aB6114F15',
|
346
349
|
depositGuard: {
|
347
350
|
address: '0x131c03ca881B7cC66d7a5120A9273ebf675C241D',
|
@@ -350,9 +353,21 @@ var addressConfig = (_a = {},
|
|
350
353
|
vaultDeployerAddress: '0x596643Ce4fe8b2e72F340584cec02Ab99dA866c1',
|
351
354
|
isAlgebra: false,
|
352
355
|
},
|
353
|
-
|
354
|
-
_a[types_1.SupportedChainId.
|
355
|
-
|
356
|
+
_v),
|
357
|
+
_a[types_1.SupportedChainId.taiko_hekla] = (_w = {},
|
358
|
+
_w[types_1.SupportedDex.Henjin] = {
|
359
|
+
factoryAddress: '0x6F85eb17955257a39fd78692f6884ebE6531fd8b',
|
360
|
+
depositGuard: {
|
361
|
+
address: '0xB90ca9Dfa7128f5e074106acd93CBF05928c78aF',
|
362
|
+
version: 2,
|
363
|
+
},
|
364
|
+
vaultDeployerAddress: '0x92403A045a2C908920D6A7FD5A5591a01dB7EE6E',
|
365
|
+
isAlgebra: true,
|
366
|
+
ammVersion: 'algebraIntegral',
|
367
|
+
},
|
368
|
+
_w),
|
369
|
+
_a[types_1.SupportedChainId.x_layer_testnet] = (_x = {},
|
370
|
+
_x[types_1.SupportedDex.XSwap] = {
|
356
371
|
factoryAddress: '0xADDA3A15EA71c223a82Af86d4578EF2B076035F1',
|
357
372
|
depositGuard: {
|
358
373
|
address: '0xe573920139a208989d83C57ea48837C6285F2cd3',
|
@@ -362,9 +377,9 @@ var addressConfig = (_a = {},
|
|
362
377
|
isAlgebra: true,
|
363
378
|
ammVersion: 'algebraIntegral',
|
364
379
|
},
|
365
|
-
|
366
|
-
_a[types_1.SupportedChainId.zksync_era] = (
|
367
|
-
|
380
|
+
_x),
|
381
|
+
_a[types_1.SupportedChainId.zksync_era] = (_y = {},
|
382
|
+
_y[types_1.SupportedDex.Pancakeswap] = {
|
368
383
|
factoryAddress: '0x8a76c26E0089111989C14EF56b9733aa38B94148',
|
369
384
|
depositGuard: {
|
370
385
|
address: '0x5997487384CDae95E1AED6eAab1bb827180E1154',
|
@@ -373,7 +388,7 @@ var addressConfig = (_a = {},
|
|
373
388
|
isAlgebra: false,
|
374
389
|
vaultDeployerAddress: '0x12C1F03a443A5B893870ea6cBDb2362f666275Da',
|
375
390
|
},
|
376
|
-
|
391
|
+
_y[types_1.SupportedDex.Velocore] = {
|
377
392
|
factoryAddress: '0x1Cd7f4a2E9e7EFb23E27CFB9eF3a2F3CFAf27675',
|
378
393
|
depositGuard: {
|
379
394
|
address: '0x01292A32a0b8F8f56fBb8DB90d3756a0EF06C666',
|
@@ -382,9 +397,9 @@ var addressConfig = (_a = {},
|
|
382
397
|
vaultDeployerAddress: '0x12C1F03a443A5B893870ea6cBDb2362f666275Da',
|
383
398
|
isAlgebra: true,
|
384
399
|
},
|
385
|
-
|
386
|
-
_a[types_1.SupportedChainId.zksync_era_testnet] = (
|
387
|
-
|
400
|
+
_y),
|
401
|
+
_a[types_1.SupportedChainId.zksync_era_testnet] = (_z = {},
|
402
|
+
_z[types_1.SupportedDex.Velocore] = {
|
388
403
|
factoryAddress: '0x0227f2b783b610107349da9b9DF516b8d476aB4F',
|
389
404
|
depositGuard: {
|
390
405
|
address: '0x7570c7b58c68d95F0663f89C228B7b13d05c15e6',
|
@@ -393,7 +408,7 @@ var addressConfig = (_a = {},
|
|
393
408
|
vaultDeployerAddress: '0x451Efff92a3a1471b7af9DDc1369D9D157E6475A',
|
394
409
|
isAlgebra: true,
|
395
410
|
},
|
396
|
-
|
411
|
+
_z),
|
397
412
|
_a);
|
398
413
|
exports.default = addressConfig;
|
399
414
|
//# sourceMappingURL=addresses.js.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"addresses.js","sourceRoot":"","sources":["../../../../src/utils/config/addresses.ts"],"names":[],"mappings":";;;AAAA,qCAA6D;AAiB7D,IAAM,aAAa;IACjB,GAAC,wBAAgB,CAAC,QAAQ;QACxB,GAAC,oBAAY,CAAC,SAAS,IAAG;YACxB,cAAc,EAAE,4CAA4C;YAC5D,YAAY,EAAE;gBACZ,OAAO,EAAE,4CAA4C;gBACrD,OAAO,EAAE,CAAC;aACX;YACD,oBAAoB,EAAE,4CAA4C;YAClE,SAAS,EAAE,KAAK;SACjB;QACD,GAAC,oBAAY,CAAC,MAAM,IAAG;YACrB,cAAc,EAAE,4CAA4C;YAC5D,YAAY,EAAE;gBACZ,OAAO,EAAE,4CAA4C;gBACrD,OAAO,EAAE,CAAC;aACX;YACD,oBAAoB,EAAE,4CAA4C;YAClE,SAAS,EAAE,KAAK;SACjB;QACD,GAAC,oBAAY,CAAC,
|
1
|
+
{"version":3,"file":"addresses.js","sourceRoot":"","sources":["../../../../src/utils/config/addresses.ts"],"names":[],"mappings":"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"}
|