@layerzerolabs/static-chain-info 0.0.67 → 0.0.74
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/.turbo/turbo-build.log +13 -13
- package/.turbo/turbo-test.log +1 -1
- package/dist/{JRDUJJFI.js → 26X56ANJ.js} +822 -661
- package/dist/26X56ANJ.js.map +1 -0
- package/dist/{HW3GHS72.cjs → CBKS436E.cjs} +822 -661
- package/dist/CBKS436E.cjs.map +1 -0
- package/dist/index.cjs +20 -22
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.ts +1 -2
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +5 -7
- package/dist/index.js.map +1 -1
- package/dist/staticChainInfo.cjs +4 -4
- package/dist/staticChainInfo.d.ts +4 -0
- package/dist/staticChainInfo.d.ts.map +1 -1
- package/dist/staticChainInfo.js +1 -1
- package/package.json +5 -5
- package/src/index.ts +3 -8
- package/src/staticChainInfo.ts +806 -640
- package/dist/HW3GHS72.cjs.map +0 -1
- package/dist/JRDUJJFI.js.map +0 -1
package/src/staticChainInfo.ts
CHANGED
|
@@ -1,3 +1,8 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Auto-generated by sync-static-chain-info script
|
|
3
|
+
* Synced from source commit: https://github.com/LayerZero-Labs/offchain-monorepo/commit/24e3bf12f0b23f23ea290969b5c88042a4236324
|
|
4
|
+
*/
|
|
5
|
+
|
|
1
6
|
import { ChainName } from '@layerzerolabs/layerzero-definitions';
|
|
2
7
|
|
|
3
8
|
export enum ChainSubType {
|
|
@@ -25,26 +30,68 @@ const TON_DECIMALS = 9;
|
|
|
25
30
|
const EVM_DECIMALS = 18;
|
|
26
31
|
const TRON_DECIMALS = 6;
|
|
27
32
|
const SOLANA_DECIMALS = 9;
|
|
33
|
+
const AAVEGOTCHI_DECIMALS = 8; // TEMPORARILY 8, they will re-genesis to 18
|
|
28
34
|
const HEDERA_DECIMALS = 8;
|
|
29
35
|
const APTOS_DECIMALS = 8;
|
|
30
36
|
const XRP_DECIMALS = 6;
|
|
31
37
|
const INITIA_DECIMALS = 6;
|
|
32
38
|
const SUI_DECIMALS = 9;
|
|
39
|
+
const IOTAMOVE_DECIMALS = 9;
|
|
40
|
+
const STARKNET_DECIMALS = 32;
|
|
33
41
|
|
|
34
42
|
export const staticConfig: StaticConfig = {
|
|
35
|
-
[ChainName.
|
|
43
|
+
[ChainName.AAVEGOTCHI]: {
|
|
44
|
+
addressSizeInBytes: 20,
|
|
45
|
+
decimals: AAVEGOTCHI_DECIMALS,
|
|
46
|
+
mptBaseGas: 200000,
|
|
47
|
+
fpBaseGas: 200000,
|
|
48
|
+
symbol: 'MATIC',
|
|
49
|
+
},
|
|
50
|
+
[ChainName.ABSTRACT]: {
|
|
51
|
+
addressSizeInBytes: 20,
|
|
52
|
+
decimals: EVM_DECIMALS,
|
|
53
|
+
mptBaseGas: 200000,
|
|
54
|
+
fpBaseGas: 200000,
|
|
55
|
+
symbol: 'ETH',
|
|
56
|
+
chainLayer: 2,
|
|
57
|
+
},
|
|
58
|
+
[ChainName.AMOY]: {
|
|
59
|
+
addressSizeInBytes: 20,
|
|
60
|
+
decimals: EVM_DECIMALS,
|
|
61
|
+
mptBaseGas: 200000,
|
|
62
|
+
fpBaseGas: 200000,
|
|
63
|
+
symbol: 'MATIC',
|
|
64
|
+
},
|
|
65
|
+
[ChainName.ANIMECHAIN]: {
|
|
36
66
|
addressSizeInBytes: 20,
|
|
37
67
|
decimals: EVM_DECIMALS,
|
|
38
68
|
mptBaseGas: 195000,
|
|
39
69
|
fpBaseGas: 195000,
|
|
40
|
-
symbol: '
|
|
70
|
+
symbol: 'ANIME',
|
|
71
|
+
chainLayer: 2,
|
|
41
72
|
},
|
|
42
|
-
[ChainName.
|
|
73
|
+
[ChainName.APE]: {
|
|
74
|
+
addressSizeInBytes: 20,
|
|
75
|
+
decimals: EVM_DECIMALS,
|
|
76
|
+
mptBaseGas: 200000,
|
|
77
|
+
fpBaseGas: 200000,
|
|
78
|
+
symbol: 'APE',
|
|
79
|
+
chainLayer: 2,
|
|
80
|
+
},
|
|
81
|
+
[ChainName.APEXFUSIONNEXUS]: {
|
|
43
82
|
addressSizeInBytes: 20,
|
|
44
83
|
decimals: EVM_DECIMALS,
|
|
45
84
|
mptBaseGas: 195000,
|
|
46
85
|
fpBaseGas: 195000,
|
|
47
|
-
symbol: '
|
|
86
|
+
symbol: 'AP3X',
|
|
87
|
+
chainLayer: 1,
|
|
88
|
+
},
|
|
89
|
+
[ChainName.APTOS]: {
|
|
90
|
+
addressSizeInBytes: 32,
|
|
91
|
+
decimals: APTOS_DECIMALS,
|
|
92
|
+
mptBaseGas: 5000,
|
|
93
|
+
fpBaseGas: 5000,
|
|
94
|
+
symbol: 'APT',
|
|
48
95
|
},
|
|
49
96
|
[ChainName.ARBITRUM]: {
|
|
50
97
|
addressSizeInBytes: 20,
|
|
@@ -53,69 +100,53 @@ export const staticConfig: StaticConfig = {
|
|
|
53
100
|
fpBaseGas: 5550000,
|
|
54
101
|
symbol: 'ETH',
|
|
55
102
|
},
|
|
56
|
-
[ChainName.
|
|
57
|
-
chainSubType: ChainSubType.AVALANCHE,
|
|
103
|
+
[ChainName.ARBSEP]: {
|
|
58
104
|
addressSizeInBytes: 20,
|
|
59
105
|
decimals: EVM_DECIMALS,
|
|
60
|
-
mptBaseGas:
|
|
61
|
-
fpBaseGas:
|
|
62
|
-
symbol: '
|
|
106
|
+
mptBaseGas: 5550000,
|
|
107
|
+
fpBaseGas: 5550000,
|
|
108
|
+
symbol: 'ETH',
|
|
63
109
|
},
|
|
64
|
-
[ChainName.
|
|
110
|
+
[ChainName.ASTAR]: {
|
|
65
111
|
addressSizeInBytes: 20,
|
|
66
112
|
decimals: EVM_DECIMALS,
|
|
67
113
|
mptBaseGas: 195000,
|
|
68
114
|
fpBaseGas: 195000,
|
|
69
|
-
symbol: '
|
|
115
|
+
symbol: 'ASTR',
|
|
116
|
+
chainLayer: 2,
|
|
70
117
|
},
|
|
71
|
-
[ChainName.
|
|
118
|
+
[ChainName.AURORA]: {
|
|
72
119
|
addressSizeInBytes: 20,
|
|
73
120
|
decimals: EVM_DECIMALS,
|
|
74
121
|
mptBaseGas: 195000,
|
|
75
122
|
fpBaseGas: 195000,
|
|
76
|
-
symbol: '
|
|
77
|
-
chainLayer: 1,
|
|
78
|
-
},
|
|
79
|
-
[ChainName.SOLANA]: {
|
|
80
|
-
addressSizeInBytes: 32,
|
|
81
|
-
decimals: SOLANA_DECIMALS,
|
|
82
|
-
mptBaseGas: 5000,
|
|
83
|
-
fpBaseGas: 5000,
|
|
84
|
-
symbol: 'SOL',
|
|
123
|
+
symbol: 'ETH',
|
|
85
124
|
},
|
|
86
|
-
[ChainName.
|
|
125
|
+
[ChainName.AVALANCHE]: {
|
|
126
|
+
chainSubType: ChainSubType.AVALANCHE,
|
|
87
127
|
addressSizeInBytes: 20,
|
|
88
|
-
decimals:
|
|
128
|
+
decimals: EVM_DECIMALS,
|
|
89
129
|
mptBaseGas: 195000,
|
|
90
130
|
fpBaseGas: 195000,
|
|
91
|
-
symbol: '
|
|
92
|
-
chainSubType: ChainSubType.TRON,
|
|
93
|
-
},
|
|
94
|
-
[ChainName.TON]: {
|
|
95
|
-
addressSizeInBytes: 32,
|
|
96
|
-
decimals: TON_DECIMALS,
|
|
97
|
-
mptBaseGas: 200000, // FIXME: Don't know
|
|
98
|
-
fpBaseGas: 200000, // FIXME: Don't know
|
|
99
|
-
symbol: 'TON',
|
|
100
|
-
chainLayer: 1,
|
|
131
|
+
symbol: 'AVAX',
|
|
101
132
|
},
|
|
102
|
-
[ChainName.
|
|
103
|
-
addressSizeInBytes:
|
|
133
|
+
[ChainName.BAHAMUT]: {
|
|
134
|
+
addressSizeInBytes: 20,
|
|
104
135
|
decimals: EVM_DECIMALS,
|
|
105
|
-
mptBaseGas:
|
|
106
|
-
fpBaseGas:
|
|
107
|
-
symbol: '
|
|
136
|
+
mptBaseGas: 200000,
|
|
137
|
+
fpBaseGas: 200000,
|
|
138
|
+
symbol: 'FTN',
|
|
108
139
|
chainLayer: 2,
|
|
109
140
|
},
|
|
110
|
-
[ChainName.
|
|
141
|
+
[ChainName.BARTIO]: {
|
|
111
142
|
addressSizeInBytes: 20,
|
|
112
143
|
decimals: EVM_DECIMALS,
|
|
113
|
-
mptBaseGas:
|
|
114
|
-
fpBaseGas:
|
|
115
|
-
symbol: '
|
|
144
|
+
mptBaseGas: 200000,
|
|
145
|
+
fpBaseGas: 200000,
|
|
146
|
+
symbol: 'BERA',
|
|
116
147
|
chainLayer: 2,
|
|
117
148
|
},
|
|
118
|
-
[ChainName.
|
|
149
|
+
[ChainName.BASE]: {
|
|
119
150
|
addressSizeInBytes: 20,
|
|
120
151
|
decimals: EVM_DECIMALS,
|
|
121
152
|
mptBaseGas: 200000,
|
|
@@ -123,547 +154,633 @@ export const staticConfig: StaticConfig = {
|
|
|
123
154
|
symbol: 'ETH',
|
|
124
155
|
chainLayer: 2,
|
|
125
156
|
},
|
|
126
|
-
[ChainName.
|
|
157
|
+
[ChainName.BASESEP]: {
|
|
127
158
|
addressSizeInBytes: 20,
|
|
128
159
|
decimals: EVM_DECIMALS,
|
|
129
160
|
mptBaseGas: 200000,
|
|
130
161
|
fpBaseGas: 200000,
|
|
131
|
-
symbol: '
|
|
162
|
+
symbol: 'ETH',
|
|
163
|
+
},
|
|
164
|
+
[ChainName.BB1]: {
|
|
165
|
+
addressSizeInBytes: 20,
|
|
166
|
+
decimals: EVM_DECIMALS,
|
|
167
|
+
mptBaseGas: 5550000,
|
|
168
|
+
fpBaseGas: 5550000,
|
|
169
|
+
symbol: 'INJ',
|
|
170
|
+
},
|
|
171
|
+
[ChainName.BEPOLIA]: {
|
|
172
|
+
addressSizeInBytes: 20,
|
|
173
|
+
decimals: EVM_DECIMALS,
|
|
174
|
+
mptBaseGas: 195000,
|
|
175
|
+
fpBaseGas: 195000,
|
|
176
|
+
symbol: 'BERA',
|
|
132
177
|
chainLayer: 1,
|
|
133
178
|
},
|
|
134
|
-
[ChainName.
|
|
179
|
+
[ChainName.BERA]: {
|
|
180
|
+
addressSizeInBytes: 20,
|
|
181
|
+
decimals: EVM_DECIMALS,
|
|
182
|
+
mptBaseGas: 195000,
|
|
183
|
+
fpBaseGas: 195000,
|
|
184
|
+
symbol: 'BERA',
|
|
185
|
+
chainLayer: 3,
|
|
186
|
+
},
|
|
187
|
+
[ChainName.BESU1]: {
|
|
135
188
|
addressSizeInBytes: 20,
|
|
136
189
|
decimals: EVM_DECIMALS,
|
|
137
190
|
mptBaseGas: 200000,
|
|
138
191
|
fpBaseGas: 200000,
|
|
139
|
-
symbol: '
|
|
192
|
+
symbol: 'USDC',
|
|
193
|
+
chainLayer: 1,
|
|
140
194
|
},
|
|
141
|
-
[ChainName.
|
|
195
|
+
[ChainName.BEVM]: {
|
|
142
196
|
addressSizeInBytes: 20,
|
|
143
197
|
decimals: EVM_DECIMALS,
|
|
144
198
|
mptBaseGas: 200000,
|
|
145
199
|
fpBaseGas: 200000,
|
|
146
|
-
symbol: '
|
|
200
|
+
symbol: 'BTC',
|
|
147
201
|
chainLayer: 2,
|
|
148
202
|
},
|
|
149
|
-
[ChainName.
|
|
203
|
+
[ChainName.BITLAYER]: {
|
|
150
204
|
addressSizeInBytes: 20,
|
|
151
205
|
decimals: EVM_DECIMALS,
|
|
152
|
-
mptBaseGas:
|
|
153
|
-
fpBaseGas:
|
|
154
|
-
symbol: '
|
|
206
|
+
mptBaseGas: 195000,
|
|
207
|
+
fpBaseGas: 195000,
|
|
208
|
+
symbol: 'BTC',
|
|
155
209
|
},
|
|
156
|
-
[ChainName.
|
|
210
|
+
[ChainName.BL2]: {
|
|
157
211
|
addressSizeInBytes: 20,
|
|
158
212
|
decimals: EVM_DECIMALS,
|
|
159
|
-
mptBaseGas:
|
|
160
|
-
fpBaseGas:
|
|
161
|
-
symbol: '
|
|
213
|
+
mptBaseGas: 195000,
|
|
214
|
+
fpBaseGas: 195000,
|
|
215
|
+
symbol: 'ETH',
|
|
216
|
+
chainLayer: 3,
|
|
162
217
|
},
|
|
163
|
-
[ChainName.
|
|
218
|
+
[ChainName.BL3]: {
|
|
164
219
|
addressSizeInBytes: 20,
|
|
165
220
|
decimals: EVM_DECIMALS,
|
|
166
|
-
mptBaseGas:
|
|
167
|
-
fpBaseGas:
|
|
168
|
-
symbol: '
|
|
221
|
+
mptBaseGas: 195000,
|
|
222
|
+
fpBaseGas: 195000,
|
|
223
|
+
symbol: 'BERA',
|
|
224
|
+
chainLayer: 3,
|
|
169
225
|
},
|
|
170
|
-
[ChainName.
|
|
171
|
-
addressSizeInBytes:
|
|
172
|
-
decimals:
|
|
173
|
-
mptBaseGas:
|
|
174
|
-
fpBaseGas:
|
|
175
|
-
symbol: '
|
|
226
|
+
[ChainName.BL6]: {
|
|
227
|
+
addressSizeInBytes: 20,
|
|
228
|
+
decimals: EVM_DECIMALS,
|
|
229
|
+
mptBaseGas: 195000,
|
|
230
|
+
fpBaseGas: 195000,
|
|
231
|
+
symbol: 'M',
|
|
232
|
+
chainLayer: 2,
|
|
176
233
|
},
|
|
177
|
-
[ChainName.
|
|
234
|
+
[ChainName.BLAST]: {
|
|
178
235
|
addressSizeInBytes: 20,
|
|
179
236
|
decimals: EVM_DECIMALS,
|
|
180
237
|
mptBaseGas: 200000,
|
|
181
238
|
fpBaseGas: 200000,
|
|
182
|
-
symbol: '
|
|
239
|
+
symbol: 'ETH',
|
|
240
|
+
chainLayer: 2,
|
|
183
241
|
},
|
|
184
|
-
[ChainName.
|
|
242
|
+
[ChainName.BLE]: {
|
|
185
243
|
addressSizeInBytes: 20,
|
|
186
244
|
decimals: EVM_DECIMALS,
|
|
187
|
-
mptBaseGas:
|
|
188
|
-
fpBaseGas:
|
|
245
|
+
mptBaseGas: 195000,
|
|
246
|
+
fpBaseGas: 195000,
|
|
189
247
|
symbol: 'ETH',
|
|
190
248
|
chainLayer: 2,
|
|
191
249
|
},
|
|
192
|
-
[ChainName.
|
|
250
|
+
[ChainName.BLOCKGEN]: {
|
|
193
251
|
addressSizeInBytes: 20,
|
|
194
252
|
decimals: EVM_DECIMALS,
|
|
195
253
|
mptBaseGas: 200000,
|
|
196
254
|
fpBaseGas: 200000,
|
|
197
|
-
symbol: '
|
|
255
|
+
symbol: 'MATIC',
|
|
198
256
|
},
|
|
199
|
-
[ChainName.
|
|
257
|
+
[ChainName.BOB]: {
|
|
200
258
|
addressSizeInBytes: 20,
|
|
201
259
|
decimals: EVM_DECIMALS,
|
|
202
260
|
mptBaseGas: 200000,
|
|
203
261
|
fpBaseGas: 200000,
|
|
204
|
-
symbol: '
|
|
262
|
+
symbol: 'ETH',
|
|
205
263
|
chainLayer: 2,
|
|
206
264
|
},
|
|
207
|
-
[ChainName.
|
|
265
|
+
[ChainName.BOTANIX]: {
|
|
208
266
|
addressSizeInBytes: 20,
|
|
209
267
|
decimals: EVM_DECIMALS,
|
|
210
268
|
mptBaseGas: 200000,
|
|
211
269
|
fpBaseGas: 200000,
|
|
212
|
-
symbol: '
|
|
270
|
+
symbol: 'BTC',
|
|
271
|
+
chainLayer: 2,
|
|
213
272
|
},
|
|
214
|
-
[ChainName.
|
|
273
|
+
[ChainName.BOUNCEBIT]: {
|
|
215
274
|
addressSizeInBytes: 20,
|
|
216
275
|
decimals: EVM_DECIMALS,
|
|
217
276
|
mptBaseGas: 200000,
|
|
218
277
|
fpBaseGas: 200000,
|
|
219
|
-
symbol: '
|
|
278
|
+
symbol: 'BB',
|
|
279
|
+
chainLayer: 1,
|
|
220
280
|
},
|
|
221
|
-
[ChainName.
|
|
281
|
+
[ChainName.BSC]: {
|
|
222
282
|
addressSizeInBytes: 20,
|
|
223
283
|
decimals: EVM_DECIMALS,
|
|
224
|
-
mptBaseGas:
|
|
225
|
-
fpBaseGas:
|
|
226
|
-
symbol: '
|
|
227
|
-
chainLayer: 2,
|
|
284
|
+
mptBaseGas: 195000,
|
|
285
|
+
fpBaseGas: 195000,
|
|
286
|
+
symbol: 'BNB',
|
|
228
287
|
},
|
|
229
|
-
[ChainName.
|
|
288
|
+
[ChainName.CAMP]: {
|
|
230
289
|
addressSizeInBytes: 20,
|
|
231
290
|
decimals: EVM_DECIMALS,
|
|
232
291
|
mptBaseGas: 200000,
|
|
233
292
|
fpBaseGas: 200000,
|
|
234
|
-
symbol: '
|
|
293
|
+
symbol: 'CAMP',
|
|
294
|
+
chainLayer: 1,
|
|
235
295
|
},
|
|
236
|
-
[ChainName.
|
|
296
|
+
[ChainName.CANTO]: {
|
|
237
297
|
addressSizeInBytes: 20,
|
|
238
298
|
decimals: EVM_DECIMALS,
|
|
239
299
|
mptBaseGas: 200000,
|
|
240
300
|
fpBaseGas: 200000,
|
|
241
|
-
symbol: '
|
|
301
|
+
symbol: 'CANTO',
|
|
242
302
|
},
|
|
243
|
-
[ChainName.
|
|
303
|
+
[ChainName.CATHAY]: {
|
|
244
304
|
addressSizeInBytes: 20,
|
|
245
305
|
decimals: EVM_DECIMALS,
|
|
246
306
|
mptBaseGas: 200000,
|
|
247
307
|
fpBaseGas: 200000,
|
|
248
308
|
symbol: 'ETH',
|
|
249
|
-
chainLayer: 2,
|
|
250
309
|
},
|
|
251
|
-
[ChainName.
|
|
310
|
+
[ChainName.CELO]: {
|
|
252
311
|
addressSizeInBytes: 20,
|
|
253
312
|
decimals: EVM_DECIMALS,
|
|
254
313
|
mptBaseGas: 200000,
|
|
255
314
|
fpBaseGas: 200000,
|
|
256
|
-
symbol: '
|
|
315
|
+
symbol: 'CELO',
|
|
257
316
|
},
|
|
258
|
-
[ChainName.
|
|
317
|
+
[ChainName.CITREA]: {
|
|
318
|
+
addressSizeInBytes: 20,
|
|
319
|
+
decimals: EVM_DECIMALS,
|
|
320
|
+
mptBaseGas: 195000,
|
|
321
|
+
fpBaseGas: 195000,
|
|
322
|
+
symbol: 'CBTC',
|
|
323
|
+
chainLayer: 2,
|
|
324
|
+
},
|
|
325
|
+
[ChainName.CODEX]: {
|
|
259
326
|
addressSizeInBytes: 20,
|
|
260
327
|
decimals: EVM_DECIMALS,
|
|
261
328
|
mptBaseGas: 200000,
|
|
262
329
|
fpBaseGas: 200000,
|
|
263
|
-
symbol: '
|
|
330
|
+
symbol: 'ETH',
|
|
331
|
+
chainLayer: 2,
|
|
264
332
|
},
|
|
265
|
-
[ChainName.
|
|
333
|
+
[ChainName.CONCRETE]: {
|
|
266
334
|
addressSizeInBytes: 20,
|
|
267
335
|
decimals: EVM_DECIMALS,
|
|
268
336
|
mptBaseGas: 195000,
|
|
269
337
|
fpBaseGas: 195000,
|
|
270
|
-
symbol: '
|
|
338
|
+
symbol: 'ETH',
|
|
339
|
+
chainLayer: 2,
|
|
271
340
|
},
|
|
272
|
-
|
|
273
|
-
[ChainName.SWIMMER]: {
|
|
341
|
+
[ChainName.CONFLUX]: {
|
|
274
342
|
addressSizeInBytes: 20,
|
|
275
343
|
decimals: EVM_DECIMALS,
|
|
276
344
|
mptBaseGas: 195000,
|
|
277
345
|
fpBaseGas: 195000,
|
|
278
|
-
symbol: '
|
|
346
|
+
symbol: 'CFX',
|
|
279
347
|
},
|
|
280
|
-
|
|
281
|
-
[ChainName.INTAIN]: {
|
|
348
|
+
[ChainName.CONVERGE]: {
|
|
282
349
|
addressSizeInBytes: 20,
|
|
283
350
|
decimals: EVM_DECIMALS,
|
|
284
|
-
mptBaseGas:
|
|
285
|
-
fpBaseGas:
|
|
286
|
-
symbol: '
|
|
351
|
+
mptBaseGas: 200000,
|
|
352
|
+
fpBaseGas: 200000,
|
|
353
|
+
symbol: 'ETH',
|
|
354
|
+
chainLayer: 2,
|
|
287
355
|
},
|
|
288
|
-
[ChainName.
|
|
356
|
+
[ChainName.COREDAO]: {
|
|
357
|
+
addressSizeInBytes: 20,
|
|
358
|
+
decimals: EVM_DECIMALS,
|
|
359
|
+
mptBaseGas: 200000,
|
|
360
|
+
fpBaseGas: 200000,
|
|
361
|
+
symbol: 'CORE',
|
|
362
|
+
},
|
|
363
|
+
[ChainName.CRONOSEVM]: {
|
|
289
364
|
addressSizeInBytes: 20,
|
|
290
365
|
decimals: EVM_DECIMALS,
|
|
291
366
|
mptBaseGas: 195000,
|
|
292
367
|
fpBaseGas: 195000,
|
|
293
|
-
symbol: '
|
|
368
|
+
symbol: 'CRO',
|
|
369
|
+
chainLayer: 1,
|
|
294
370
|
},
|
|
295
|
-
[ChainName.
|
|
371
|
+
[ChainName.CRONOSZKEVM]: {
|
|
296
372
|
addressSizeInBytes: 20,
|
|
297
373
|
decimals: EVM_DECIMALS,
|
|
298
374
|
mptBaseGas: 200000,
|
|
299
375
|
fpBaseGas: 200000,
|
|
300
|
-
symbol: '
|
|
376
|
+
symbol: 'zkCRO',
|
|
377
|
+
chainLayer: 2,
|
|
301
378
|
},
|
|
302
|
-
[ChainName.
|
|
379
|
+
[ChainName.CURTIS]: {
|
|
303
380
|
addressSizeInBytes: 20,
|
|
304
381
|
decimals: EVM_DECIMALS,
|
|
305
382
|
mptBaseGas: 200000,
|
|
306
383
|
fpBaseGas: 200000,
|
|
307
|
-
symbol: '
|
|
384
|
+
symbol: 'APE',
|
|
385
|
+
chainLayer: 2,
|
|
308
386
|
},
|
|
309
|
-
[ChainName.
|
|
387
|
+
[ChainName.CYBER]: {
|
|
310
388
|
addressSizeInBytes: 20,
|
|
311
389
|
decimals: EVM_DECIMALS,
|
|
312
|
-
symbol: 'ETH',
|
|
313
390
|
mptBaseGas: 200000,
|
|
314
391
|
fpBaseGas: 200000,
|
|
392
|
+
symbol: 'ETH',
|
|
393
|
+
chainLayer: 2,
|
|
315
394
|
},
|
|
316
|
-
[ChainName.
|
|
395
|
+
[ChainName.DEGEN]: {
|
|
317
396
|
addressSizeInBytes: 20,
|
|
318
397
|
decimals: EVM_DECIMALS,
|
|
319
|
-
symbol: 'ETH',
|
|
320
398
|
mptBaseGas: 200000,
|
|
321
399
|
fpBaseGas: 200000,
|
|
400
|
+
symbol: 'DEGEN',
|
|
322
401
|
},
|
|
323
|
-
[ChainName.
|
|
402
|
+
[ChainName.DEXALOT]: {
|
|
403
|
+
addressSizeInBytes: 20,
|
|
404
|
+
decimals: EVM_DECIMALS,
|
|
405
|
+
mptBaseGas: 199000,
|
|
406
|
+
fpBaseGas: 199000,
|
|
407
|
+
symbol: 'ALOT',
|
|
408
|
+
},
|
|
409
|
+
[ChainName.DFK]: {
|
|
324
410
|
addressSizeInBytes: 20,
|
|
325
411
|
decimals: EVM_DECIMALS,
|
|
326
412
|
mptBaseGas: 200000,
|
|
327
413
|
fpBaseGas: 200000,
|
|
328
|
-
symbol: '
|
|
414
|
+
symbol: 'JEWEL',
|
|
329
415
|
},
|
|
330
|
-
[ChainName.
|
|
416
|
+
[ChainName.DINARI]: {
|
|
331
417
|
addressSizeInBytes: 20,
|
|
332
418
|
decimals: EVM_DECIMALS,
|
|
333
419
|
mptBaseGas: 200000,
|
|
334
420
|
fpBaseGas: 200000,
|
|
335
|
-
symbol: '
|
|
336
|
-
chainLayer:
|
|
421
|
+
symbol: 'DGAS',
|
|
422
|
+
chainLayer: 1,
|
|
337
423
|
},
|
|
338
|
-
[ChainName.
|
|
424
|
+
[ChainName.DM2VERSE]: {
|
|
339
425
|
addressSizeInBytes: 20,
|
|
340
426
|
decimals: EVM_DECIMALS,
|
|
341
427
|
mptBaseGas: 195000,
|
|
342
428
|
fpBaseGas: 195000,
|
|
343
|
-
symbol: '
|
|
344
|
-
chainLayer: 2,
|
|
429
|
+
symbol: 'OAS',
|
|
345
430
|
},
|
|
346
|
-
[ChainName.
|
|
431
|
+
[ChainName.DOMA]: {
|
|
347
432
|
addressSizeInBytes: 20,
|
|
348
433
|
decimals: EVM_DECIMALS,
|
|
349
|
-
mptBaseGas:
|
|
350
|
-
fpBaseGas:
|
|
434
|
+
mptBaseGas: 200000,
|
|
435
|
+
fpBaseGas: 200000,
|
|
351
436
|
symbol: 'ETH',
|
|
352
437
|
chainLayer: 2,
|
|
353
438
|
},
|
|
354
|
-
[ChainName.
|
|
439
|
+
[ChainName.DOS]: {
|
|
355
440
|
addressSizeInBytes: 20,
|
|
356
441
|
decimals: EVM_DECIMALS,
|
|
357
442
|
mptBaseGas: 200000,
|
|
358
443
|
fpBaseGas: 200000,
|
|
359
|
-
symbol: '
|
|
360
|
-
chainLayer: 2,
|
|
444
|
+
symbol: 'DOS',
|
|
361
445
|
},
|
|
362
|
-
[ChainName.
|
|
446
|
+
[ChainName.EBI]: {
|
|
363
447
|
addressSizeInBytes: 20,
|
|
364
448
|
decimals: EVM_DECIMALS,
|
|
365
449
|
mptBaseGas: 200000,
|
|
366
450
|
fpBaseGas: 200000,
|
|
367
451
|
symbol: 'ETH',
|
|
452
|
+
chainLayer: 2,
|
|
368
453
|
},
|
|
369
|
-
[ChainName.
|
|
454
|
+
[ChainName.EDU]: {
|
|
370
455
|
addressSizeInBytes: 20,
|
|
371
456
|
decimals: EVM_DECIMALS,
|
|
372
457
|
mptBaseGas: 200000,
|
|
373
458
|
fpBaseGas: 200000,
|
|
374
|
-
symbol: '
|
|
459
|
+
symbol: 'EDU',
|
|
460
|
+
chainLayer: 2,
|
|
375
461
|
},
|
|
376
|
-
[ChainName.
|
|
462
|
+
[ChainName.EON]: {
|
|
377
463
|
addressSizeInBytes: 20,
|
|
378
464
|
decimals: EVM_DECIMALS,
|
|
379
|
-
mptBaseGas:
|
|
380
|
-
fpBaseGas:
|
|
381
|
-
symbol: '
|
|
465
|
+
mptBaseGas: 185000,
|
|
466
|
+
fpBaseGas: 185000,
|
|
467
|
+
symbol: 'ZEN',
|
|
468
|
+
chainLayer: 2,
|
|
382
469
|
},
|
|
383
|
-
[ChainName.
|
|
470
|
+
[ChainName.ETHEREAL]: {
|
|
384
471
|
addressSizeInBytes: 20,
|
|
385
472
|
decimals: EVM_DECIMALS,
|
|
386
473
|
mptBaseGas: 200000,
|
|
387
474
|
fpBaseGas: 200000,
|
|
388
|
-
symbol: '
|
|
389
|
-
chainLayer: 2,
|
|
475
|
+
symbol: 'USDe',
|
|
390
476
|
},
|
|
391
|
-
[ChainName.
|
|
477
|
+
[ChainName.ETHEREAL2]: {
|
|
392
478
|
addressSizeInBytes: 20,
|
|
393
479
|
decimals: EVM_DECIMALS,
|
|
394
480
|
mptBaseGas: 200000,
|
|
395
481
|
fpBaseGas: 200000,
|
|
396
|
-
symbol: '
|
|
482
|
+
symbol: 'USDe',
|
|
483
|
+
chainLayer: 2,
|
|
397
484
|
},
|
|
398
|
-
[ChainName.
|
|
485
|
+
[ChainName.ETHEREUM]: {
|
|
399
486
|
addressSizeInBytes: 20,
|
|
400
487
|
decimals: EVM_DECIMALS,
|
|
401
|
-
mptBaseGas:
|
|
402
|
-
fpBaseGas:
|
|
488
|
+
mptBaseGas: 195000,
|
|
489
|
+
fpBaseGas: 195000,
|
|
403
490
|
symbol: 'ETH',
|
|
404
|
-
chainLayer: 2,
|
|
405
491
|
},
|
|
406
|
-
[ChainName.
|
|
492
|
+
[ChainName.ETHERLINK]: {
|
|
407
493
|
addressSizeInBytes: 20,
|
|
408
|
-
decimals:
|
|
494
|
+
decimals: EVM_DECIMALS,
|
|
409
495
|
mptBaseGas: 200000,
|
|
410
496
|
fpBaseGas: 200000,
|
|
411
|
-
symbol: '
|
|
497
|
+
symbol: 'XTZ',
|
|
498
|
+
chainLayer: 2,
|
|
412
499
|
},
|
|
413
|
-
[ChainName.
|
|
500
|
+
[ChainName.EXOCORE]: {
|
|
414
501
|
addressSizeInBytes: 20,
|
|
415
502
|
decimals: EVM_DECIMALS,
|
|
416
503
|
mptBaseGas: 200000,
|
|
417
504
|
fpBaseGas: 200000,
|
|
418
|
-
symbol: '
|
|
505
|
+
symbol: 'ETH',
|
|
419
506
|
},
|
|
420
|
-
[ChainName.
|
|
507
|
+
[ChainName.FANTOM]: {
|
|
421
508
|
addressSizeInBytes: 20,
|
|
422
509
|
decimals: EVM_DECIMALS,
|
|
423
510
|
mptBaseGas: 200000,
|
|
424
511
|
fpBaseGas: 200000,
|
|
425
|
-
symbol: '
|
|
512
|
+
symbol: 'FTM',
|
|
513
|
+
chainLayer: 1,
|
|
426
514
|
},
|
|
427
|
-
[ChainName.
|
|
515
|
+
[ChainName.FI]: {
|
|
428
516
|
addressSizeInBytes: 20,
|
|
429
517
|
decimals: EVM_DECIMALS,
|
|
430
518
|
mptBaseGas: 200000,
|
|
431
519
|
fpBaseGas: 200000,
|
|
432
|
-
symbol: '
|
|
520
|
+
symbol: 'ETH',
|
|
433
521
|
chainLayer: 2,
|
|
434
522
|
},
|
|
435
|
-
|
|
436
|
-
[ChainName.HUBBLE]: {
|
|
523
|
+
[ChainName.FLARE]: {
|
|
437
524
|
addressSizeInBytes: 20,
|
|
438
525
|
decimals: EVM_DECIMALS,
|
|
439
|
-
mptBaseGas:
|
|
440
|
-
fpBaseGas:
|
|
441
|
-
symbol: '
|
|
526
|
+
mptBaseGas: 199000,
|
|
527
|
+
fpBaseGas: 199000,
|
|
528
|
+
symbol: 'FLR',
|
|
529
|
+
},
|
|
530
|
+
[ChainName.FLOW]: {
|
|
531
|
+
addressSizeInBytes: 20,
|
|
532
|
+
decimals: EVM_DECIMALS,
|
|
533
|
+
mptBaseGas: 195000,
|
|
534
|
+
fpBaseGas: 195000,
|
|
535
|
+
symbol: 'FLOW',
|
|
442
536
|
chainLayer: 2,
|
|
443
537
|
},
|
|
444
|
-
[ChainName.
|
|
538
|
+
[ChainName.FORM]: {
|
|
445
539
|
addressSizeInBytes: 20,
|
|
446
540
|
decimals: EVM_DECIMALS,
|
|
447
541
|
mptBaseGas: 200000,
|
|
448
542
|
fpBaseGas: 200000,
|
|
449
543
|
symbol: 'ETH',
|
|
544
|
+
},
|
|
545
|
+
[ChainName.FRAME]: {
|
|
546
|
+
addressSizeInBytes: 20,
|
|
547
|
+
decimals: EVM_DECIMALS,
|
|
548
|
+
mptBaseGas: 5550000,
|
|
549
|
+
fpBaseGas: 5550000,
|
|
550
|
+
symbol: 'ETH',
|
|
450
551
|
chainLayer: 2,
|
|
451
552
|
},
|
|
452
|
-
[ChainName.
|
|
553
|
+
[ChainName.FRAXTAL]: {
|
|
453
554
|
addressSizeInBytes: 20,
|
|
454
555
|
decimals: EVM_DECIMALS,
|
|
455
556
|
mptBaseGas: 200000,
|
|
456
557
|
fpBaseGas: 200000,
|
|
457
|
-
symbol: '
|
|
558
|
+
symbol: 'FRAX',
|
|
559
|
+
chainLayer: 2,
|
|
458
560
|
},
|
|
459
|
-
[ChainName.
|
|
561
|
+
[ChainName.FUSE]: {
|
|
460
562
|
addressSizeInBytes: 20,
|
|
461
563
|
decimals: EVM_DECIMALS,
|
|
462
564
|
mptBaseGas: 200000,
|
|
463
565
|
fpBaseGas: 200000,
|
|
464
|
-
symbol: '
|
|
566
|
+
symbol: 'FUSE',
|
|
465
567
|
chainLayer: 2,
|
|
466
568
|
},
|
|
467
|
-
[ChainName.
|
|
569
|
+
[ChainName.GAMESWIFT]: {
|
|
570
|
+
addressSizeInBytes: 20,
|
|
571
|
+
decimals: EVM_DECIMALS,
|
|
572
|
+
mptBaseGas: 195000,
|
|
573
|
+
fpBaseGas: 195000,
|
|
574
|
+
symbol: 'tGS',
|
|
575
|
+
chainLayer: 2,
|
|
576
|
+
},
|
|
577
|
+
[ChainName.GATE]: {
|
|
468
578
|
addressSizeInBytes: 20,
|
|
469
579
|
decimals: EVM_DECIMALS,
|
|
470
580
|
mptBaseGas: 200000,
|
|
471
581
|
fpBaseGas: 200000,
|
|
472
|
-
symbol: '
|
|
582
|
+
symbol: 'GT',
|
|
583
|
+
chainLayer: 2,
|
|
473
584
|
},
|
|
474
|
-
[ChainName.
|
|
585
|
+
[ChainName.GATELAYER]: {
|
|
475
586
|
addressSizeInBytes: 20,
|
|
476
587
|
decimals: EVM_DECIMALS,
|
|
477
588
|
mptBaseGas: 200000,
|
|
478
589
|
fpBaseGas: 200000,
|
|
479
|
-
symbol: '
|
|
590
|
+
symbol: 'GT',
|
|
480
591
|
chainLayer: 2,
|
|
481
592
|
},
|
|
482
|
-
[ChainName.
|
|
593
|
+
[ChainName.GLUE]: {
|
|
483
594
|
addressSizeInBytes: 20,
|
|
484
595
|
decimals: EVM_DECIMALS,
|
|
485
596
|
mptBaseGas: 200000,
|
|
486
597
|
fpBaseGas: 200000,
|
|
487
|
-
symbol: '
|
|
598
|
+
symbol: 'MATIC',
|
|
488
599
|
chainLayer: 2,
|
|
489
600
|
},
|
|
490
|
-
[ChainName.
|
|
601
|
+
[ChainName.GNOSIS]: {
|
|
491
602
|
addressSizeInBytes: 20,
|
|
492
603
|
decimals: EVM_DECIMALS,
|
|
493
|
-
mptBaseGas:
|
|
494
|
-
fpBaseGas:
|
|
495
|
-
symbol: '
|
|
604
|
+
mptBaseGas: 200000,
|
|
605
|
+
fpBaseGas: 200000,
|
|
606
|
+
symbol: 'DAI',
|
|
496
607
|
},
|
|
497
|
-
[ChainName.
|
|
608
|
+
[ChainName.GOAT]: {
|
|
498
609
|
addressSizeInBytes: 20,
|
|
499
610
|
decimals: EVM_DECIMALS,
|
|
500
611
|
mptBaseGas: 195000,
|
|
501
612
|
fpBaseGas: 195000,
|
|
502
|
-
symbol: '
|
|
503
|
-
chainLayer:
|
|
613
|
+
symbol: 'BTC',
|
|
614
|
+
chainLayer: 1,
|
|
504
615
|
},
|
|
505
|
-
[ChainName.
|
|
616
|
+
[ChainName.GOERLI]: {
|
|
506
617
|
addressSizeInBytes: 20,
|
|
507
618
|
decimals: EVM_DECIMALS,
|
|
508
|
-
mptBaseGas:
|
|
509
|
-
fpBaseGas:
|
|
510
|
-
symbol: '
|
|
619
|
+
mptBaseGas: 195000,
|
|
620
|
+
fpBaseGas: 195000,
|
|
621
|
+
symbol: 'GETH',
|
|
511
622
|
},
|
|
512
|
-
[ChainName.
|
|
623
|
+
[ChainName.GRAVITY]: {
|
|
513
624
|
addressSizeInBytes: 20,
|
|
514
625
|
decimals: EVM_DECIMALS,
|
|
515
626
|
mptBaseGas: 200000,
|
|
516
627
|
fpBaseGas: 200000,
|
|
517
|
-
symbol: '
|
|
628
|
+
symbol: 'G',
|
|
629
|
+
chainLayer: 2,
|
|
518
630
|
},
|
|
519
|
-
[ChainName.
|
|
631
|
+
[ChainName.GUNZ]: {
|
|
520
632
|
addressSizeInBytes: 20,
|
|
521
633
|
decimals: EVM_DECIMALS,
|
|
522
634
|
mptBaseGas: 195000,
|
|
523
635
|
fpBaseGas: 195000,
|
|
524
|
-
symbol: '
|
|
636
|
+
symbol: 'GUN',
|
|
525
637
|
chainLayer: 2,
|
|
526
638
|
},
|
|
527
|
-
[ChainName.
|
|
639
|
+
[ChainName.GUNZILLA]: {
|
|
528
640
|
addressSizeInBytes: 20,
|
|
529
641
|
decimals: EVM_DECIMALS,
|
|
530
|
-
mptBaseGas:
|
|
531
|
-
fpBaseGas:
|
|
532
|
-
symbol: '
|
|
642
|
+
mptBaseGas: 199000,
|
|
643
|
+
fpBaseGas: 199000,
|
|
644
|
+
symbol: 'AVAX',
|
|
533
645
|
},
|
|
534
|
-
[ChainName.
|
|
646
|
+
[ChainName.HARMONY]: {
|
|
535
647
|
addressSizeInBytes: 20,
|
|
536
648
|
decimals: EVM_DECIMALS,
|
|
537
|
-
mptBaseGas:
|
|
538
|
-
fpBaseGas:
|
|
539
|
-
symbol: '
|
|
649
|
+
mptBaseGas: 200000,
|
|
650
|
+
fpBaseGas: 200000,
|
|
651
|
+
symbol: 'ONE',
|
|
540
652
|
chainLayer: 2,
|
|
541
653
|
},
|
|
542
|
-
[ChainName.
|
|
654
|
+
[ChainName.HEDERA]: {
|
|
543
655
|
addressSizeInBytes: 20,
|
|
544
|
-
decimals:
|
|
545
|
-
mptBaseGas:
|
|
546
|
-
fpBaseGas:
|
|
547
|
-
symbol: '
|
|
656
|
+
decimals: HEDERA_DECIMALS,
|
|
657
|
+
mptBaseGas: 200000,
|
|
658
|
+
fpBaseGas: 200000,
|
|
659
|
+
symbol: 'HBAR',
|
|
548
660
|
},
|
|
549
|
-
[ChainName.
|
|
661
|
+
[ChainName.HEMI]: {
|
|
550
662
|
addressSizeInBytes: 20,
|
|
551
663
|
decimals: EVM_DECIMALS,
|
|
552
664
|
mptBaseGas: 195000,
|
|
553
665
|
fpBaseGas: 195000,
|
|
554
666
|
symbol: 'ETH',
|
|
667
|
+
chainLayer: 2,
|
|
555
668
|
},
|
|
556
|
-
[ChainName.
|
|
669
|
+
[ChainName.HOLESKY]: {
|
|
557
670
|
addressSizeInBytes: 20,
|
|
558
671
|
decimals: EVM_DECIMALS,
|
|
559
|
-
mptBaseGas:
|
|
560
|
-
fpBaseGas:
|
|
672
|
+
mptBaseGas: 195000,
|
|
673
|
+
fpBaseGas: 195000,
|
|
561
674
|
symbol: 'ETH',
|
|
562
675
|
},
|
|
563
|
-
[ChainName.
|
|
676
|
+
[ChainName.HOMEVERSE]: {
|
|
564
677
|
addressSizeInBytes: 20,
|
|
565
678
|
decimals: EVM_DECIMALS,
|
|
566
|
-
mptBaseGas:
|
|
567
|
-
fpBaseGas:
|
|
568
|
-
symbol: '
|
|
679
|
+
mptBaseGas: 200000,
|
|
680
|
+
fpBaseGas: 200000,
|
|
681
|
+
symbol: 'OAS',
|
|
569
682
|
},
|
|
570
|
-
|
|
683
|
+
// @deprecated put it back there for backfill purpose
|
|
684
|
+
[ChainName.HUBBLE]: {
|
|
571
685
|
addressSizeInBytes: 20,
|
|
572
686
|
decimals: EVM_DECIMALS,
|
|
573
687
|
mptBaseGas: 200000,
|
|
574
688
|
fpBaseGas: 200000,
|
|
575
|
-
symbol: '
|
|
689
|
+
symbol: 'USDC',
|
|
576
690
|
chainLayer: 2,
|
|
577
691
|
},
|
|
578
|
-
[ChainName.
|
|
692
|
+
[ChainName.HUMANITY]: {
|
|
579
693
|
addressSizeInBytes: 20,
|
|
580
694
|
decimals: EVM_DECIMALS,
|
|
581
|
-
mptBaseGas:
|
|
582
|
-
fpBaseGas:
|
|
583
|
-
symbol: '
|
|
695
|
+
mptBaseGas: 200000,
|
|
696
|
+
fpBaseGas: 200000,
|
|
697
|
+
symbol: 'H',
|
|
584
698
|
chainLayer: 2,
|
|
585
699
|
},
|
|
586
|
-
[ChainName.
|
|
700
|
+
[ChainName.HYPERLIQUID]: {
|
|
587
701
|
addressSizeInBytes: 20,
|
|
588
702
|
decimals: EVM_DECIMALS,
|
|
589
|
-
mptBaseGas:
|
|
590
|
-
fpBaseGas:
|
|
591
|
-
symbol: '
|
|
592
|
-
chainLayer:
|
|
703
|
+
mptBaseGas: 195000,
|
|
704
|
+
fpBaseGas: 195000,
|
|
705
|
+
symbol: 'HYPE',
|
|
706
|
+
chainLayer: 1,
|
|
593
707
|
},
|
|
594
|
-
[ChainName.
|
|
708
|
+
[ChainName.IDEX]: {
|
|
595
709
|
addressSizeInBytes: 20,
|
|
596
710
|
decimals: EVM_DECIMALS,
|
|
711
|
+
mptBaseGas: 185000,
|
|
712
|
+
fpBaseGas: 185000,
|
|
713
|
+
symbol: 'ETH',
|
|
714
|
+
},
|
|
715
|
+
[ChainName.INITIA]: {
|
|
716
|
+
addressSizeInBytes: 32,
|
|
717
|
+
decimals: INITIA_DECIMALS,
|
|
597
718
|
mptBaseGas: 195000,
|
|
598
719
|
fpBaseGas: 195000,
|
|
599
|
-
symbol: '
|
|
600
|
-
chainLayer: 2,
|
|
720
|
+
symbol: 'INIT',
|
|
601
721
|
},
|
|
602
|
-
[ChainName.
|
|
722
|
+
[ChainName.INJECTIVE]: {
|
|
603
723
|
addressSizeInBytes: 20,
|
|
604
724
|
decimals: EVM_DECIMALS,
|
|
605
|
-
mptBaseGas:
|
|
606
|
-
fpBaseGas:
|
|
725
|
+
mptBaseGas: 185000,
|
|
726
|
+
fpBaseGas: 185000,
|
|
607
727
|
symbol: 'ETH',
|
|
608
728
|
},
|
|
609
|
-
[ChainName.
|
|
729
|
+
[ChainName.INJECTIVE1439]: {
|
|
610
730
|
addressSizeInBytes: 20,
|
|
611
731
|
decimals: EVM_DECIMALS,
|
|
612
|
-
mptBaseGas:
|
|
613
|
-
fpBaseGas:
|
|
614
|
-
symbol: '
|
|
732
|
+
mptBaseGas: 195000,
|
|
733
|
+
fpBaseGas: 195000,
|
|
734
|
+
symbol: 'INJ',
|
|
735
|
+
chainLayer: 1,
|
|
615
736
|
},
|
|
616
|
-
[ChainName.
|
|
737
|
+
[ChainName.INJECTIVEEVM]: {
|
|
617
738
|
addressSizeInBytes: 20,
|
|
618
739
|
decimals: EVM_DECIMALS,
|
|
619
740
|
mptBaseGas: 200000,
|
|
620
741
|
fpBaseGas: 200000,
|
|
621
|
-
symbol: '
|
|
742
|
+
symbol: 'INJ',
|
|
743
|
+
chainLayer: 1,
|
|
622
744
|
},
|
|
623
|
-
[ChainName.
|
|
745
|
+
[ChainName.INK]: {
|
|
624
746
|
addressSizeInBytes: 20,
|
|
625
747
|
decimals: EVM_DECIMALS,
|
|
626
|
-
mptBaseGas:
|
|
627
|
-
fpBaseGas:
|
|
748
|
+
mptBaseGas: 195000,
|
|
749
|
+
fpBaseGas: 195000,
|
|
628
750
|
symbol: 'ETH',
|
|
629
751
|
chainLayer: 2,
|
|
630
752
|
},
|
|
631
|
-
|
|
753
|
+
// @deprecated put it back there for backfill purpose
|
|
754
|
+
[ChainName.INTAIN]: {
|
|
632
755
|
addressSizeInBytes: 20,
|
|
633
756
|
decimals: EVM_DECIMALS,
|
|
634
|
-
mptBaseGas:
|
|
635
|
-
fpBaseGas:
|
|
636
|
-
symbol: '
|
|
757
|
+
mptBaseGas: 195000,
|
|
758
|
+
fpBaseGas: 195000,
|
|
759
|
+
symbol: 'GETH',
|
|
637
760
|
},
|
|
638
|
-
[ChainName.
|
|
761
|
+
[ChainName.IOTA]: {
|
|
639
762
|
addressSizeInBytes: 20,
|
|
640
763
|
decimals: EVM_DECIMALS,
|
|
641
|
-
mptBaseGas:
|
|
642
|
-
fpBaseGas:
|
|
643
|
-
symbol: '
|
|
764
|
+
mptBaseGas: 200000,
|
|
765
|
+
fpBaseGas: 200000,
|
|
766
|
+
symbol: 'IOTA',
|
|
767
|
+
chainLayer: 1,
|
|
644
768
|
},
|
|
645
|
-
[ChainName.
|
|
646
|
-
addressSizeInBytes:
|
|
647
|
-
decimals:
|
|
769
|
+
[ChainName.IOTAL1]: {
|
|
770
|
+
addressSizeInBytes: 32,
|
|
771
|
+
decimals: IOTAMOVE_DECIMALS,
|
|
648
772
|
mptBaseGas: 195000,
|
|
649
773
|
fpBaseGas: 195000,
|
|
650
|
-
symbol: '
|
|
651
|
-
chainLayer:
|
|
652
|
-
},
|
|
653
|
-
[ChainName.BB1]: {
|
|
654
|
-
addressSizeInBytes: 20,
|
|
655
|
-
decimals: EVM_DECIMALS,
|
|
656
|
-
mptBaseGas: 5550000,
|
|
657
|
-
fpBaseGas: 5550000,
|
|
658
|
-
symbol: 'INJ',
|
|
774
|
+
symbol: 'IOTA',
|
|
775
|
+
chainLayer: 1,
|
|
659
776
|
},
|
|
660
|
-
[ChainName.
|
|
777
|
+
[ChainName.ISLANDER]: {
|
|
661
778
|
addressSizeInBytes: 20,
|
|
662
779
|
decimals: EVM_DECIMALS,
|
|
663
780
|
mptBaseGas: 195000,
|
|
664
781
|
fpBaseGas: 195000,
|
|
665
|
-
symbol: '
|
|
666
|
-
chainLayer:
|
|
782
|
+
symbol: 'VANA',
|
|
783
|
+
chainLayer: 1,
|
|
667
784
|
},
|
|
668
785
|
[ChainName.JOC]: {
|
|
669
786
|
addressSizeInBytes: 20,
|
|
@@ -673,7 +790,7 @@ export const staticConfig: StaticConfig = {
|
|
|
673
790
|
symbol: 'JOC',
|
|
674
791
|
chainLayer: 1,
|
|
675
792
|
},
|
|
676
|
-
[ChainName.
|
|
793
|
+
[ChainName.KATANA]: {
|
|
677
794
|
addressSizeInBytes: 20,
|
|
678
795
|
decimals: EVM_DECIMALS,
|
|
679
796
|
mptBaseGas: 200000,
|
|
@@ -681,117 +798,106 @@ export const staticConfig: StaticConfig = {
|
|
|
681
798
|
symbol: 'ETH',
|
|
682
799
|
chainLayer: 2,
|
|
683
800
|
},
|
|
684
|
-
[ChainName.
|
|
685
|
-
addressSizeInBytes: 20,
|
|
686
|
-
decimals: EVM_DECIMALS,
|
|
687
|
-
mptBaseGas: 200000,
|
|
688
|
-
fpBaseGas: 200000,
|
|
689
|
-
symbol: 'XAI',
|
|
690
|
-
},
|
|
691
|
-
[ChainName.TANGIBLE]: {
|
|
801
|
+
[ChainName.KAVA]: {
|
|
692
802
|
addressSizeInBytes: 20,
|
|
693
803
|
decimals: EVM_DECIMALS,
|
|
694
804
|
mptBaseGas: 200000,
|
|
695
805
|
fpBaseGas: 200000,
|
|
696
|
-
symbol: '
|
|
697
|
-
chainLayer: 2,
|
|
806
|
+
symbol: 'KAVA',
|
|
698
807
|
},
|
|
699
|
-
[ChainName.
|
|
808
|
+
[ChainName.KEVNET]: {
|
|
700
809
|
addressSizeInBytes: 20,
|
|
701
810
|
decimals: EVM_DECIMALS,
|
|
702
811
|
mptBaseGas: 195000,
|
|
703
812
|
fpBaseGas: 195000,
|
|
704
813
|
symbol: 'ETH',
|
|
814
|
+
chainLayer: 2,
|
|
705
815
|
},
|
|
706
|
-
[ChainName.
|
|
816
|
+
[ChainName.KITE]: {
|
|
707
817
|
addressSizeInBytes: 20,
|
|
708
818
|
decimals: EVM_DECIMALS,
|
|
709
819
|
mptBaseGas: 200000,
|
|
710
820
|
fpBaseGas: 200000,
|
|
711
|
-
symbol: '
|
|
821
|
+
symbol: 'KITE',
|
|
822
|
+
chainLayer: 1,
|
|
712
823
|
},
|
|
713
|
-
[ChainName.
|
|
824
|
+
[ChainName.KIWI]: {
|
|
714
825
|
addressSizeInBytes: 20,
|
|
715
826
|
decimals: EVM_DECIMALS,
|
|
716
827
|
mptBaseGas: 200000,
|
|
717
828
|
fpBaseGas: 200000,
|
|
718
|
-
symbol: '
|
|
829
|
+
symbol: 'SHRAP',
|
|
719
830
|
},
|
|
720
|
-
[ChainName.
|
|
831
|
+
[ChainName.KIWI2]: {
|
|
721
832
|
addressSizeInBytes: 20,
|
|
722
833
|
decimals: EVM_DECIMALS,
|
|
723
834
|
mptBaseGas: 200000,
|
|
724
835
|
fpBaseGas: 200000,
|
|
725
|
-
symbol: '
|
|
726
|
-
chainLayer: 2,
|
|
836
|
+
symbol: 'SHRAP',
|
|
727
837
|
},
|
|
728
|
-
[ChainName.
|
|
838
|
+
[ChainName.KLAYTN]: {
|
|
729
839
|
addressSizeInBytes: 20,
|
|
730
840
|
decimals: EVM_DECIMALS,
|
|
731
841
|
mptBaseGas: 200000,
|
|
732
842
|
fpBaseGas: 200000,
|
|
733
|
-
symbol: '
|
|
843
|
+
symbol: 'KLAY',
|
|
734
844
|
},
|
|
735
|
-
[ChainName.
|
|
845
|
+
[ChainName.LENS]: {
|
|
736
846
|
addressSizeInBytes: 20,
|
|
737
847
|
decimals: EVM_DECIMALS,
|
|
738
848
|
mptBaseGas: 200000,
|
|
739
849
|
fpBaseGas: 200000,
|
|
740
|
-
symbol: '
|
|
850
|
+
symbol: 'GHO',
|
|
741
851
|
chainLayer: 2,
|
|
742
852
|
},
|
|
743
|
-
[ChainName.
|
|
853
|
+
[ChainName.LIF3]: {
|
|
744
854
|
addressSizeInBytes: 20,
|
|
745
855
|
decimals: EVM_DECIMALS,
|
|
746
|
-
mptBaseGas:
|
|
747
|
-
fpBaseGas:
|
|
748
|
-
symbol: '
|
|
856
|
+
mptBaseGas: 195000,
|
|
857
|
+
fpBaseGas: 195000,
|
|
858
|
+
symbol: 'LIF3',
|
|
859
|
+
chainLayer: 2,
|
|
749
860
|
},
|
|
750
|
-
[ChainName.
|
|
861
|
+
[ChainName.LIGHTLINK]: {
|
|
751
862
|
addressSizeInBytes: 20,
|
|
752
863
|
decimals: EVM_DECIMALS,
|
|
753
864
|
mptBaseGas: 200000,
|
|
754
865
|
fpBaseGas: 200000,
|
|
755
|
-
symbol: '
|
|
866
|
+
symbol: 'ETH',
|
|
756
867
|
chainLayer: 2,
|
|
757
868
|
},
|
|
758
|
-
[ChainName.
|
|
869
|
+
[ChainName.LINEASEP]: {
|
|
759
870
|
addressSizeInBytes: 20,
|
|
760
871
|
decimals: EVM_DECIMALS,
|
|
761
|
-
mptBaseGas:
|
|
762
|
-
fpBaseGas:
|
|
872
|
+
mptBaseGas: 195000,
|
|
873
|
+
fpBaseGas: 195000,
|
|
763
874
|
symbol: 'ETH',
|
|
764
875
|
chainLayer: 2,
|
|
765
876
|
},
|
|
766
|
-
[ChainName.
|
|
877
|
+
[ChainName.LISK]: {
|
|
767
878
|
addressSizeInBytes: 20,
|
|
768
879
|
decimals: EVM_DECIMALS,
|
|
769
|
-
mptBaseGas:
|
|
770
|
-
fpBaseGas:
|
|
771
|
-
symbol: '
|
|
880
|
+
mptBaseGas: 195000,
|
|
881
|
+
fpBaseGas: 195000,
|
|
882
|
+
symbol: 'ETH',
|
|
883
|
+
chainLayer: 2,
|
|
772
884
|
},
|
|
773
|
-
[ChainName.
|
|
885
|
+
[ChainName.LL1]: {
|
|
774
886
|
addressSizeInBytes: 20,
|
|
775
887
|
decimals: EVM_DECIMALS,
|
|
776
888
|
mptBaseGas: 200000,
|
|
777
889
|
fpBaseGas: 200000,
|
|
778
|
-
symbol: '
|
|
779
|
-
},
|
|
780
|
-
[ChainName.HEDERA]: {
|
|
781
|
-
addressSizeInBytes: 20,
|
|
782
|
-
decimals: HEDERA_DECIMALS,
|
|
783
|
-
mptBaseGas: 200000,
|
|
784
|
-
fpBaseGas: 200000,
|
|
785
|
-
symbol: 'HBAR',
|
|
890
|
+
symbol: 'USDC',
|
|
786
891
|
},
|
|
787
|
-
[ChainName.
|
|
892
|
+
[ChainName.LOOT]: {
|
|
788
893
|
addressSizeInBytes: 20,
|
|
789
894
|
decimals: EVM_DECIMALS,
|
|
790
895
|
mptBaseGas: 200000,
|
|
791
896
|
fpBaseGas: 200000,
|
|
792
|
-
symbol: '
|
|
897
|
+
symbol: 'AGLD',
|
|
898
|
+
chainLayer: 2,
|
|
793
899
|
},
|
|
794
|
-
[ChainName.
|
|
900
|
+
[ChainName.LYRA]: {
|
|
795
901
|
addressSizeInBytes: 20,
|
|
796
902
|
decimals: EVM_DECIMALS,
|
|
797
903
|
mptBaseGas: 200000,
|
|
@@ -799,15 +905,14 @@ export const staticConfig: StaticConfig = {
|
|
|
799
905
|
symbol: 'ETH',
|
|
800
906
|
chainLayer: 2,
|
|
801
907
|
},
|
|
802
|
-
[ChainName.
|
|
908
|
+
[ChainName.LZJK]: {
|
|
803
909
|
addressSizeInBytes: 20,
|
|
804
910
|
decimals: EVM_DECIMALS,
|
|
805
911
|
mptBaseGas: 200000,
|
|
806
912
|
fpBaseGas: 200000,
|
|
807
|
-
symbol: '
|
|
808
|
-
chainLayer: 2,
|
|
913
|
+
symbol: 'LZJK',
|
|
809
914
|
},
|
|
810
|
-
[ChainName.
|
|
915
|
+
[ChainName.MANTA]: {
|
|
811
916
|
addressSizeInBytes: 20,
|
|
812
917
|
decimals: EVM_DECIMALS,
|
|
813
918
|
mptBaseGas: 200000,
|
|
@@ -815,233 +920,298 @@ export const staticConfig: StaticConfig = {
|
|
|
815
920
|
symbol: 'ETH',
|
|
816
921
|
chainLayer: 2,
|
|
817
922
|
},
|
|
818
|
-
[ChainName.
|
|
923
|
+
[ChainName.MANTASEP]: {
|
|
819
924
|
addressSizeInBytes: 20,
|
|
820
925
|
decimals: EVM_DECIMALS,
|
|
821
926
|
mptBaseGas: 200000,
|
|
822
927
|
fpBaseGas: 200000,
|
|
823
|
-
symbol: '
|
|
928
|
+
symbol: 'ETH',
|
|
824
929
|
},
|
|
825
|
-
[ChainName.
|
|
930
|
+
[ChainName.MANTLE]: {
|
|
826
931
|
addressSizeInBytes: 20,
|
|
827
932
|
decimals: EVM_DECIMALS,
|
|
828
933
|
mptBaseGas: 200000,
|
|
829
934
|
fpBaseGas: 200000,
|
|
830
|
-
symbol: '
|
|
935
|
+
symbol: 'MNT',
|
|
936
|
+
chainLayer: 2,
|
|
831
937
|
},
|
|
832
|
-
[ChainName.
|
|
938
|
+
[ChainName.MANTLESEP]: {
|
|
833
939
|
addressSizeInBytes: 20,
|
|
834
940
|
decimals: EVM_DECIMALS,
|
|
835
941
|
mptBaseGas: 200000,
|
|
836
942
|
fpBaseGas: 200000,
|
|
837
|
-
symbol: '
|
|
943
|
+
symbol: 'MNT',
|
|
838
944
|
},
|
|
839
|
-
[ChainName.
|
|
945
|
+
[ChainName.MASA]: {
|
|
840
946
|
addressSizeInBytes: 20,
|
|
841
947
|
decimals: EVM_DECIMALS,
|
|
842
948
|
mptBaseGas: 200000,
|
|
843
949
|
fpBaseGas: 200000,
|
|
844
|
-
symbol: '
|
|
950
|
+
symbol: 'AVAX',
|
|
845
951
|
},
|
|
846
|
-
[ChainName.
|
|
952
|
+
[ChainName.MEGAETH]: {
|
|
847
953
|
addressSizeInBytes: 20,
|
|
848
954
|
decimals: EVM_DECIMALS,
|
|
849
|
-
mptBaseGas:
|
|
850
|
-
fpBaseGas:
|
|
955
|
+
mptBaseGas: 195000,
|
|
956
|
+
fpBaseGas: 195000,
|
|
851
957
|
symbol: 'ETH',
|
|
958
|
+
chainLayer: 1,
|
|
852
959
|
},
|
|
853
|
-
[ChainName.
|
|
960
|
+
[ChainName.MEGAETH2]: {
|
|
854
961
|
addressSizeInBytes: 20,
|
|
855
962
|
decimals: EVM_DECIMALS,
|
|
856
|
-
mptBaseGas:
|
|
857
|
-
fpBaseGas:
|
|
858
|
-
symbol: '
|
|
963
|
+
mptBaseGas: 195000,
|
|
964
|
+
fpBaseGas: 195000,
|
|
965
|
+
symbol: 'ETH',
|
|
966
|
+
chainLayer: 2,
|
|
859
967
|
},
|
|
860
|
-
[ChainName.
|
|
968
|
+
[ChainName.MEMECOREFORMICARIUM]: {
|
|
861
969
|
addressSizeInBytes: 20,
|
|
862
970
|
decimals: EVM_DECIMALS,
|
|
863
|
-
mptBaseGas:
|
|
864
|
-
fpBaseGas:
|
|
865
|
-
symbol: '
|
|
971
|
+
mptBaseGas: 195000,
|
|
972
|
+
fpBaseGas: 195000,
|
|
973
|
+
symbol: 'M',
|
|
866
974
|
chainLayer: 1,
|
|
867
975
|
},
|
|
868
|
-
[ChainName.
|
|
976
|
+
[ChainName.MERITCIRCLE]: {
|
|
869
977
|
addressSizeInBytes: 20,
|
|
870
978
|
decimals: EVM_DECIMALS,
|
|
871
979
|
mptBaseGas: 200000,
|
|
872
980
|
fpBaseGas: 200000,
|
|
873
|
-
symbol: '
|
|
981
|
+
symbol: 'BEAM',
|
|
874
982
|
},
|
|
875
|
-
[ChainName.
|
|
983
|
+
[ChainName.MERLIN]: {
|
|
876
984
|
addressSizeInBytes: 20,
|
|
877
985
|
decimals: EVM_DECIMALS,
|
|
878
986
|
mptBaseGas: 200000,
|
|
879
987
|
fpBaseGas: 200000,
|
|
880
|
-
symbol: '
|
|
988
|
+
symbol: 'BTC',
|
|
989
|
+
chainLayer: 2,
|
|
881
990
|
},
|
|
882
|
-
[ChainName.
|
|
991
|
+
[ChainName.METER]: {
|
|
883
992
|
addressSizeInBytes: 20,
|
|
884
993
|
decimals: EVM_DECIMALS,
|
|
885
994
|
mptBaseGas: 200000,
|
|
886
995
|
fpBaseGas: 200000,
|
|
887
|
-
symbol: '
|
|
996
|
+
symbol: 'MTR',
|
|
888
997
|
},
|
|
889
|
-
[ChainName.
|
|
998
|
+
[ChainName.METIS]: {
|
|
890
999
|
addressSizeInBytes: 20,
|
|
891
1000
|
decimals: EVM_DECIMALS,
|
|
892
1001
|
mptBaseGas: 200000,
|
|
893
1002
|
fpBaseGas: 200000,
|
|
894
|
-
symbol: '
|
|
895
|
-
chainLayer:
|
|
1003
|
+
symbol: 'METIS',
|
|
1004
|
+
chainLayer: 2,
|
|
896
1005
|
},
|
|
897
|
-
[ChainName.
|
|
1006
|
+
[ChainName.METISSEP]: {
|
|
898
1007
|
addressSizeInBytes: 20,
|
|
899
1008
|
decimals: EVM_DECIMALS,
|
|
900
1009
|
mptBaseGas: 200000,
|
|
901
1010
|
fpBaseGas: 200000,
|
|
902
|
-
symbol: '
|
|
903
|
-
chainLayer:
|
|
1011
|
+
symbol: 'METIS',
|
|
1012
|
+
chainLayer: 2,
|
|
904
1013
|
},
|
|
905
|
-
[ChainName.
|
|
1014
|
+
[ChainName.MINATO]: {
|
|
906
1015
|
addressSizeInBytes: 20,
|
|
907
1016
|
decimals: EVM_DECIMALS,
|
|
908
|
-
mptBaseGas:
|
|
909
|
-
fpBaseGas:
|
|
910
|
-
symbol: '
|
|
1017
|
+
mptBaseGas: 195000,
|
|
1018
|
+
fpBaseGas: 195000,
|
|
1019
|
+
symbol: 'ETH',
|
|
1020
|
+
chainLayer: 2,
|
|
911
1021
|
},
|
|
912
|
-
[ChainName.
|
|
1022
|
+
[ChainName.MODE]: {
|
|
913
1023
|
addressSizeInBytes: 20,
|
|
914
1024
|
decimals: EVM_DECIMALS,
|
|
915
1025
|
mptBaseGas: 200000,
|
|
916
1026
|
fpBaseGas: 200000,
|
|
917
|
-
symbol: '
|
|
1027
|
+
symbol: 'ETH',
|
|
1028
|
+
chainLayer: 2,
|
|
918
1029
|
},
|
|
919
|
-
[ChainName.
|
|
1030
|
+
[ChainName.MOKSHA]: {
|
|
1031
|
+
addressSizeInBytes: 20,
|
|
1032
|
+
decimals: EVM_DECIMALS,
|
|
1033
|
+
mptBaseGas: 195000,
|
|
1034
|
+
fpBaseGas: 195000,
|
|
1035
|
+
symbol: 'VANA',
|
|
1036
|
+
chainLayer: 1,
|
|
1037
|
+
},
|
|
1038
|
+
[ChainName.MONAD]: {
|
|
1039
|
+
addressSizeInBytes: 20,
|
|
1040
|
+
decimals: EVM_DECIMALS,
|
|
1041
|
+
mptBaseGas: 195000,
|
|
1042
|
+
fpBaseGas: 195000,
|
|
1043
|
+
symbol: 'MATIC', // TODO: change this to MON when live https://coinmarketcap.com/currencies/monad/
|
|
1044
|
+
chainLayer: 1,
|
|
1045
|
+
},
|
|
1046
|
+
[ChainName.MOONBEAM]: {
|
|
920
1047
|
addressSizeInBytes: 20,
|
|
921
1048
|
decimals: EVM_DECIMALS,
|
|
922
1049
|
mptBaseGas: 200000,
|
|
923
1050
|
fpBaseGas: 200000,
|
|
924
|
-
symbol: '
|
|
925
|
-
chainLayer: 2,
|
|
1051
|
+
symbol: 'GLMR',
|
|
926
1052
|
},
|
|
927
|
-
[ChainName.
|
|
1053
|
+
[ChainName.MOONRIVER]: {
|
|
928
1054
|
addressSizeInBytes: 20,
|
|
929
1055
|
decimals: EVM_DECIMALS,
|
|
930
1056
|
mptBaseGas: 200000,
|
|
931
1057
|
fpBaseGas: 200000,
|
|
932
|
-
symbol: '
|
|
933
|
-
chainLayer: 2,
|
|
1058
|
+
symbol: 'MOVR',
|
|
934
1059
|
},
|
|
935
|
-
[ChainName.
|
|
1060
|
+
[ChainName.MORPH]: {
|
|
936
1061
|
addressSizeInBytes: 20,
|
|
937
1062
|
decimals: EVM_DECIMALS,
|
|
938
1063
|
mptBaseGas: 200000,
|
|
939
1064
|
fpBaseGas: 200000,
|
|
940
|
-
symbol: '
|
|
1065
|
+
symbol: 'ETH',
|
|
941
1066
|
chainLayer: 2,
|
|
942
1067
|
},
|
|
943
|
-
[ChainName.
|
|
1068
|
+
[ChainName.MOVEMENT]: {
|
|
1069
|
+
addressSizeInBytes: 32,
|
|
1070
|
+
decimals: APTOS_DECIMALS,
|
|
1071
|
+
mptBaseGas: 5000,
|
|
1072
|
+
fpBaseGas: 5000,
|
|
1073
|
+
symbol: 'MOVE',
|
|
1074
|
+
},
|
|
1075
|
+
[ChainName.MP1]: {
|
|
1076
|
+
addressSizeInBytes: 20,
|
|
1077
|
+
decimals: EVM_DECIMALS,
|
|
1078
|
+
mptBaseGas: 195000,
|
|
1079
|
+
fpBaseGas: 195000,
|
|
1080
|
+
symbol: 'BTCN',
|
|
1081
|
+
chainLayer: 2,
|
|
1082
|
+
},
|
|
1083
|
+
[ChainName.NEXERA]: {
|
|
944
1084
|
addressSizeInBytes: 20,
|
|
945
1085
|
decimals: EVM_DECIMALS,
|
|
946
1086
|
mptBaseGas: 200000,
|
|
947
1087
|
fpBaseGas: 200000,
|
|
1088
|
+
symbol: 'NXRA',
|
|
1089
|
+
chainLayer: 1,
|
|
1090
|
+
},
|
|
1091
|
+
[ChainName.NIBIRU]: {
|
|
1092
|
+
addressSizeInBytes: 20,
|
|
1093
|
+
decimals: EVM_DECIMALS, // rpc uses 18 decimals, but the gas token will get truncated to 6 decimals
|
|
1094
|
+
mptBaseGas: 195000,
|
|
1095
|
+
fpBaseGas: 195000,
|
|
1096
|
+
symbol: 'NIBI',
|
|
1097
|
+
chainLayer: 1,
|
|
1098
|
+
},
|
|
1099
|
+
[ChainName.NOVA]: {
|
|
1100
|
+
addressSizeInBytes: 20,
|
|
1101
|
+
decimals: EVM_DECIMALS,
|
|
1102
|
+
mptBaseGas: 5550000,
|
|
1103
|
+
fpBaseGas: 5550000,
|
|
948
1104
|
symbol: 'ETH',
|
|
949
1105
|
chainLayer: 2,
|
|
950
1106
|
},
|
|
951
|
-
[ChainName.
|
|
1107
|
+
[ChainName.ODYSSEY]: {
|
|
952
1108
|
addressSizeInBytes: 20,
|
|
953
1109
|
decimals: EVM_DECIMALS,
|
|
954
1110
|
mptBaseGas: 195000,
|
|
955
1111
|
fpBaseGas: 195000,
|
|
956
|
-
symbol: '
|
|
1112
|
+
symbol: 'IP',
|
|
957
1113
|
chainLayer: 2,
|
|
958
1114
|
},
|
|
959
|
-
[ChainName.
|
|
1115
|
+
[ChainName.OG]: {
|
|
960
1116
|
addressSizeInBytes: 20,
|
|
961
1117
|
decimals: EVM_DECIMALS,
|
|
962
1118
|
mptBaseGas: 200000,
|
|
963
1119
|
fpBaseGas: 200000,
|
|
964
|
-
symbol: '
|
|
1120
|
+
symbol: '0G',
|
|
965
1121
|
chainLayer: 1,
|
|
966
1122
|
},
|
|
967
|
-
[ChainName.
|
|
1123
|
+
[ChainName.OGGALILEO]: {
|
|
968
1124
|
addressSizeInBytes: 20,
|
|
969
1125
|
decimals: EVM_DECIMALS,
|
|
970
1126
|
mptBaseGas: 200000,
|
|
971
1127
|
fpBaseGas: 200000,
|
|
972
|
-
symbol: '
|
|
973
|
-
chainLayer:
|
|
1128
|
+
symbol: '0G',
|
|
1129
|
+
chainLayer: 1,
|
|
974
1130
|
},
|
|
975
|
-
[ChainName.
|
|
1131
|
+
[ChainName.OKX]: {
|
|
976
1132
|
addressSizeInBytes: 20,
|
|
977
1133
|
decimals: EVM_DECIMALS,
|
|
978
1134
|
mptBaseGas: 200000,
|
|
979
1135
|
fpBaseGas: 200000,
|
|
980
|
-
symbol: '
|
|
1136
|
+
symbol: 'OKT',
|
|
1137
|
+
},
|
|
1138
|
+
[ChainName.OLIVE]: {
|
|
1139
|
+
addressSizeInBytes: 20,
|
|
1140
|
+
decimals: EVM_DECIMALS,
|
|
1141
|
+
mptBaseGas: 200000,
|
|
1142
|
+
fpBaseGas: 200000,
|
|
1143
|
+
symbol: 'MATIC',
|
|
1144
|
+
},
|
|
1145
|
+
[ChainName.ONDO]: {
|
|
1146
|
+
addressSizeInBytes: 20,
|
|
1147
|
+
decimals: EVM_DECIMALS,
|
|
1148
|
+
mptBaseGas: 200000,
|
|
1149
|
+
fpBaseGas: 200000,
|
|
1150
|
+
symbol: 'ONDO',
|
|
981
1151
|
chainLayer: 1,
|
|
982
1152
|
},
|
|
983
|
-
[ChainName.
|
|
1153
|
+
[ChainName.OPBNB]: {
|
|
984
1154
|
addressSizeInBytes: 20,
|
|
985
1155
|
decimals: EVM_DECIMALS,
|
|
986
1156
|
mptBaseGas: 200000,
|
|
987
1157
|
fpBaseGas: 200000,
|
|
988
|
-
symbol: '
|
|
1158
|
+
symbol: 'BNB',
|
|
989
1159
|
chainLayer: 2,
|
|
990
1160
|
},
|
|
991
|
-
[ChainName.
|
|
1161
|
+
[ChainName.OPENCAMPUS]: {
|
|
992
1162
|
addressSizeInBytes: 20,
|
|
993
1163
|
decimals: EVM_DECIMALS,
|
|
994
1164
|
mptBaseGas: 200000,
|
|
995
1165
|
fpBaseGas: 200000,
|
|
996
|
-
symbol: '
|
|
1166
|
+
symbol: 'EDU',
|
|
997
1167
|
chainLayer: 2,
|
|
998
1168
|
},
|
|
999
|
-
[ChainName.
|
|
1169
|
+
[ChainName.OPENLEDGER]: {
|
|
1000
1170
|
addressSizeInBytes: 20,
|
|
1001
1171
|
decimals: EVM_DECIMALS,
|
|
1002
|
-
mptBaseGas:
|
|
1003
|
-
fpBaseGas:
|
|
1004
|
-
symbol: '
|
|
1172
|
+
mptBaseGas: 195000,
|
|
1173
|
+
fpBaseGas: 195000,
|
|
1174
|
+
symbol: 'OPEN',
|
|
1175
|
+
chainLayer: 2,
|
|
1005
1176
|
},
|
|
1006
|
-
[ChainName.
|
|
1177
|
+
[ChainName.OPTIMISM]: {
|
|
1007
1178
|
addressSizeInBytes: 20,
|
|
1008
1179
|
decimals: EVM_DECIMALS,
|
|
1009
1180
|
mptBaseGas: 200000,
|
|
1010
1181
|
fpBaseGas: 200000,
|
|
1011
|
-
symbol: '
|
|
1182
|
+
symbol: 'ETH',
|
|
1012
1183
|
chainLayer: 2,
|
|
1013
1184
|
},
|
|
1014
|
-
[ChainName.
|
|
1185
|
+
[ChainName.OPTSEP]: {
|
|
1015
1186
|
addressSizeInBytes: 20,
|
|
1016
1187
|
decimals: EVM_DECIMALS,
|
|
1017
1188
|
mptBaseGas: 200000,
|
|
1018
1189
|
fpBaseGas: 200000,
|
|
1019
1190
|
symbol: 'ETH',
|
|
1020
|
-
chainLayer: 3,
|
|
1021
1191
|
},
|
|
1022
|
-
[ChainName.
|
|
1192
|
+
[ChainName.ORDERLY]: {
|
|
1023
1193
|
addressSizeInBytes: 20,
|
|
1024
1194
|
decimals: EVM_DECIMALS,
|
|
1025
1195
|
mptBaseGas: 200000,
|
|
1026
1196
|
fpBaseGas: 200000,
|
|
1027
|
-
symbol: '
|
|
1197
|
+
symbol: 'ETH',
|
|
1028
1198
|
chainLayer: 2,
|
|
1029
1199
|
},
|
|
1030
|
-
[ChainName.
|
|
1200
|
+
[ChainName.OTHERWORLD]: {
|
|
1031
1201
|
addressSizeInBytes: 20,
|
|
1032
1202
|
decimals: EVM_DECIMALS,
|
|
1033
1203
|
mptBaseGas: 200000,
|
|
1034
1204
|
fpBaseGas: 200000,
|
|
1035
|
-
symbol: '
|
|
1036
|
-
chainLayer:
|
|
1205
|
+
symbol: 'FUEL',
|
|
1206
|
+
chainLayer: 1,
|
|
1037
1207
|
},
|
|
1038
|
-
[ChainName.
|
|
1208
|
+
[ChainName.OZEAN]: {
|
|
1039
1209
|
addressSizeInBytes: 20,
|
|
1040
1210
|
decimals: EVM_DECIMALS,
|
|
1041
1211
|
mptBaseGas: 200000,
|
|
1042
1212
|
fpBaseGas: 200000,
|
|
1043
|
-
symbol: '
|
|
1044
|
-
chainLayer:
|
|
1213
|
+
symbol: 'USDC', // TODO: It is actually USDX, which is another stable coin. Put it as USDC for now as USDX is not available on coin market cap. update cmcConfig.json as well
|
|
1214
|
+
chainLayer: 2,
|
|
1045
1215
|
},
|
|
1046
1216
|
[ChainName.PEAQ]: {
|
|
1047
1217
|
addressSizeInBytes: 20,
|
|
@@ -1051,7 +1221,8 @@ export const staticConfig: StaticConfig = {
|
|
|
1051
1221
|
symbol: 'PEAQ',
|
|
1052
1222
|
chainLayer: 1,
|
|
1053
1223
|
},
|
|
1054
|
-
|
|
1224
|
+
// @deprecated put it back there for backfill purpose
|
|
1225
|
+
[ChainName.PGN]: {
|
|
1055
1226
|
addressSizeInBytes: 20,
|
|
1056
1227
|
decimals: EVM_DECIMALS,
|
|
1057
1228
|
mptBaseGas: 200000,
|
|
@@ -1059,21 +1230,28 @@ export const staticConfig: StaticConfig = {
|
|
|
1059
1230
|
symbol: 'ETH',
|
|
1060
1231
|
chainLayer: 2,
|
|
1061
1232
|
},
|
|
1062
|
-
[ChainName.
|
|
1233
|
+
[ChainName.PLASMA]: {
|
|
1063
1234
|
addressSizeInBytes: 20,
|
|
1064
1235
|
decimals: EVM_DECIMALS,
|
|
1065
|
-
mptBaseGas:
|
|
1066
|
-
fpBaseGas:
|
|
1067
|
-
symbol: '
|
|
1068
|
-
chainLayer:
|
|
1236
|
+
mptBaseGas: 195000,
|
|
1237
|
+
fpBaseGas: 195000,
|
|
1238
|
+
symbol: 'XPL',
|
|
1239
|
+
chainLayer: 1,
|
|
1069
1240
|
},
|
|
1070
|
-
[ChainName.
|
|
1241
|
+
[ChainName.PLASMA2]: {
|
|
1071
1242
|
addressSizeInBytes: 20,
|
|
1072
1243
|
decimals: EVM_DECIMALS,
|
|
1073
|
-
mptBaseGas:
|
|
1074
|
-
fpBaseGas:
|
|
1075
|
-
symbol: '
|
|
1076
|
-
chainLayer:
|
|
1244
|
+
mptBaseGas: 195000,
|
|
1245
|
+
fpBaseGas: 195000,
|
|
1246
|
+
symbol: 'XPL',
|
|
1247
|
+
chainLayer: 1,
|
|
1248
|
+
},
|
|
1249
|
+
[ChainName.PLASMA3]: {
|
|
1250
|
+
addressSizeInBytes: 20,
|
|
1251
|
+
decimals: EVM_DECIMALS,
|
|
1252
|
+
mptBaseGas: 195000,
|
|
1253
|
+
fpBaseGas: 195000,
|
|
1254
|
+
symbol: 'XPL',
|
|
1077
1255
|
},
|
|
1078
1256
|
[ChainName.PLUME]: {
|
|
1079
1257
|
addressSizeInBytes: 20,
|
|
@@ -1083,55 +1261,62 @@ export const staticConfig: StaticConfig = {
|
|
|
1083
1261
|
symbol: 'ETH',
|
|
1084
1262
|
chainLayer: 2,
|
|
1085
1263
|
},
|
|
1086
|
-
[ChainName.
|
|
1264
|
+
[ChainName.PLUME2]: {
|
|
1087
1265
|
addressSizeInBytes: 20,
|
|
1088
1266
|
decimals: EVM_DECIMALS,
|
|
1089
1267
|
mptBaseGas: 200000,
|
|
1090
1268
|
fpBaseGas: 200000,
|
|
1091
|
-
symbol: 'ETH',
|
|
1269
|
+
symbol: 'ETH', // Might need to change when deploying mainnet, in testnet they use ETH
|
|
1092
1270
|
chainLayer: 2,
|
|
1093
1271
|
},
|
|
1094
|
-
[ChainName.
|
|
1272
|
+
[ChainName.PLUMEPHOENIX]: {
|
|
1095
1273
|
addressSizeInBytes: 20,
|
|
1096
1274
|
decimals: EVM_DECIMALS,
|
|
1097
|
-
mptBaseGas:
|
|
1098
|
-
fpBaseGas:
|
|
1099
|
-
symbol: '
|
|
1275
|
+
mptBaseGas: 5550000,
|
|
1276
|
+
fpBaseGas: 5550000,
|
|
1277
|
+
symbol: 'PLUME',
|
|
1100
1278
|
chainLayer: 2,
|
|
1101
1279
|
},
|
|
1102
|
-
[ChainName.
|
|
1280
|
+
[ChainName.POLYGON]: {
|
|
1103
1281
|
addressSizeInBytes: 20,
|
|
1104
1282
|
decimals: EVM_DECIMALS,
|
|
1105
|
-
mptBaseGas:
|
|
1106
|
-
fpBaseGas:
|
|
1107
|
-
symbol: '
|
|
1283
|
+
mptBaseGas: 195000,
|
|
1284
|
+
fpBaseGas: 195000,
|
|
1285
|
+
symbol: 'MATIC',
|
|
1108
1286
|
chainLayer: 2,
|
|
1109
1287
|
},
|
|
1110
|
-
[ChainName.
|
|
1288
|
+
[ChainName.POLYGONCDK]: {
|
|
1111
1289
|
addressSizeInBytes: 20,
|
|
1112
1290
|
decimals: EVM_DECIMALS,
|
|
1113
|
-
mptBaseGas:
|
|
1114
|
-
fpBaseGas:
|
|
1115
|
-
symbol: '
|
|
1291
|
+
mptBaseGas: 195000,
|
|
1292
|
+
fpBaseGas: 195000,
|
|
1293
|
+
symbol: 'ETH',
|
|
1116
1294
|
chainLayer: 2,
|
|
1117
1295
|
},
|
|
1118
|
-
[ChainName.
|
|
1296
|
+
[ChainName.RARIBLE]: {
|
|
1119
1297
|
addressSizeInBytes: 20,
|
|
1120
1298
|
decimals: EVM_DECIMALS,
|
|
1121
|
-
mptBaseGas:
|
|
1122
|
-
fpBaseGas:
|
|
1299
|
+
mptBaseGas: 5550000,
|
|
1300
|
+
fpBaseGas: 5550000,
|
|
1123
1301
|
symbol: 'ETH',
|
|
1124
1302
|
chainLayer: 2,
|
|
1125
1303
|
},
|
|
1126
|
-
[ChainName.
|
|
1304
|
+
[ChainName.RC1]: {
|
|
1127
1305
|
addressSizeInBytes: 20,
|
|
1128
|
-
decimals:
|
|
1306
|
+
decimals: EVM_DECIMALS,
|
|
1307
|
+
mptBaseGas: 199000,
|
|
1308
|
+
fpBaseGas: 199000,
|
|
1309
|
+
symbol: 'AVAX',
|
|
1310
|
+
},
|
|
1311
|
+
[ChainName.REAL]: {
|
|
1312
|
+
addressSizeInBytes: 20,
|
|
1313
|
+
decimals: EVM_DECIMALS,
|
|
1129
1314
|
mptBaseGas: 200000,
|
|
1130
1315
|
fpBaseGas: 200000,
|
|
1131
|
-
symbol: '
|
|
1316
|
+
symbol: 'ETH',
|
|
1132
1317
|
chainLayer: 2,
|
|
1133
1318
|
},
|
|
1134
|
-
[ChainName.
|
|
1319
|
+
[ChainName.REYA]: {
|
|
1135
1320
|
addressSizeInBytes: 20,
|
|
1136
1321
|
decimals: EVM_DECIMALS,
|
|
1137
1322
|
mptBaseGas: 200000,
|
|
@@ -1139,32 +1324,30 @@ export const staticConfig: StaticConfig = {
|
|
|
1139
1324
|
symbol: 'ETH',
|
|
1140
1325
|
chainLayer: 2,
|
|
1141
1326
|
},
|
|
1142
|
-
[ChainName.
|
|
1327
|
+
[ChainName.ROOT]: {
|
|
1143
1328
|
addressSizeInBytes: 20,
|
|
1144
|
-
decimals:
|
|
1329
|
+
decimals: XRP_DECIMALS,
|
|
1145
1330
|
mptBaseGas: 200000,
|
|
1146
1331
|
fpBaseGas: 200000,
|
|
1147
|
-
symbol: '
|
|
1332
|
+
symbol: 'XRP',
|
|
1148
1333
|
chainLayer: 2,
|
|
1149
1334
|
},
|
|
1150
|
-
[ChainName.
|
|
1335
|
+
[ChainName.ROOTSTOCK]: {
|
|
1151
1336
|
addressSizeInBytes: 20,
|
|
1152
1337
|
decimals: EVM_DECIMALS,
|
|
1153
|
-
mptBaseGas:
|
|
1154
|
-
fpBaseGas:
|
|
1155
|
-
symbol: '
|
|
1338
|
+
mptBaseGas: 195000,
|
|
1339
|
+
fpBaseGas: 195000,
|
|
1340
|
+
symbol: 'RBTC',
|
|
1156
1341
|
chainLayer: 1,
|
|
1157
1342
|
},
|
|
1158
|
-
[ChainName.
|
|
1343
|
+
[ChainName.SANKO]: {
|
|
1159
1344
|
addressSizeInBytes: 20,
|
|
1160
1345
|
decimals: EVM_DECIMALS,
|
|
1161
1346
|
mptBaseGas: 200000,
|
|
1162
1347
|
fpBaseGas: 200000,
|
|
1163
|
-
symbol: '
|
|
1164
|
-
chainLayer: 2,
|
|
1348
|
+
symbol: 'DMT',
|
|
1165
1349
|
},
|
|
1166
|
-
[ChainName.
|
|
1167
|
-
// deprecated
|
|
1350
|
+
[ChainName.SCROLL]: {
|
|
1168
1351
|
addressSizeInBytes: 20,
|
|
1169
1352
|
decimals: EVM_DECIMALS,
|
|
1170
1353
|
mptBaseGas: 200000,
|
|
@@ -1172,91 +1355,79 @@ export const staticConfig: StaticConfig = {
|
|
|
1172
1355
|
symbol: 'ETH',
|
|
1173
1356
|
chainLayer: 2,
|
|
1174
1357
|
},
|
|
1175
|
-
[ChainName.
|
|
1358
|
+
[ChainName.SEI]: {
|
|
1176
1359
|
addressSizeInBytes: 20,
|
|
1177
1360
|
decimals: EVM_DECIMALS,
|
|
1178
|
-
mptBaseGas:
|
|
1179
|
-
fpBaseGas:
|
|
1180
|
-
symbol: '
|
|
1361
|
+
mptBaseGas: 200000,
|
|
1362
|
+
fpBaseGas: 200000,
|
|
1363
|
+
symbol: 'SEI',
|
|
1181
1364
|
},
|
|
1182
|
-
[ChainName.
|
|
1365
|
+
[ChainName.SEPOLIA]: {
|
|
1183
1366
|
addressSizeInBytes: 20,
|
|
1184
1367
|
decimals: EVM_DECIMALS,
|
|
1185
1368
|
mptBaseGas: 195000,
|
|
1186
1369
|
fpBaseGas: 195000,
|
|
1187
|
-
symbol: '
|
|
1370
|
+
symbol: 'SETH',
|
|
1188
1371
|
},
|
|
1189
|
-
[ChainName.
|
|
1372
|
+
[ChainName.SHIMMER]: {
|
|
1190
1373
|
addressSizeInBytes: 20,
|
|
1191
1374
|
decimals: EVM_DECIMALS,
|
|
1192
|
-
mptBaseGas:
|
|
1193
|
-
fpBaseGas:
|
|
1194
|
-
symbol: '
|
|
1375
|
+
mptBaseGas: 200000,
|
|
1376
|
+
fpBaseGas: 200000,
|
|
1377
|
+
symbol: 'SMR',
|
|
1195
1378
|
chainLayer: 2,
|
|
1196
1379
|
},
|
|
1197
|
-
[ChainName.
|
|
1380
|
+
[ChainName.SHRAPNEL]: {
|
|
1198
1381
|
addressSizeInBytes: 20,
|
|
1199
1382
|
decimals: EVM_DECIMALS,
|
|
1200
1383
|
mptBaseGas: 200000,
|
|
1201
1384
|
fpBaseGas: 200000,
|
|
1202
|
-
symbol: '
|
|
1203
|
-
chainLayer: 2,
|
|
1385
|
+
symbol: 'SHRAP',
|
|
1204
1386
|
},
|
|
1205
|
-
[ChainName.
|
|
1387
|
+
[ChainName.SILICON]: {
|
|
1206
1388
|
addressSizeInBytes: 20,
|
|
1207
1389
|
decimals: EVM_DECIMALS,
|
|
1208
1390
|
mptBaseGas: 200000,
|
|
1209
1391
|
fpBaseGas: 200000,
|
|
1210
|
-
symbol: '
|
|
1211
|
-
chainLayer: 2,
|
|
1392
|
+
symbol: 'ETH',
|
|
1212
1393
|
},
|
|
1213
|
-
|
|
1214
|
-
addressSizeInBytes: 32,
|
|
1215
|
-
decimals: INITIA_DECIMALS,
|
|
1216
|
-
mptBaseGas: 195000,
|
|
1217
|
-
fpBaseGas: 195000,
|
|
1218
|
-
symbol: 'INIT',
|
|
1219
|
-
},
|
|
1220
|
-
movement: {
|
|
1221
|
-
addressSizeInBytes: 32,
|
|
1222
|
-
decimals: APTOS_DECIMALS,
|
|
1223
|
-
mptBaseGas: 5000,
|
|
1224
|
-
fpBaseGas: 5000,
|
|
1225
|
-
symbol: 'MOVE',
|
|
1226
|
-
},
|
|
1227
|
-
[ChainName.LISK]: {
|
|
1394
|
+
[ChainName.SILICONSEPOLIA]: {
|
|
1228
1395
|
addressSizeInBytes: 20,
|
|
1229
1396
|
decimals: EVM_DECIMALS,
|
|
1230
|
-
mptBaseGas:
|
|
1231
|
-
fpBaseGas:
|
|
1397
|
+
mptBaseGas: 200000,
|
|
1398
|
+
fpBaseGas: 200000,
|
|
1232
1399
|
symbol: 'ETH',
|
|
1233
|
-
chainLayer: 2,
|
|
1234
1400
|
},
|
|
1235
|
-
[ChainName.
|
|
1401
|
+
[ChainName.SKALE]: {
|
|
1236
1402
|
addressSizeInBytes: 20,
|
|
1237
1403
|
decimals: EVM_DECIMALS,
|
|
1238
|
-
mptBaseGas:
|
|
1239
|
-
fpBaseGas:
|
|
1240
|
-
symbol: '
|
|
1404
|
+
mptBaseGas: 200000,
|
|
1405
|
+
fpBaseGas: 200000,
|
|
1406
|
+
symbol: 'MATIC',
|
|
1241
1407
|
chainLayer: 2,
|
|
1242
1408
|
},
|
|
1243
|
-
|
|
1409
|
+
[ChainName.SOLANA]: {
|
|
1410
|
+
addressSizeInBytes: 32,
|
|
1411
|
+
decimals: SOLANA_DECIMALS,
|
|
1412
|
+
mptBaseGas: 5000,
|
|
1413
|
+
fpBaseGas: 5000,
|
|
1414
|
+
symbol: 'SOL',
|
|
1415
|
+
},
|
|
1416
|
+
[ChainName.SOMNIA]: {
|
|
1244
1417
|
addressSizeInBytes: 20,
|
|
1245
1418
|
decimals: EVM_DECIMALS,
|
|
1246
|
-
mptBaseGas:
|
|
1247
|
-
fpBaseGas:
|
|
1248
|
-
symbol: '
|
|
1249
|
-
chainLayer: 3,
|
|
1419
|
+
mptBaseGas: 200000,
|
|
1420
|
+
fpBaseGas: 200000,
|
|
1421
|
+
symbol: 'STT',
|
|
1250
1422
|
},
|
|
1251
|
-
|
|
1423
|
+
[ChainName.SOMNIASHANNON]: {
|
|
1252
1424
|
addressSizeInBytes: 20,
|
|
1253
1425
|
decimals: EVM_DECIMALS,
|
|
1254
1426
|
mptBaseGas: 200000,
|
|
1255
1427
|
fpBaseGas: 200000,
|
|
1256
|
-
symbol: '
|
|
1257
|
-
chainLayer: 2,
|
|
1428
|
+
symbol: 'STT',
|
|
1258
1429
|
},
|
|
1259
|
-
|
|
1430
|
+
[ChainName.SONEIUM]: {
|
|
1260
1431
|
addressSizeInBytes: 20,
|
|
1261
1432
|
decimals: EVM_DECIMALS,
|
|
1262
1433
|
mptBaseGas: 195000,
|
|
@@ -1264,45 +1435,76 @@ export const staticConfig: StaticConfig = {
|
|
|
1264
1435
|
symbol: 'ETH',
|
|
1265
1436
|
chainLayer: 2,
|
|
1266
1437
|
},
|
|
1267
|
-
[ChainName.
|
|
1438
|
+
[ChainName.SONIC]: {
|
|
1268
1439
|
addressSizeInBytes: 20,
|
|
1269
1440
|
decimals: EVM_DECIMALS,
|
|
1270
1441
|
mptBaseGas: 195000,
|
|
1271
1442
|
fpBaseGas: 195000,
|
|
1272
|
-
symbol: '
|
|
1273
|
-
chainLayer:
|
|
1443
|
+
symbol: 'S',
|
|
1444
|
+
chainLayer: 1,
|
|
1274
1445
|
},
|
|
1275
|
-
[ChainName.
|
|
1446
|
+
[ChainName.SOPHON]: {
|
|
1276
1447
|
addressSizeInBytes: 20,
|
|
1277
1448
|
decimals: EVM_DECIMALS,
|
|
1278
1449
|
mptBaseGas: 195000,
|
|
1279
1450
|
fpBaseGas: 195000,
|
|
1280
|
-
symbol: '
|
|
1281
|
-
chainLayer:
|
|
1451
|
+
symbol: 'SOPH',
|
|
1452
|
+
chainLayer: 2,
|
|
1282
1453
|
},
|
|
1283
|
-
[ChainName.
|
|
1454
|
+
[ChainName.SPACE]: {
|
|
1455
|
+
addressSizeInBytes: 20,
|
|
1456
|
+
decimals: EVM_DECIMALS,
|
|
1457
|
+
mptBaseGas: 200000,
|
|
1458
|
+
fpBaseGas: 200000,
|
|
1459
|
+
symbol: 'USDC',
|
|
1460
|
+
},
|
|
1461
|
+
[ChainName.STABLE]: {
|
|
1462
|
+
addressSizeInBytes: 20,
|
|
1463
|
+
decimals: EVM_DECIMALS,
|
|
1464
|
+
mptBaseGas: 200000,
|
|
1465
|
+
fpBaseGas: 200000,
|
|
1466
|
+
symbol: 'USDT',
|
|
1467
|
+
chainLayer: 2,
|
|
1468
|
+
},
|
|
1469
|
+
[ChainName.STABLEDEVNET]: {
|
|
1284
1470
|
addressSizeInBytes: 20,
|
|
1285
1471
|
decimals: EVM_DECIMALS,
|
|
1472
|
+
mptBaseGas: 200000,
|
|
1473
|
+
fpBaseGas: 200000,
|
|
1474
|
+
symbol: 'USDT',
|
|
1475
|
+
chainLayer: 2,
|
|
1476
|
+
},
|
|
1477
|
+
[ChainName.STARKNET]: {
|
|
1478
|
+
addressSizeInBytes: 32,
|
|
1479
|
+
decimals: STARKNET_DECIMALS,
|
|
1286
1480
|
mptBaseGas: 195000,
|
|
1287
1481
|
fpBaseGas: 195000,
|
|
1288
|
-
symbol: '
|
|
1482
|
+
symbol: 'STRK',
|
|
1289
1483
|
chainLayer: 2,
|
|
1290
1484
|
},
|
|
1291
|
-
[ChainName.
|
|
1485
|
+
[ChainName.STORY]: {
|
|
1292
1486
|
addressSizeInBytes: 20,
|
|
1293
1487
|
decimals: EVM_DECIMALS,
|
|
1294
1488
|
mptBaseGas: 195000,
|
|
1295
1489
|
fpBaseGas: 195000,
|
|
1296
|
-
symbol: '
|
|
1490
|
+
symbol: 'IP',
|
|
1297
1491
|
chainLayer: 2,
|
|
1298
1492
|
},
|
|
1299
|
-
[ChainName.
|
|
1493
|
+
[ChainName.SUBTENSOREVM]: {
|
|
1300
1494
|
addressSizeInBytes: 20,
|
|
1301
1495
|
decimals: EVM_DECIMALS,
|
|
1496
|
+
mptBaseGas: 200000,
|
|
1497
|
+
fpBaseGas: 200000,
|
|
1498
|
+
symbol: 'TAO',
|
|
1499
|
+
chainLayer: 1,
|
|
1500
|
+
},
|
|
1501
|
+
[ChainName.SUI]: {
|
|
1502
|
+
addressSizeInBytes: 32,
|
|
1503
|
+
decimals: SUI_DECIMALS,
|
|
1302
1504
|
mptBaseGas: 195000,
|
|
1303
1505
|
fpBaseGas: 195000,
|
|
1304
|
-
symbol: '
|
|
1305
|
-
chainLayer:
|
|
1506
|
+
symbol: 'SUI',
|
|
1507
|
+
chainLayer: 1,
|
|
1306
1508
|
},
|
|
1307
1509
|
[ChainName.SUPERPOSITION]: {
|
|
1308
1510
|
addressSizeInBytes: 20,
|
|
@@ -1312,7 +1514,7 @@ export const staticConfig: StaticConfig = {
|
|
|
1312
1514
|
symbol: 'ETH',
|
|
1313
1515
|
chainLayer: 3,
|
|
1314
1516
|
},
|
|
1315
|
-
[ChainName.
|
|
1517
|
+
[ChainName.SWELL]: {
|
|
1316
1518
|
addressSizeInBytes: 20,
|
|
1317
1519
|
decimals: EVM_DECIMALS,
|
|
1318
1520
|
mptBaseGas: 195000,
|
|
@@ -1320,95 +1522,99 @@ export const staticConfig: StaticConfig = {
|
|
|
1320
1522
|
symbol: 'ETH',
|
|
1321
1523
|
chainLayer: 2,
|
|
1322
1524
|
},
|
|
1323
|
-
|
|
1525
|
+
// @deprecated put it back there for backfill purpose
|
|
1526
|
+
[ChainName.SWIMMER]: {
|
|
1324
1527
|
addressSizeInBytes: 20,
|
|
1325
1528
|
decimals: EVM_DECIMALS,
|
|
1326
1529
|
mptBaseGas: 195000,
|
|
1327
1530
|
fpBaseGas: 195000,
|
|
1328
|
-
symbol: '
|
|
1329
|
-
chainLayer: 1,
|
|
1531
|
+
symbol: 'GETH',
|
|
1330
1532
|
},
|
|
1331
|
-
[ChainName.
|
|
1533
|
+
[ChainName.TAC]: {
|
|
1332
1534
|
addressSizeInBytes: 20,
|
|
1333
1535
|
decimals: EVM_DECIMALS,
|
|
1334
1536
|
mptBaseGas: 195000,
|
|
1335
1537
|
fpBaseGas: 195000,
|
|
1336
|
-
symbol: '
|
|
1337
|
-
chainLayer:
|
|
1538
|
+
symbol: 'TAC',
|
|
1539
|
+
chainLayer: 1,
|
|
1338
1540
|
},
|
|
1339
|
-
[ChainName.
|
|
1541
|
+
[ChainName.TACSPB]: {
|
|
1340
1542
|
addressSizeInBytes: 20,
|
|
1341
1543
|
decimals: EVM_DECIMALS,
|
|
1342
1544
|
mptBaseGas: 195000,
|
|
1343
1545
|
fpBaseGas: 195000,
|
|
1344
|
-
symbol: '
|
|
1345
|
-
chainLayer:
|
|
1546
|
+
symbol: 'TAC',
|
|
1547
|
+
chainLayer: 1,
|
|
1346
1548
|
},
|
|
1347
|
-
[ChainName.
|
|
1549
|
+
[ChainName.TAIKO]: {
|
|
1348
1550
|
addressSizeInBytes: 20,
|
|
1349
1551
|
decimals: EVM_DECIMALS,
|
|
1350
|
-
mptBaseGas:
|
|
1351
|
-
fpBaseGas:
|
|
1352
|
-
symbol: '
|
|
1353
|
-
chainLayer:
|
|
1552
|
+
mptBaseGas: 200000,
|
|
1553
|
+
fpBaseGas: 200000,
|
|
1554
|
+
symbol: 'ETH',
|
|
1555
|
+
chainLayer: 1,
|
|
1354
1556
|
},
|
|
1355
|
-
[ChainName.
|
|
1557
|
+
[ChainName.TANGIBLE]: {
|
|
1356
1558
|
addressSizeInBytes: 20,
|
|
1357
1559
|
decimals: EVM_DECIMALS,
|
|
1358
|
-
mptBaseGas:
|
|
1359
|
-
fpBaseGas:
|
|
1360
|
-
symbol: '
|
|
1560
|
+
mptBaseGas: 200000,
|
|
1561
|
+
fpBaseGas: 200000,
|
|
1562
|
+
symbol: 'ETH',
|
|
1361
1563
|
chainLayer: 2,
|
|
1362
1564
|
},
|
|
1363
|
-
[ChainName.
|
|
1565
|
+
[ChainName.TELOS]: {
|
|
1364
1566
|
addressSizeInBytes: 20,
|
|
1365
1567
|
decimals: EVM_DECIMALS,
|
|
1366
1568
|
mptBaseGas: 200000,
|
|
1367
1569
|
fpBaseGas: 200000,
|
|
1368
|
-
symbol: '
|
|
1369
|
-
chainLayer: 2,
|
|
1570
|
+
symbol: 'TLOS',
|
|
1370
1571
|
},
|
|
1371
|
-
[ChainName.
|
|
1572
|
+
[ChainName.TENET]: {
|
|
1372
1573
|
addressSizeInBytes: 20,
|
|
1373
1574
|
decimals: EVM_DECIMALS,
|
|
1374
|
-
mptBaseGas:
|
|
1375
|
-
fpBaseGas:
|
|
1376
|
-
symbol: '
|
|
1377
|
-
chainLayer: 1,
|
|
1575
|
+
mptBaseGas: 200000,
|
|
1576
|
+
fpBaseGas: 200000,
|
|
1577
|
+
symbol: 'TENET',
|
|
1378
1578
|
},
|
|
1379
|
-
[ChainName.
|
|
1579
|
+
[ChainName.TILTYARD]: {
|
|
1380
1580
|
addressSizeInBytes: 20,
|
|
1381
1581
|
decimals: EVM_DECIMALS,
|
|
1382
|
-
mptBaseGas:
|
|
1383
|
-
fpBaseGas:
|
|
1384
|
-
symbol: '
|
|
1385
|
-
chainLayer: 2,
|
|
1582
|
+
mptBaseGas: 200000,
|
|
1583
|
+
fpBaseGas: 200000,
|
|
1584
|
+
symbol: 'TILT',
|
|
1386
1585
|
},
|
|
1387
|
-
[ChainName.
|
|
1586
|
+
[ChainName.TOMO]: {
|
|
1388
1587
|
addressSizeInBytes: 20,
|
|
1389
1588
|
decimals: EVM_DECIMALS,
|
|
1390
|
-
mptBaseGas:
|
|
1391
|
-
fpBaseGas:
|
|
1392
|
-
symbol: '
|
|
1393
|
-
chainLayer: 3,
|
|
1589
|
+
mptBaseGas: 200000,
|
|
1590
|
+
fpBaseGas: 200000,
|
|
1591
|
+
symbol: 'TOMO',
|
|
1394
1592
|
},
|
|
1395
|
-
[ChainName.
|
|
1593
|
+
[ChainName.TON]: {
|
|
1594
|
+
addressSizeInBytes: 32,
|
|
1595
|
+
decimals: TON_DECIMALS,
|
|
1596
|
+
mptBaseGas: 200000, // FIXME: Don't know
|
|
1597
|
+
fpBaseGas: 200000, // FIXME: Don't know
|
|
1598
|
+
symbol: 'TON',
|
|
1599
|
+
chainLayer: 1,
|
|
1600
|
+
},
|
|
1601
|
+
[ChainName.TREASURE]: {
|
|
1396
1602
|
addressSizeInBytes: 20,
|
|
1397
1603
|
decimals: EVM_DECIMALS,
|
|
1398
|
-
mptBaseGas:
|
|
1399
|
-
fpBaseGas:
|
|
1400
|
-
symbol: '
|
|
1604
|
+
mptBaseGas: 200000,
|
|
1605
|
+
fpBaseGas: 200000,
|
|
1606
|
+
symbol: 'MAGIC',
|
|
1401
1607
|
chainLayer: 2,
|
|
1402
1608
|
},
|
|
1403
|
-
[ChainName.
|
|
1609
|
+
[ChainName.TRON]: {
|
|
1610
|
+
chainSubType: ChainSubType.TRON,
|
|
1404
1611
|
addressSizeInBytes: 20,
|
|
1405
|
-
decimals:
|
|
1612
|
+
decimals: TRON_DECIMALS,
|
|
1406
1613
|
mptBaseGas: 195000,
|
|
1407
1614
|
fpBaseGas: 195000,
|
|
1408
|
-
symbol: '
|
|
1409
|
-
chainLayer: 1,
|
|
1615
|
+
symbol: 'TRX',
|
|
1410
1616
|
},
|
|
1411
|
-
[ChainName.
|
|
1617
|
+
[ChainName.UNICHAIN]: {
|
|
1412
1618
|
addressSizeInBytes: 20,
|
|
1413
1619
|
decimals: EVM_DECIMALS,
|
|
1414
1620
|
mptBaseGas: 195000,
|
|
@@ -1416,39 +1622,30 @@ export const staticConfig: StaticConfig = {
|
|
|
1416
1622
|
symbol: 'ETH',
|
|
1417
1623
|
chainLayer: 2,
|
|
1418
1624
|
},
|
|
1419
|
-
[ChainName.
|
|
1625
|
+
[ChainName.UNREAL]: {
|
|
1420
1626
|
addressSizeInBytes: 20,
|
|
1421
1627
|
decimals: EVM_DECIMALS,
|
|
1422
|
-
mptBaseGas:
|
|
1423
|
-
fpBaseGas:
|
|
1424
|
-
symbol: '
|
|
1425
|
-
chainLayer:
|
|
1426
|
-
},
|
|
1427
|
-
[ChainName.NIBIRU]: {
|
|
1428
|
-
addressSizeInBytes: 20,
|
|
1429
|
-
decimals: EVM_DECIMALS, // rpc uses 18 decimals, but the gas token will get truncated to 6 decimals
|
|
1430
|
-
mptBaseGas: 195000,
|
|
1431
|
-
fpBaseGas: 195000,
|
|
1432
|
-
symbol: 'NIBI',
|
|
1433
|
-
chainLayer: 1,
|
|
1628
|
+
mptBaseGas: 200000,
|
|
1629
|
+
fpBaseGas: 200000,
|
|
1630
|
+
symbol: 'ETH',
|
|
1631
|
+
chainLayer: 2,
|
|
1434
1632
|
},
|
|
1435
|
-
[ChainName.
|
|
1633
|
+
[ChainName.VANAR]: {
|
|
1436
1634
|
addressSizeInBytes: 20,
|
|
1437
1635
|
decimals: EVM_DECIMALS,
|
|
1438
|
-
mptBaseGas:
|
|
1439
|
-
fpBaseGas:
|
|
1440
|
-
symbol: '
|
|
1636
|
+
mptBaseGas: 200000,
|
|
1637
|
+
fpBaseGas: 200000,
|
|
1638
|
+
symbol: 'VANRY',
|
|
1441
1639
|
chainLayer: 1,
|
|
1442
1640
|
},
|
|
1443
|
-
[ChainName.
|
|
1641
|
+
[ChainName.VENN]: {
|
|
1444
1642
|
addressSizeInBytes: 20,
|
|
1445
1643
|
decimals: EVM_DECIMALS,
|
|
1446
|
-
mptBaseGas:
|
|
1447
|
-
fpBaseGas:
|
|
1448
|
-
symbol: '
|
|
1449
|
-
chainLayer: 1,
|
|
1644
|
+
mptBaseGas: 200000,
|
|
1645
|
+
fpBaseGas: 200000,
|
|
1646
|
+
symbol: 'ETH',
|
|
1450
1647
|
},
|
|
1451
|
-
[ChainName.
|
|
1648
|
+
[ChainName.WORLDCHAIN]: {
|
|
1452
1649
|
addressSizeInBytes: 20,
|
|
1453
1650
|
decimals: EVM_DECIMALS,
|
|
1454
1651
|
mptBaseGas: 195000,
|
|
@@ -1456,30 +1653,22 @@ export const staticConfig: StaticConfig = {
|
|
|
1456
1653
|
symbol: 'ETH',
|
|
1457
1654
|
chainLayer: 2,
|
|
1458
1655
|
},
|
|
1459
|
-
[ChainName.
|
|
1460
|
-
addressSizeInBytes: 20,
|
|
1461
|
-
decimals: EVM_DECIMALS,
|
|
1462
|
-
mptBaseGas: 195000,
|
|
1463
|
-
fpBaseGas: 195000,
|
|
1464
|
-
symbol: 'M',
|
|
1465
|
-
chainLayer: 1,
|
|
1466
|
-
},
|
|
1467
|
-
[ChainName.BL6]: {
|
|
1656
|
+
[ChainName.WORLDCOIN]: {
|
|
1468
1657
|
addressSizeInBytes: 20,
|
|
1469
1658
|
decimals: EVM_DECIMALS,
|
|
1470
1659
|
mptBaseGas: 195000,
|
|
1471
1660
|
fpBaseGas: 195000,
|
|
1472
|
-
symbol: '
|
|
1661
|
+
symbol: 'ETH',
|
|
1473
1662
|
chainLayer: 2,
|
|
1474
1663
|
},
|
|
1475
|
-
[ChainName.
|
|
1664
|
+
[ChainName.XAI]: {
|
|
1476
1665
|
addressSizeInBytes: 20,
|
|
1477
1666
|
decimals: EVM_DECIMALS,
|
|
1478
1667
|
mptBaseGas: 200000,
|
|
1479
1668
|
fpBaseGas: 200000,
|
|
1480
|
-
symbol: '
|
|
1669
|
+
symbol: 'XAI',
|
|
1481
1670
|
},
|
|
1482
|
-
[ChainName.
|
|
1671
|
+
[ChainName.XCHAIN]: {
|
|
1483
1672
|
addressSizeInBytes: 20,
|
|
1484
1673
|
decimals: EVM_DECIMALS,
|
|
1485
1674
|
mptBaseGas: 195000,
|
|
@@ -1487,157 +1676,134 @@ export const staticConfig: StaticConfig = {
|
|
|
1487
1676
|
symbol: 'ETH',
|
|
1488
1677
|
chainLayer: 2,
|
|
1489
1678
|
},
|
|
1490
|
-
[ChainName.
|
|
1679
|
+
[ChainName.XDC]: {
|
|
1491
1680
|
addressSizeInBytes: 20,
|
|
1492
1681
|
decimals: EVM_DECIMALS,
|
|
1493
1682
|
mptBaseGas: 195000,
|
|
1494
1683
|
fpBaseGas: 195000,
|
|
1495
|
-
symbol: '
|
|
1684
|
+
symbol: 'XDC',
|
|
1496
1685
|
chainLayer: 1,
|
|
1497
1686
|
},
|
|
1498
|
-
[ChainName.
|
|
1687
|
+
[ChainName.XLAYER]: {
|
|
1499
1688
|
addressSizeInBytes: 20,
|
|
1500
1689
|
decimals: EVM_DECIMALS,
|
|
1501
1690
|
mptBaseGas: 200000,
|
|
1502
1691
|
fpBaseGas: 200000,
|
|
1503
|
-
symbol: '
|
|
1504
|
-
chainLayer: 2,
|
|
1692
|
+
symbol: 'OKB',
|
|
1505
1693
|
},
|
|
1506
|
-
[ChainName.
|
|
1694
|
+
[ChainName.XLAYER2]: {
|
|
1507
1695
|
addressSizeInBytes: 20,
|
|
1508
1696
|
decimals: EVM_DECIMALS,
|
|
1509
1697
|
mptBaseGas: 200000,
|
|
1510
1698
|
fpBaseGas: 200000,
|
|
1511
|
-
symbol: '
|
|
1512
|
-
chainLayer: 2,
|
|
1699
|
+
symbol: 'OKB',
|
|
1513
1700
|
},
|
|
1514
|
-
[ChainName.
|
|
1701
|
+
[ChainName.XPLA]: {
|
|
1515
1702
|
addressSizeInBytes: 20,
|
|
1516
1703
|
decimals: EVM_DECIMALS,
|
|
1517
|
-
mptBaseGas:
|
|
1518
|
-
fpBaseGas:
|
|
1519
|
-
symbol: '
|
|
1520
|
-
chainLayer: 1,
|
|
1704
|
+
mptBaseGas: 185000,
|
|
1705
|
+
fpBaseGas: 185000,
|
|
1706
|
+
symbol: 'XPLA',
|
|
1521
1707
|
},
|
|
1522
|
-
[ChainName.
|
|
1708
|
+
[ChainName.ZAMA]: {
|
|
1523
1709
|
addressSizeInBytes: 20,
|
|
1524
1710
|
decimals: EVM_DECIMALS,
|
|
1525
|
-
mptBaseGas:
|
|
1526
|
-
fpBaseGas:
|
|
1527
|
-
symbol: '
|
|
1528
|
-
chainLayer:
|
|
1711
|
+
mptBaseGas: 200000,
|
|
1712
|
+
fpBaseGas: 200000,
|
|
1713
|
+
symbol: 'ETH',
|
|
1714
|
+
chainLayer: 2,
|
|
1529
1715
|
},
|
|
1530
|
-
[ChainName.
|
|
1716
|
+
[ChainName.ZIRCUIT]: {
|
|
1531
1717
|
addressSizeInBytes: 20,
|
|
1532
1718
|
decimals: EVM_DECIMALS,
|
|
1533
|
-
mptBaseGas:
|
|
1534
|
-
fpBaseGas:
|
|
1719
|
+
mptBaseGas: 200000,
|
|
1720
|
+
fpBaseGas: 200000,
|
|
1535
1721
|
symbol: 'ETH',
|
|
1536
|
-
chainLayer: 2,
|
|
1537
1722
|
},
|
|
1538
|
-
[ChainName.
|
|
1723
|
+
[ChainName.ZKASTAR]: {
|
|
1539
1724
|
addressSizeInBytes: 20,
|
|
1540
1725
|
decimals: EVM_DECIMALS,
|
|
1541
|
-
mptBaseGas:
|
|
1542
|
-
fpBaseGas:
|
|
1543
|
-
symbol: '
|
|
1544
|
-
chainLayer: 2,
|
|
1726
|
+
mptBaseGas: 200000,
|
|
1727
|
+
fpBaseGas: 200000,
|
|
1728
|
+
symbol: 'ETH',
|
|
1545
1729
|
},
|
|
1546
|
-
[ChainName.
|
|
1730
|
+
[ChainName.ZKATANA]: {
|
|
1547
1731
|
addressSizeInBytes: 20,
|
|
1548
1732
|
decimals: EVM_DECIMALS,
|
|
1549
1733
|
mptBaseGas: 195000,
|
|
1550
1734
|
fpBaseGas: 195000,
|
|
1551
1735
|
symbol: 'ETH',
|
|
1552
|
-
chainLayer:
|
|
1736
|
+
chainLayer: 2,
|
|
1553
1737
|
},
|
|
1554
|
-
[ChainName.
|
|
1738
|
+
[ChainName.ZKCONSENSYS]: {
|
|
1555
1739
|
addressSizeInBytes: 20,
|
|
1556
1740
|
decimals: EVM_DECIMALS,
|
|
1557
1741
|
mptBaseGas: 195000,
|
|
1558
1742
|
fpBaseGas: 195000,
|
|
1559
|
-
symbol: '
|
|
1560
|
-
chainLayer:
|
|
1743
|
+
symbol: 'ETH',
|
|
1744
|
+
chainLayer: 2,
|
|
1561
1745
|
},
|
|
1562
|
-
[ChainName.
|
|
1746
|
+
[ChainName.ZKLINK]: {
|
|
1747
|
+
addressSizeInBytes: 20,
|
|
1748
|
+
decimals: EVM_DECIMALS,
|
|
1749
|
+
mptBaseGas: 200000,
|
|
1750
|
+
fpBaseGas: 200000,
|
|
1751
|
+
symbol: 'ETH',
|
|
1752
|
+
chainLayer: 3,
|
|
1753
|
+
},
|
|
1754
|
+
[ChainName.ZKPOLYGON]: {
|
|
1563
1755
|
addressSizeInBytes: 20,
|
|
1564
1756
|
decimals: EVM_DECIMALS,
|
|
1565
1757
|
mptBaseGas: 195000,
|
|
1566
1758
|
fpBaseGas: 195000,
|
|
1567
|
-
symbol: '
|
|
1759
|
+
symbol: 'ETH',
|
|
1568
1760
|
chainLayer: 2,
|
|
1569
1761
|
},
|
|
1570
|
-
[ChainName.
|
|
1762
|
+
[ChainName.ZKPOLYGONSEP]: {
|
|
1571
1763
|
addressSizeInBytes: 20,
|
|
1572
1764
|
decimals: EVM_DECIMALS,
|
|
1573
1765
|
mptBaseGas: 195000,
|
|
1574
1766
|
fpBaseGas: 195000,
|
|
1575
|
-
symbol: '
|
|
1576
|
-
chainLayer: 2,
|
|
1767
|
+
symbol: 'ETH',
|
|
1577
1768
|
},
|
|
1578
|
-
[ChainName.
|
|
1769
|
+
[ChainName.ZKSYNC]: {
|
|
1579
1770
|
addressSizeInBytes: 20,
|
|
1580
1771
|
decimals: EVM_DECIMALS,
|
|
1581
1772
|
mptBaseGas: 200000,
|
|
1582
1773
|
fpBaseGas: 200000,
|
|
1774
|
+
symbol: 'ETH',
|
|
1583
1775
|
chainLayer: 2,
|
|
1584
|
-
symbol: 'GHO',
|
|
1585
1776
|
},
|
|
1586
|
-
[ChainName.
|
|
1777
|
+
[ChainName.ZKSYNCSEP]: {
|
|
1587
1778
|
addressSizeInBytes: 20,
|
|
1588
1779
|
decimals: EVM_DECIMALS,
|
|
1589
1780
|
mptBaseGas: 200000,
|
|
1590
1781
|
fpBaseGas: 200000,
|
|
1591
|
-
symbol: '
|
|
1782
|
+
symbol: 'ETH',
|
|
1592
1783
|
chainLayer: 2,
|
|
1593
1784
|
},
|
|
1594
|
-
[ChainName.
|
|
1785
|
+
[ChainName.ZKVERIFY]: {
|
|
1595
1786
|
addressSizeInBytes: 20,
|
|
1596
1787
|
decimals: EVM_DECIMALS,
|
|
1597
1788
|
mptBaseGas: 200000,
|
|
1598
1789
|
fpBaseGas: 200000,
|
|
1599
|
-
symbol: '
|
|
1790
|
+
symbol: 'VFY',
|
|
1600
1791
|
chainLayer: 1,
|
|
1601
1792
|
},
|
|
1602
|
-
[ChainName.
|
|
1793
|
+
[ChainName.ZORA]: {
|
|
1603
1794
|
addressSizeInBytes: 20,
|
|
1604
1795
|
decimals: EVM_DECIMALS,
|
|
1605
1796
|
mptBaseGas: 200000,
|
|
1606
1797
|
fpBaseGas: 200000,
|
|
1607
|
-
symbol: '
|
|
1608
|
-
chainLayer:
|
|
1798
|
+
symbol: 'ETH',
|
|
1799
|
+
chainLayer: 2,
|
|
1609
1800
|
},
|
|
1610
|
-
[ChainName.
|
|
1801
|
+
[ChainName.ZORASEP]: {
|
|
1611
1802
|
addressSizeInBytes: 20,
|
|
1612
1803
|
decimals: EVM_DECIMALS,
|
|
1613
1804
|
mptBaseGas: 200000,
|
|
1614
1805
|
fpBaseGas: 200000,
|
|
1615
1806
|
symbol: 'ETH',
|
|
1616
|
-
chainLayer: 2,
|
|
1617
|
-
},
|
|
1618
|
-
[ChainName.TAC]: {
|
|
1619
|
-
addressSizeInBytes: 20,
|
|
1620
|
-
decimals: EVM_DECIMALS,
|
|
1621
|
-
mptBaseGas: 195000,
|
|
1622
|
-
fpBaseGas: 195000,
|
|
1623
|
-
symbol: 'TAC',
|
|
1624
|
-
chainLayer: 1,
|
|
1625
|
-
},
|
|
1626
|
-
[ChainName.TACSPB]: {
|
|
1627
|
-
addressSizeInBytes: 20,
|
|
1628
|
-
decimals: EVM_DECIMALS,
|
|
1629
|
-
mptBaseGas: 195000,
|
|
1630
|
-
fpBaseGas: 195000,
|
|
1631
|
-
symbol: 'TAC',
|
|
1632
|
-
chainLayer: 1,
|
|
1633
|
-
},
|
|
1634
|
-
[ChainName.SUI]: {
|
|
1635
|
-
addressSizeInBytes: 32,
|
|
1636
|
-
decimals: SUI_DECIMALS,
|
|
1637
|
-
mptBaseGas: 195000,
|
|
1638
|
-
fpBaseGas: 195000,
|
|
1639
|
-
symbol: 'SUI',
|
|
1640
|
-
chainLayer: 1,
|
|
1641
1807
|
},
|
|
1642
1808
|
};
|
|
1643
1809
|
|