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