@layerzerolabs/static-chain-info 0.2.67 → 0.2.69

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