@layerzerolabs/static-chain-info 0.0.8

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