@moonbeam-network/xcm-config 1.0.0-dev.241 → 1.0.0-dev.242

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/build/index.mjs CHANGED
@@ -1,356 +1,62 @@
1
- // src/assets.ts
2
- import { Asset } from "@moonbeam-network/xcm-types";
3
- var aca = new Asset({
4
- key: "aca",
5
- originSymbol: "ACA"
6
- });
7
- var agng = new Asset({
8
- key: "agng",
9
- originSymbol: "AGNG"
10
- });
11
- var alan = new Asset({
12
- key: "alan",
13
- originSymbol: "ALAN"
14
- });
15
- var ampe = new Asset({
16
- key: "ampe",
17
- originSymbol: "AMPE"
18
- });
19
- var apillon = new Asset({
20
- key: "apillon",
21
- originSymbol: "NCTR"
22
- });
23
- var aseed = new Asset({
24
- key: "aseed",
25
- originSymbol: "aSEED"
26
- });
27
- var astr = new Asset({
28
- key: "astr",
29
- originSymbol: "ASTR"
30
- });
31
- var auq = new Asset({
32
- key: "auq",
33
- originSymbol: "AUQ"
34
- });
35
- var axlusdc = new Asset({
36
- key: "axlusdc",
37
- originSymbol: "axlUSDC"
38
- });
39
- var bnc = new Asset({
40
- key: "bnc",
41
- originSymbol: "BNC"
42
- });
43
- var cfg = new Asset({
44
- key: "cfg",
45
- originSymbol: "CFG"
46
- });
47
- var crab = new Asset({
48
- key: "crab",
49
- originSymbol: "CRAB"
50
- });
51
- var csm = new Asset({
52
- key: "csm",
53
- originSymbol: "CSM"
54
- });
55
- var dai = new Asset({
56
- key: "dai",
57
- originSymbol: "DAI"
58
- });
59
- var ded = new Asset({
60
- key: "ded",
61
- originSymbol: "DED"
62
- });
63
- var dev = new Asset({
64
- key: "dev",
65
- originSymbol: "DEV"
66
- });
67
- var devBeta = new Asset({
68
- key: "dev-beta",
69
- originSymbol: "DEVbeta"
70
- });
71
- var devStage = new Asset({
72
- key: "dev-stage",
73
- originSymbol: "DEVstage"
74
- });
75
- var dot = new Asset({
76
- key: "dot",
77
- originSymbol: "DOT"
78
- });
79
- var eq = new Asset({
80
- key: "eq",
81
- originSymbol: "EQ"
82
- });
83
- var eqd = new Asset({
84
- key: "eqd",
85
- originSymbol: "EQD"
86
- });
87
- var eth = new Asset({
88
- key: "eth",
89
- originSymbol: "ETH"
90
- });
91
- var eurc = new Asset({
92
- key: "eurc",
93
- originSymbol: "EURC"
94
- });
95
- var fil = new Asset({
96
- key: "fil",
97
- originSymbol: "FIL"
98
- });
99
- var ftm = new Asset({
100
- key: "ftm",
101
- originSymbol: "FTM"
102
- });
103
- var ftmwh = new Asset({
104
- key: "ftmwh",
105
- originSymbol: "FTM.wh"
106
- });
107
- var glmr = new Asset({
108
- key: "glmr",
109
- originSymbol: "GLMR"
110
- });
111
- var hdx = new Asset({
112
- key: "hdx",
113
- originSymbol: "HDX"
114
- });
115
- var ibtc = new Asset({
116
- key: "ibtc",
117
- originSymbol: "IBTC"
118
- });
119
- var intr = new Asset({
120
- key: "intr",
121
- originSymbol: "INTR"
122
- });
123
- var kar = new Asset({
124
- key: "kar",
125
- originSymbol: "KAR"
126
- });
127
- var kbtc = new Asset({
128
- key: "kbtc",
129
- originSymbol: "KBTC"
130
- });
131
- var kint = new Asset({
132
- key: "kint",
133
- originSymbol: "KINT"
134
- });
135
- var ksm = new Asset({
136
- key: "ksm",
137
- originSymbol: "KSM"
138
- });
139
- var lamaGLMR = new Asset({
140
- key: "lama-glmr",
141
- originSymbol: "lamaGLMR"
142
- });
143
- var laos = new Asset({
144
- key: "laos",
145
- originSymbol: "LAOS"
146
- });
147
- var ldot = new Asset({
148
- key: "ldot",
149
- originSymbol: "LDOT"
150
- });
151
- var lit = new Asset({
152
- key: "lit",
153
- originSymbol: "LIT"
154
- });
155
- var manta = new Asset({
156
- key: "manta",
157
- originSymbol: "MANTA"
158
- });
159
- var maos = new Asset({
160
- key: "maos",
161
- originSymbol: "MAOS"
162
- });
163
- var movr = new Asset({
164
- key: "movr",
165
- originSymbol: "MOVR"
166
- });
167
- var samaMOVR = new Asset({
168
- key: "sama-movr",
169
- originSymbol: "samaMOVR"
170
- });
171
- var neuro = new Asset({
172
- key: "neuro",
173
- originSymbol: "NEURO"
174
- });
175
- var nodl = new Asset({
176
- key: "nodl",
177
- originSymbol: "NODL"
178
- });
179
- var otp = new Asset({
180
- key: "otp",
181
- originSymbol: "OTP"
182
- });
183
- var para = new Asset({
184
- key: "para",
185
- originSymbol: "PARA"
186
- });
187
- var paring = new Asset({
188
- key: "paring",
189
- originSymbol: "PARING"
190
- });
191
- var peaq = new Asset({
192
- key: "peaq",
193
- originSymbol: "PEAQ"
194
- });
195
- var pen = new Asset({
196
- key: "pen",
197
- originSymbol: "PEN"
198
- });
199
- var pha = new Asset({
200
- key: "pha",
201
- originSymbol: "PHA"
202
- });
203
- var pica = new Asset({
204
- key: "pica",
205
- originSymbol: "PICA"
206
- });
207
- var pink = new Asset({
208
- key: "pink",
209
- originSymbol: "PINK"
210
- });
211
- var pizza = new Asset({
212
- key: "pizza",
213
- originSymbol: "PIZZA"
214
- });
215
- var pizzaUSDC = new Asset({
216
- key: "pizza-usdc",
217
- originSymbol: "pizzaUSDC"
218
- });
219
- var ring = new Asset({
220
- key: "ring",
221
- originSymbol: "RING"
222
- });
223
- var rmrk = new Asset({
224
- key: "rmrk",
225
- originSymbol: "RMRK"
226
- });
227
- var sdn = new Asset({
228
- key: "sdn",
229
- originSymbol: "SDN"
230
- });
231
- var soon = new Asset({
232
- key: "soon",
233
- originSymbol: "SOON"
234
- });
235
- var stink = new Asset({
236
- key: "stink",
237
- originSymbol: "STINK"
238
- });
239
- var sub = new Asset({
240
- key: "sub",
241
- originSymbol: "SUB"
242
- });
243
- var teer = new Asset({
244
- key: "teer",
245
- originSymbol: "TEER"
246
- });
247
- var tnkr = new Asset({
248
- key: "tnkr",
249
- originSymbol: "TNKR"
250
- });
251
- var tt1 = new Asset({
252
- key: "tt1",
253
- originSymbol: "TT1"
254
- });
255
- var tur = new Asset({
256
- key: "tur",
257
- originSymbol: "TUR"
258
- });
259
- var unit = new Asset({
260
- key: "unit",
261
- originSymbol: "Unit"
262
- });
263
- var usdc = new Asset({
264
- key: "usdc",
265
- originSymbol: "USDC"
266
- });
267
- var usdcwh = new Asset({
268
- key: "usdcwh",
269
- originSymbol: "USDC.Wh"
270
- });
271
- var usdt = new Asset({
272
- key: "usdt",
273
- originSymbol: "USDT"
274
- });
275
- var usdtwh = new Asset({
276
- key: "usdtwh",
277
- originSymbol: "USDT.Wh"
278
- });
279
- var vastr = new Asset({
280
- key: "vastr",
281
- originSymbol: "vASTR"
282
- });
283
- var vbnc = new Asset({
284
- key: "vbnc",
285
- originSymbol: "vBNC"
286
- });
287
- var vdot = new Asset({
288
- key: "vdot",
289
- originSymbol: "vDOT"
290
- });
291
- var vfil = new Asset({
292
- key: "vfil",
293
- originSymbol: "vFIL"
294
- });
295
- var vglmr = new Asset({
296
- key: "vglmr",
297
- originSymbol: "vGLMR"
298
- });
299
- var vksm = new Asset({
300
- key: "vksm",
301
- originSymbol: "vKSM"
302
- });
303
- var vmanta = new Asset({
304
- key: "vmanta",
305
- originSymbol: "vMANTA"
306
- });
307
- var vmovr = new Asset({
308
- key: "vmovr",
309
- originSymbol: "vMOVR"
310
- });
311
- var wbtc = new Asset({
312
- key: "wbtc",
313
- originSymbol: "WBTC"
314
- });
315
- var weth = new Asset({
316
- key: "weth",
317
- originSymbol: "WETH"
318
- });
319
- var wftm = new Asset({
320
- key: "wftm",
321
- originSymbol: "wFTM"
322
- });
323
- var wifd = new Asset({
324
- key: "wifd",
325
- originSymbol: "WIFD"
326
- });
327
- var xrt = new Asset({
328
- key: "xrt",
329
- originSymbol: "XRT"
330
- });
331
- var ztg = new Asset({
332
- key: "ztg",
333
- originSymbol: "ZTG"
334
- });
335
- var wbtce = new Asset({
336
- key: "wbtce",
337
- originSymbol: "WBTC.e"
338
- });
339
- var wstethe = new Asset({
340
- key: "wstethe",
341
- originSymbol: "wstETH.e"
342
- });
343
- var wethe = new Asset({
344
- key: "wethe",
345
- originSymbol: "WETH.e"
346
- });
347
- var assetsList = [
1
+ import {
2
+ acala,
3
+ alphanetAssetHub,
4
+ alphanetRelay,
5
+ astar,
6
+ bifrostKusama,
7
+ bifrostPolkadot,
8
+ centrifuge,
9
+ chainsList,
10
+ chainsMap,
11
+ crustShadow,
12
+ darwinia,
13
+ darwiniaCrab,
14
+ ethereum,
15
+ fantomTestnet,
16
+ hydration,
17
+ hydrationAlphanet,
18
+ integritee,
19
+ interlay,
20
+ karura,
21
+ kintsugi,
22
+ kusama,
23
+ kusamaAssetHub,
24
+ laosAlphanet,
25
+ laosMainnet,
26
+ mantaParachain,
27
+ moonbaseAlpha,
28
+ moonbaseBeta,
29
+ moonbaseStage,
30
+ moonbeam,
31
+ moonlama,
32
+ moonriver,
33
+ moonsama,
34
+ neuroweb,
35
+ originTrailAlphanet,
36
+ peaqAlphanet,
37
+ peaqChain,
38
+ peaqEvm,
39
+ peaqEvmAlphanet,
40
+ pendulum,
41
+ pendulumAlphanet,
42
+ phala,
43
+ polkadot,
44
+ polkadotAssetHub,
45
+ robonomics,
46
+ shiden,
47
+ turingAlphanet,
48
+ uniqueAlpha,
49
+ zeitgeist
50
+ } from "./chunk-XQKX4PX2.mjs";
51
+ import {
348
52
  aca,
349
53
  agng,
350
54
  alan,
351
55
  ampe,
352
56
  apillon,
353
57
  aseed,
58
+ assetsList,
59
+ assetsMap,
354
60
  astr,
355
61
  auq,
356
62
  axlusdc,
@@ -386,7 +92,6 @@ var assetsList = [
386
92
  manta,
387
93
  maos,
388
94
  movr,
389
- samaMOVR,
390
95
  neuro,
391
96
  nodl,
392
97
  otp,
@@ -401,6 +106,7 @@ var assetsList = [
401
106
  pizzaUSDC,
402
107
  ring,
403
108
  rmrk,
109
+ samaMOVR,
404
110
  sdn,
405
111
  soon,
406
112
  stink,
@@ -431,2249 +137,11 @@ var assetsList = [
431
137
  wstethe,
432
138
  xrt,
433
139
  ztg
434
- ];
435
- var assetsMap = new Map(
436
- assetsList.map((asset) => [asset.key, asset])
437
- );
438
-
439
- // src/chains.ts
440
- import {
441
- ChainAsset,
442
- Ecosystem,
443
- EvmChain,
444
- EvmParachain,
445
- Parachain
446
- } from "@moonbeam-network/xcm-types";
447
- import { getPolkadotAppsUrl } from "@moonbeam-network/xcm-utils";
448
- var acala = new Parachain({
449
- assets: [
450
- ChainAsset.fromAsset(aca, {
451
- decimals: 12,
452
- ids: {
453
- id: { Token: aca.originSymbol }
454
- }
455
- }),
456
- ChainAsset.fromAsset(aseed, {
457
- decimals: 12,
458
- ids: {
459
- id: { Token: "AUSD" },
460
- minId: { NativeAssetId: { Token: "AUSD" } }
461
- }
462
- }),
463
- ChainAsset.fromAsset(glmr, {
464
- decimals: 18,
465
- ids: {
466
- id: { ForeignAsset: 0 },
467
- minId: { ForeignAssetId: 0 }
468
- }
469
- }),
470
- ChainAsset.fromAsset(ldot, {
471
- decimals: 10,
472
- ids: {
473
- id: { Token: ldot.originSymbol },
474
- minId: { NativeAssetId: { Token: ldot.originSymbol } }
475
- }
476
- })
477
- ],
478
- ecosystem: Ecosystem.Polkadot,
479
- genesisHash: "0xfc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c",
480
- key: "acala",
481
- name: "Acala",
482
- nativeAsset: aca,
483
- parachainId: 2e3,
484
- ss58Format: 10,
485
- ws: [
486
- "wss://acala-rpc.aca-api.network",
487
- "wss://acala-rpc.dwellir.com",
488
- "wss://acala-polkadot.api.onfinality.io/public-ws"
489
- ]
490
- });
491
- var alphanetAssetHub = new Parachain({
492
- assets: [
493
- ChainAsset.fromAsset(tt1, {
494
- decimals: 18,
495
- ids: {
496
- id: 2,
497
- palletInstance: 50
498
- }
499
- }),
500
- ChainAsset.fromAsset(unit, {
501
- decimals: 12
502
- })
503
- ],
504
- ecosystem: Ecosystem.AlphanetRelay,
505
- genesisHash: "0x2c63baa36880c9cf820d5ccfc4e49841bfd714e93ede2bebc4abc4531dd4e8a0",
506
- isTestChain: true,
507
- key: "alphanet-asset-hub",
508
- name: "Alphanet Asset Hub",
509
- nativeAsset: unit,
510
- parachainId: 1001,
511
- ss58Format: 42,
512
- ws: [
513
- "wss://statemint.api.moonbase.moonbeam.network",
514
- "wss://frag-moonbase-sm-rpc-ws.g.moonbase.moonbeam.network"
515
- ]
516
- });
517
- var alphanetRelay = new Parachain({
518
- assets: [
519
- ChainAsset.fromAsset(unit, {
520
- decimals: 12
521
- })
522
- ],
523
- ecosystem: Ecosystem.AlphanetRelay,
524
- genesisHash: "0xe1ea3ab1d46ba8f4898b6b4b9c54ffc05282d299f89e84bd0fd08067758c9443",
525
- isRelay: true,
526
- isTestChain: true,
527
- key: "alphanet-relay",
528
- name: "Alphanet Relay",
529
- nativeAsset: unit,
530
- parachainId: 0,
531
- ss58Format: 42,
532
- ws: [
533
- "wss://relay.api.moonbase.moonbeam.network",
534
- "wss://fro-moon-rpc-1-moonbase-relay-rpc-1.moonbase.ol-infra.network"
535
- ]
536
- });
537
- var astar = new Parachain({
538
- assets: [
539
- ChainAsset.fromAsset(glmr, {
540
- decimals: 18,
541
- ids: {
542
- id: 18446744073709551619n
543
- }
544
- }),
545
- ChainAsset.fromAsset(astr, {
546
- decimals: 18
547
- })
548
- ],
549
- ecosystem: Ecosystem.Polkadot,
550
- genesisHash: "0x9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6",
551
- key: "astar",
552
- name: "Astar",
553
- nativeAsset: astr,
554
- parachainId: 2006,
555
- ss58Format: 5,
556
- ws: [
557
- "wss://rpc.astar.network",
558
- "wss://astar-rpc.dwellir.com",
559
- "wss://astar.api.onfinality.io/public-ws"
560
- ]
561
- });
562
- var bifrostKusama = new Parachain({
563
- assets: [
564
- ChainAsset.fromAsset(movr, {
565
- decimals: 18,
566
- ids: {
567
- id: { Token: movr.originSymbol }
568
- }
569
- }),
570
- ChainAsset.fromAsset(bnc, {
571
- decimals: 12,
572
- ids: {
573
- id: { Native: bnc.originSymbol },
574
- generalKey: {
575
- length: 2,
576
- data: "0x0001000000000000000000000000000000000000000000000000000000000000"
577
- }
578
- }
579
- }),
580
- ChainAsset.fromAsset(vbnc, {
581
- decimals: 12,
582
- ids: {
583
- id: { VToken: bnc.originSymbol },
584
- generalKey: {
585
- length: 2,
586
- data: "0x0101000000000000000000000000000000000000000000000000000000000000"
587
- }
588
- }
589
- }),
590
- ChainAsset.fromAsset(vksm, {
591
- decimals: 12,
592
- ids: {
593
- id: { VToken: ksm.originSymbol },
594
- generalKey: {
595
- length: 2,
596
- data: "0x0104000000000000000000000000000000000000000000000000000000000000"
597
- }
598
- }
599
- }),
600
- ChainAsset.fromAsset(vmovr, {
601
- decimals: 18,
602
- ids: {
603
- id: { VToken: movr.originSymbol },
604
- generalKey: {
605
- length: 2,
606
- data: "0x010a000000000000000000000000000000000000000000000000000000000000"
607
- }
608
- }
609
- })
610
- ],
611
- ecosystem: Ecosystem.Kusama,
612
- genesisHash: "0x9f28c6a68e0fc9646eff64935684f6eeeece527e37bbe1f213d22caa1d9d6bed",
613
- key: "bifrost-kusama",
614
- name: "Bifrost",
615
- nativeAsset: bnc,
616
- parachainId: 2001,
617
- ss58Format: 6,
618
- ws: [
619
- "wss://us.bifrost-rpc.liebi.com/ws",
620
- "wss://bifrost-rpc.liebi.com/ws",
621
- "wss://bifrost-rpc.dwellir.com"
622
- ]
623
- });
624
- var bifrostPolkadot = new Parachain({
625
- assets: [
626
- ChainAsset.fromAsset(glmr, {
627
- decimals: 18,
628
- ids: {
629
- id: { Token2: 1 }
630
- }
631
- }),
632
- ChainAsset.fromAsset(bnc, {
633
- decimals: 12,
634
- ids: {
635
- id: { Native: bnc.originSymbol },
636
- generalKey: {
637
- length: 2,
638
- data: "0x0001000000000000000000000000000000000000000000000000000000000000"
639
- }
640
- }
641
- }),
642
- ChainAsset.fromAsset(fil, {
643
- decimals: 18,
644
- ids: {
645
- id: { Token2: 4 },
646
- generalKey: {
647
- length: 2,
648
- data: "0x0804000000000000000000000000000000000000000000000000000000000000"
649
- }
650
- }
651
- }),
652
- ChainAsset.fromAsset(vastr, {
653
- decimals: 18,
654
- ids: {
655
- id: { VToken2: 3 },
656
- generalKey: {
657
- length: 2,
658
- data: "0x0903000000000000000000000000000000000000000000000000000000000000"
659
- }
660
- }
661
- }),
662
- ChainAsset.fromAsset(vdot, {
663
- decimals: 10,
664
- ids: {
665
- id: { VToken2: 0 },
666
- generalKey: {
667
- length: 2,
668
- data: "0x0900000000000000000000000000000000000000000000000000000000000000"
669
- }
670
- }
671
- }),
672
- ChainAsset.fromAsset(vfil, {
673
- decimals: 18,
674
- ids: {
675
- id: { VToken2: 4 },
676
- generalKey: {
677
- length: 2,
678
- data: "0x0904000000000000000000000000000000000000000000000000000000000000"
679
- }
680
- }
681
- }),
682
- ChainAsset.fromAsset(vglmr, {
683
- decimals: 18,
684
- ids: {
685
- id: { VToken2: 1 },
686
- generalKey: {
687
- length: 2,
688
- data: "0x0901000000000000000000000000000000000000000000000000000000000000"
689
- }
690
- }
691
- }),
692
- ChainAsset.fromAsset(vmanta, {
693
- decimals: 18,
694
- ids: {
695
- id: { VToken2: 8 },
696
- generalKey: {
697
- length: 2,
698
- data: "0x0908000000000000000000000000000000000000000000000000000000000000"
699
- }
700
- }
701
- })
702
- ],
703
- ecosystem: Ecosystem.Polkadot,
704
- genesisHash: "0x262e1b2ad728475fd6fe88e62d34c200abe6fd693931ddad144059b1eb884e5b",
705
- key: "bifrost-polkadot",
706
- name: "Bifrost",
707
- nativeAsset: bnc,
708
- parachainId: 2030,
709
- ss58Format: 6,
710
- ws: [
711
- "wss://eu.bifrost-polkadot-rpc.liebi.com/ws",
712
- "wss://hk.p.bifrost-rpc.liebi.com/ws",
713
- "wss://bifrost-polkadot-rpc.dwellir.com"
714
- ]
715
- });
716
- var centrifuge = new Parachain({
717
- assets: [
718
- ChainAsset.fromAsset(cfg, {
719
- decimals: 18,
720
- ids: {
721
- id: "Native"
722
- }
723
- })
724
- ],
725
- ecosystem: Ecosystem.Polkadot,
726
- genesisHash: "0xb3db41421702df9a7fcac62b53ffeac85f7853cc4e689e0b93aeb3db18c09d82",
727
- key: "centrifuge",
728
- name: "Centrifuge",
729
- nativeAsset: cfg,
730
- parachainId: 2031,
731
- ss58Format: 36,
732
- ws: [
733
- "wss://fullnode.centrifuge.io",
734
- "wss://centrifuge-rpc.dwellir.com",
735
- "wss://rpc-centrifuge.luckyfriday.io",
736
- "wss://centrifuge-parachain.api.onfinality.io/public-ws"
737
- ]
738
- });
739
- var crustShadow = new Parachain({
740
- assets: [
741
- ChainAsset.fromAsset(movr, {
742
- decimals: 18,
743
- ids: {
744
- balanceId: 232263652204149413431520870009560565298n,
745
- id: { OtherReserve: 232263652204149413431520870009560565298n }
746
- }
747
- }),
748
- ChainAsset.fromAsset(csm, {
749
- decimals: 12
750
- })
751
- ],
752
- ecosystem: Ecosystem.Kusama,
753
- genesisHash: "0xd4c0c08ca49dc7c680c3dac71a7c0703e5b222f4b6c03fe4c5219bb8f22c18dc",
754
- key: "crust-shadow",
755
- name: "Crust Shadow",
756
- nativeAsset: csm,
757
- parachainId: 2012,
758
- ss58Format: 66,
759
- ws: [
760
- "wss://rpc2-shadow.crust.network",
761
- "wss://rpc-shadow.crust.network/",
762
- "wss://rpc-shadow.crustnetwork.app"
763
- ]
764
- });
765
- var darwinia = new EvmParachain({
766
- assets: [
767
- ChainAsset.fromAsset(ring, {
768
- decimals: 18,
769
- ids: {
770
- palletInstance: 5
771
- }
772
- }),
773
- ChainAsset.fromAsset(glmr, {
774
- decimals: 18
775
- })
776
- ],
777
- ecosystem: Ecosystem.Polkadot,
778
- genesisHash: "0xf0b8924b12e8108550d28870bc03f7b45a947e1b2b9abf81bfb0b89ecb60570e",
779
- id: 46,
780
- key: "darwinia",
781
- name: "Darwinia",
782
- nativeAsset: ring,
783
- parachainId: 2046,
784
- rpc: "https://rpc.darwinia.network",
785
- ss58Format: 18,
786
- ws: ["wss://rpc.darwinia.network", "wss://darwinia-rpc.dwellir.com"]
787
- });
788
- var darwiniaCrab = new EvmParachain({
789
- assets: [
790
- ChainAsset.fromAsset(crab, {
791
- decimals: 18,
792
- ids: {
793
- palletInstance: 5
794
- }
795
- }),
796
- ChainAsset.fromAsset(movr, {
797
- decimals: 18
798
- })
799
- ],
800
- ecosystem: Ecosystem.Kusama,
801
- genesisHash: "0x86e49c195aeae7c5c4a86ced251f1a28c67b3c35d8289c387ede1776cdd88b24",
802
- id: 44,
803
- key: "darwinia-crab",
804
- name: "Darwinia Crab",
805
- nativeAsset: crab,
806
- parachainId: 2105,
807
- rpc: "https://crab-rpc.darwinia.network",
808
- ss58Format: 18,
809
- ws: ["wss://darwiniacrab-rpc.dwellir.com", "wss://crab-rpc.darwinia.network"]
810
- });
811
- var ethereum = new EvmChain({
812
- assets: [
813
- ChainAsset.fromAsset(eth, {
814
- decimals: 18
815
- }),
816
- ChainAsset.fromAsset(usdc, {
817
- address: "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48",
818
- decimals: 6
819
- }),
820
- ChainAsset.fromAsset(usdt, {
821
- address: "0xdac17f958d2ee523a2206206994597c13d831ec7",
822
- decimals: 6
823
- }),
824
- ChainAsset.fromAsset(dai, {
825
- address: "0x6b175474e89094c44da98b954eedeac495271d0f",
826
- decimals: 18
827
- }),
828
- ChainAsset.fromAsset(wbtc, {
829
- address: "0x2260fac5e5542a773aa44fbcfedf7c193bc2c599",
830
- decimals: 8
831
- }),
832
- ChainAsset.fromAsset(glmr, {
833
- address: "0x93d3696A9F879b331f40CB5059e37015423A3Bd0",
834
- decimals: 18
835
- }),
836
- ChainAsset.fromAsset(peaq, {
837
- address: "0x6e642b4dfe787b8f101d1fb66c2ef56e2b4c6c52",
838
- decimals: 18
839
- })
840
- ],
841
- ecosystem: Ecosystem.Polkadot,
842
- explorer: {
843
- base: "https://etherscan.io",
844
- txPath: "/tx"
845
- },
846
- id: 1,
847
- key: "ethereum",
848
- name: "Ethereum",
849
- nativeAsset: eth,
850
- rpc: "https://ethereum-rpc.publicnode.com",
851
- wh: {
852
- name: "Ethereum"
853
- }
854
- });
855
- var fantomTestnet = new EvmChain({
856
- assets: [
857
- ChainAsset.fromAsset(ftm, {
858
- decimals: 18
859
- }),
860
- ChainAsset.fromAsset(dev, {
861
- address: "0x41E3CFDFC255A4bF3C8D3560Bc8D3D9b5080338e",
862
- decimals: 18
863
- }),
864
- ChainAsset.fromAsset(agng, {
865
- address: "0xBb4D53C75654D28f69470546414401A2b31b586c",
866
- decimals: 18
867
- })
868
- ],
869
- ecosystem: Ecosystem.AlphanetRelay,
870
- explorer: {
871
- base: "https://explorer.testnet.fantom.network",
872
- txPath: "/transactions"
873
- },
874
- id: 4002,
875
- isTestChain: true,
876
- key: "fantom-testnet",
877
- name: "Fantom Testnet",
878
- nativeAsset: ftm,
879
- rpc: "https://fantom-testnet-rpc.publicnode.com",
880
- wh: {
881
- name: "Fantom"
882
- }
883
- });
884
- var hydration = new Parachain({
885
- assets: [
886
- ChainAsset.fromAsset(hdx, {
887
- decimals: 12,
888
- ids: {
889
- id: 0
890
- }
891
- }),
892
- ChainAsset.fromAsset(glmr, {
893
- decimals: 18,
894
- ids: {
895
- id: 16
896
- }
897
- }),
898
- ChainAsset.fromAsset(dai, {
899
- decimals: 18,
900
- ids: {
901
- id: 18
902
- }
903
- }),
904
- ChainAsset.fromAsset(usdcwh, {
905
- decimals: 6,
906
- ids: {
907
- id: 21
908
- }
909
- }),
910
- ChainAsset.fromAsset(usdtwh, {
911
- decimals: 6,
912
- ids: {
913
- id: 23
914
- }
915
- }),
916
- ChainAsset.fromAsset(wbtc, {
917
- decimals: 8,
918
- ids: {
919
- id: 19
920
- }
921
- }),
922
- ChainAsset.fromAsset(weth, {
923
- decimals: 18,
924
- ids: {
925
- id: 20
926
- }
927
- })
928
- ],
929
- ecosystem: Ecosystem.Polkadot,
930
- explorer: {
931
- base: "https://hydration.subscan.io"
932
- },
933
- genesisHash: "0xafdc188f45c71dacbaa0b62e16a91f726c7b8699a9748cdf715459de6b7f366d",
934
- key: "hydration",
935
- name: "Hydration",
936
- nativeAsset: hdx,
937
- parachainId: 2034,
938
- ss58Format: 63,
939
- ws: [
940
- "wss://hydration-rpc.n.dwellir.com",
941
- "wss://hydradx-rpc.dwellir.com",
942
- "wss://rpc.hydradx.cloud",
943
- "wss://rpc.helikon.io/hydradx",
944
- "wss://hydration.ibp.network",
945
- "wss://hydration.dotters.network"
946
- ]
947
- });
948
- var hydrationAlphanet = new Parachain({
949
- assets: [
950
- ChainAsset.fromAsset(hdx, {
951
- decimals: 12,
952
- ids: {
953
- id: 0
954
- }
955
- }),
956
- ChainAsset.fromAsset(usdcwh, {
957
- decimals: 6,
958
- ids: {
959
- id: 1000001
960
- }
961
- }),
962
- ChainAsset.fromAsset(ftmwh, {
963
- decimals: 18,
964
- ids: {
965
- id: 1000002
966
- }
967
- }),
968
- ChainAsset.fromAsset(usdtwh, {
969
- decimals: 6,
970
- ids: {
971
- id: 2
972
- }
973
- }),
974
- ChainAsset.fromAsset(dev, {
975
- decimals: 18,
976
- ids: {
977
- id: 1
978
- }
979
- })
980
- ],
981
- ecosystem: Ecosystem.AlphanetRelay,
982
- explorer: {
983
- base: getPolkadotAppsUrl("wss://hydradx-moonbase-rpc.play.hydration.cloud")
984
- },
985
- genesisHash: "0x025980095be141a99f983631c49271af15cab61c4ce0d73db73192443932669a",
986
- isTestChain: true,
987
- key: "hydration-Alphanet",
988
- name: "Hydration Alphanet",
989
- nativeAsset: hdx,
990
- parachainId: 2034,
991
- ss58Format: 63,
992
- ws: ["wss://hydradx-moonbase-rpc.play.hydration.cloud"]
993
- });
994
- var integritee = new Parachain({
995
- assets: [
996
- ChainAsset.fromAsset(teer, {
997
- decimals: 12,
998
- ids: {
999
- id: teer.originSymbol
1000
- }
1001
- })
1002
- ],
1003
- ecosystem: Ecosystem.Kusama,
1004
- genesisHash: "0xcdedc8eadbfa209d3f207bba541e57c3c58a667b05a2e1d1e86353c9000758da",
1005
- key: "integritee",
1006
- name: "Integritee",
1007
- nativeAsset: teer,
1008
- parachainId: 2015,
1009
- ss58Format: 13,
1010
- ws: [
1011
- "wss://kusama.api.integritee.network",
1012
- "wss://integritee-kusama.api.onfinality.io/public-ws"
1013
- ]
1014
- });
1015
- var interlay = new Parachain({
1016
- assets: [
1017
- ChainAsset.fromAsset(glmr, {
1018
- decimals: 18,
1019
- ids: {
1020
- id: { ForeignAsset: 10 }
1021
- }
1022
- }),
1023
- ChainAsset.fromAsset(intr, {
1024
- decimals: 10,
1025
- ids: {
1026
- id: { Token: intr.originSymbol }
1027
- }
1028
- }),
1029
- ChainAsset.fromAsset(ibtc, {
1030
- decimals: 8,
1031
- ids: {
1032
- id: { Token: ibtc.originSymbol }
1033
- }
1034
- })
1035
- ],
1036
- ecosystem: Ecosystem.Polkadot,
1037
- genesisHash: "0xbf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72",
1038
- key: "interlay",
1039
- name: "Interlay",
1040
- nativeAsset: intr,
1041
- parachainId: 2032,
1042
- ss58Format: 2032,
1043
- ws: ["wss://api.interlay.io/parachain", "wss://interlay-rpc.dwellir.com"]
1044
- });
1045
- var karura = new Parachain({
1046
- assets: [
1047
- ChainAsset.fromAsset(movr, {
1048
- decimals: 18,
1049
- ids: {
1050
- id: { ForeignAsset: 3 },
1051
- minId: { ForeignAssetId: 3 }
1052
- }
1053
- }),
1054
- ChainAsset.fromAsset(kar, {
1055
- decimals: 12,
1056
- ids: {
1057
- id: { Token: kar.originSymbol }
1058
- }
1059
- }),
1060
- ChainAsset.fromAsset(aseed, {
1061
- decimals: 12,
1062
- ids: {
1063
- id: { Token: "KUSD" },
1064
- minId: { NativeAssetId: { Token: "KUSD" } }
1065
- }
1066
- })
1067
- ],
1068
- ecosystem: Ecosystem.Kusama,
1069
- genesisHash: "0xbaf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b",
1070
- key: "karura",
1071
- name: "Karura",
1072
- nativeAsset: kar,
1073
- parachainId: 2e3,
1074
- ss58Format: 8,
1075
- ws: [
1076
- "wss://karura-rpc-0.aca-api.network",
1077
- "wss://karura-rpc.dwellir.com",
1078
- "wss://karura.api.onfinality.io/public-ws"
1079
- ]
1080
- });
1081
- var kintsugi = new Parachain({
1082
- assets: [
1083
- ChainAsset.fromAsset(kint, {
1084
- decimals: 12,
1085
- ids: {
1086
- id: { Token: kint.originSymbol }
1087
- }
1088
- }),
1089
- ChainAsset.fromAsset(kbtc, {
1090
- decimals: 8,
1091
- ids: {
1092
- id: { Token: kbtc.originSymbol }
1093
- }
1094
- })
1095
- ],
1096
- ecosystem: Ecosystem.Kusama,
1097
- genesisHash: "0x9af9a64e6e4da8e3073901c3ff0cc4c3aad9563786d89daf6ad820b6e14a0b8b",
1098
- key: "kintsugi",
1099
- name: "Kintsugi",
1100
- nativeAsset: kint,
1101
- parachainId: 2092,
1102
- ss58Format: 2092,
1103
- ws: [
1104
- "wss://api-kusama.interlay.io/parachain",
1105
- "wss://kintsugi-rpc.dwellir.com",
1106
- "wss://kintsugi.api.onfinality.io/public-ws"
1107
- ]
1108
- });
1109
- var kusama = new Parachain({
1110
- assets: [ChainAsset.fromAsset(ksm, { decimals: 12 })],
1111
- checkSovereignAccountBalances: true,
1112
- ecosystem: Ecosystem.Kusama,
1113
- genesisHash: "0xb0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe",
1114
- isRelay: true,
1115
- key: "kusama",
1116
- name: "Kusama",
1117
- nativeAsset: ksm,
1118
- parachainId: 0,
1119
- ss58Format: 2,
1120
- ws: [
1121
- "wss://kusama-rpc.dwellir.com",
1122
- "wss://kusama.api.onfinality.io/public-ws",
1123
- "wss://kusama-rpc.polkadot.io"
1124
- ]
1125
- });
1126
- var kusamaAssetHub = new Parachain({
1127
- assets: [
1128
- ChainAsset.fromAsset(usdt, {
1129
- decimals: 6,
1130
- ids: {
1131
- id: 1984,
1132
- palletInstance: 50
1133
- }
1134
- }),
1135
- ChainAsset.fromAsset(rmrk, {
1136
- decimals: 10,
1137
- ids: {
1138
- id: 8,
1139
- palletInstance: 50
1140
- }
1141
- }),
1142
- ChainAsset.fromAsset(ksm, {
1143
- decimals: 12
1144
- })
1145
- ],
1146
- checkSovereignAccountBalances: true,
1147
- ecosystem: Ecosystem.Kusama,
1148
- genesisHash: "0x48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a",
1149
- key: "kusama-asset-hub",
1150
- name: "Kusama Asset Hub",
1151
- nativeAsset: ksm,
1152
- parachainId: 1e3,
1153
- ss58Format: 2,
1154
- ws: [
1155
- "wss://asset-hub-kusama-rpc.dwellir.com",
1156
- "wss://kusama-asset-hub-rpc.polkadot.io"
1157
- ]
1158
- });
1159
- var mantaParachain = new Parachain({
1160
- assets: [
1161
- ChainAsset.fromAsset(manta, {
1162
- decimals: 18,
1163
- ids: {
1164
- id: { MantaCurrency: 1 }
1165
- }
1166
- }),
1167
- ChainAsset.fromAsset(glmr, {
1168
- decimals: 18,
1169
- ids: {
1170
- id: { MantaCurrency: 10 }
1171
- }
1172
- })
1173
- ],
1174
- ecosystem: Ecosystem.Polkadot,
1175
- genesisHash: "0xf3c7ad88f6a80f366c4be216691411ef0622e8b809b1046ea297ef106058d4eb",
1176
- key: "manta",
1177
- name: "Manta",
1178
- nativeAsset: manta,
1179
- parachainId: 2104,
1180
- ss58Format: 77,
1181
- ws: ["wss://ws.manta.systems"]
1182
- });
1183
- var laosAlphanet = new EvmParachain({
1184
- assets: [ChainAsset.fromAsset(maos, { decimals: 18 })],
1185
- ecosystem: Ecosystem.AlphanetRelay,
1186
- genesisHash: "0x324e69fa1a64c0b3badec0016aca64878bc2f4b6146e6da26c7aaddee21947f7",
1187
- key: "laos-alphanet",
1188
- name: "Laos Alphanet",
1189
- isTestChain: true,
1190
- nativeAsset: maos,
1191
- parachainId: 4001,
1192
- ss58Format: 42,
1193
- ws: ["wss://rpc.laosalphanet.gorengine.com"]
1194
- });
1195
- var laosMainnet = new EvmParachain({
1196
- assets: [ChainAsset.fromAsset(laos, { decimals: 18 })],
1197
- ecosystem: Ecosystem.Polkadot,
1198
- genesisHash: "0xe8aecc950e82f1a375cf650fa72d07e0ad9bef7118f49b92283b63e88b1de88b",
1199
- key: "laos-mainnet",
1200
- name: "Laos",
1201
- isTestChain: false,
1202
- nativeAsset: laos,
1203
- parachainId: 3370,
1204
- ss58Format: 42,
1205
- ws: ["wss://rpc.laos.laosfoundation.io"]
1206
- });
1207
- var moonbaseAlpha = new EvmParachain({
1208
- assets: [
1209
- ChainAsset.fromAsset(alan, {
1210
- address: "0x9133c5a22024118804089f1fB752b7B2ce2a6351",
1211
- decimals: 18,
1212
- ids: {
1213
- palletInstance: 48
1214
- }
1215
- }),
1216
- ChainAsset.fromAsset(ampe, {
1217
- address: "0xfFfFfffF7fee8415e1c2AC3A15C48D3546B95e16",
1218
- decimals: 12,
1219
- ids: {
1220
- id: "170050401128744171791743427490841452054"
1221
- }
1222
- }),
1223
- ChainAsset.fromAsset(dev, {
1224
- address: "0x0000000000000000000000000000000000000802",
1225
- decimals: 18,
1226
- min: 0.01,
1227
- ids: {
1228
- palletInstance: 3
1229
- }
1230
- }),
1231
- ChainAsset.fromAsset(lit, {
1232
- address: "0xfffFFfFF31103d490325BB0a8E40eF62e2F614C0",
1233
- decimals: 12,
1234
- ids: {
1235
- id: "65216491554813189869575508812319036608"
1236
- }
1237
- }),
1238
- ChainAsset.fromAsset(maos, {
1239
- address: "0xffffffff06a14960bddc8610d0e694d39a3c682e",
1240
- decimals: 18,
1241
- ids: {
1242
- id: "8812816049497534070792537960559175726",
1243
- palletInstance: 48
1244
- }
1245
- }),
1246
- ChainAsset.fromAsset(otp, {
1247
- address: "0xFfffffFfB3229c8E7657eABEA704d5e75246e544",
1248
- decimals: 12,
1249
- ids: {
1250
- id: "238111524681612888331172110363070489924"
1251
- }
1252
- }),
1253
- ChainAsset.fromAsset(paring, {
1254
- address: "0xFFFffFfF8283448b3cB519Ca4732F2ddDC6A6165",
1255
- decimals: 18,
1256
- ids: {
1257
- id: "173481220575862801646329923366065693029"
1258
- }
1259
- }),
1260
- ChainAsset.fromAsset(pica, {
1261
- address: "0xFFFfFFFF10DD5Fd142163a40Ce0dae8c56e2801f",
1262
- decimals: 6,
1263
- ids: {
1264
- id: "22417088946346045371238623691600461855"
1265
- }
1266
- }),
1267
- ChainAsset.fromAsset(tt1, {
1268
- address: "0xfFffFfFf75976211C786fe4d73d2477e222786Ac",
1269
- decimals: 18,
1270
- ids: {
1271
- id: "156305701417244550631956600137082963628"
1272
- }
1273
- }),
1274
- ChainAsset.fromAsset(tur, {
1275
- address: "0xfFffffFf6448d0746f2a66342B67ef9CAf89478E",
1276
- decimals: 10,
1277
- ids: {
1278
- id: "133300872918374599700079037156071917454"
1279
- }
1280
- }),
1281
- ChainAsset.fromAsset(unit, {
1282
- address: "0xFfFFfFff1FcaCBd218EDc0EbA20Fc2308C778080",
1283
- decimals: 12,
1284
- ids: {
1285
- id: "42259045809535163221576417993425387648",
1286
- palletInstance: 48
1287
- }
1288
- }),
1289
- ChainAsset.fromAsset(ftmwh, {
1290
- address: "0x566c1cebc6A4AFa1C122E039C4BEBe77043148Ee",
1291
- decimals: 18,
1292
- ids: {
1293
- palletInstance: 48
1294
- }
1295
- }),
1296
- ChainAsset.fromAsset(hdx, {
1297
- address: "0xFFFfFfff345Dc44DDAE98Df024Eb494321E73FcC",
1298
- decimals: 12,
1299
- ids: {
1300
- id: "69606720909260275826784788104880799692"
1301
- }
1302
- }),
1303
- ChainAsset.fromAsset(usdcwh, {
1304
- address: "0xE5dE10C4b744bac6b783fAF8d9B9fDFF14Acc3c9",
1305
- decimals: 6,
1306
- ids: {
1307
- palletInstance: 48
1308
- }
1309
- }),
1310
- ChainAsset.fromAsset(agng, {
1311
- address: "0xFFfFFFFF38794F8c53fC7325ea07463dc6965e20",
1312
- decimals: 18,
1313
- ids: {
1314
- id: "75066649112131892397889252914026143264"
1315
- }
1316
- })
1317
- ],
1318
- ecosystem: Ecosystem.AlphanetRelay,
1319
- explorer: {
1320
- base: "https://moonbase.moonscan.io",
1321
- txPath: "/tx"
1322
- },
1323
- genesisHash: "0x91bc6e169807aaa54802737e1c504b2577d4fafedd5a02c10293b1cd60e39527",
1324
- id: 1287,
1325
- isEvmSigner: true,
1326
- isTestChain: true,
1327
- key: "moonbase-alpha",
1328
- name: "Moonbase Alpha",
1329
- nativeAsset: dev,
1330
- parachainId: 1e3,
1331
- rpc: "https://rpc.api.moonbase.moonbeam.network",
1332
- ss58Format: 1287,
1333
- ws: ["wss://wss.api.moonbase.moonbeam.network"],
1334
- wh: {
1335
- name: "Moonbeam"
1336
- }
1337
- });
1338
- var moonbaseBeta = new EvmParachain({
1339
- assets: [
1340
- ChainAsset.fromAsset(devBeta, {
1341
- address: "0x0000000000000000000000000000000000000802",
1342
- decimals: 18,
1343
- ids: {
1344
- palletInstance: 3
1345
- }
1346
- }),
1347
- ChainAsset.fromAsset(dev, {
1348
- address: "0xffffffffA7B17E706A2391F346D8C82B6788DB41",
1349
- decimals: 18,
1350
- ids: {
1351
- balanceId: "222902676330054289648817870329963141953",
1352
- id: { ForeignAsset: "222902676330054289648817870329963141953" }
1353
- }
1354
- }),
1355
- ChainAsset.fromAsset(alan, {
1356
- address: "0xffffffff405953B645C61B0F5FFB28DF2B39B78D",
1357
- decimals: 18,
1358
- ids: {
1359
- balanceId: "85534404031760856987006367174489651085",
1360
- id: { ForeignAsset: "85534404031760856987006367174489651085" }
1361
- }
1362
- }),
1363
- ChainAsset.fromAsset(usdcwh, {
1364
- address: "0xffffffffF0963FD9B1D84D5740E911AA5D99A08D",
1365
- decimals: 6,
1366
- ids: {
1367
- balanceId: "319794858556516669238969276945382613133",
1368
- id: { ForeignAsset: "319794858556516669238969276945382613133" }
1369
- }
1370
- }),
1371
- ChainAsset.fromAsset(ftmwh, {
1372
- address: "0xffffffff958FAF8E6B11DA766006DF735C4A8DA0",
1373
- decimals: 18,
1374
- ids: {
1375
- balanceId: "198801030527939140930753142903035039136",
1376
- id: { ForeignAsset: "198801030527939140930753142903035039136" }
1377
- }
1378
- }),
1379
- ChainAsset.fromAsset(devStage, {
1380
- address: "0xfFFFFFfF0000000000000000000000000000000A",
1381
- decimals: 18,
1382
- ids: {
1383
- id: 10
1384
- }
1385
- }),
1386
- ChainAsset.fromAsset(pizza, {
1387
- address: "0x7a218FFD31C1dF5edf62d3aAd0a398062AC16DCd",
1388
- decimals: 18,
1389
- ids: {
1390
- palletInstance: 48
1391
- }
1392
- })
1393
- ],
1394
- ecosystem: Ecosystem.AlphanetRelay,
1395
- explorer: {
1396
- base: getPolkadotAppsUrl(
1397
- "wss://moonbase-beta.api.moonbase.moonbeam.network"
1398
- )
1399
- },
1400
- genesisHash: "0xeebb5d05763801e54d6a7a60a4b7998ac125c4d050dcec418dd07ea959a54464",
1401
- id: 1288,
1402
- isTestChain: true,
1403
- key: "moonbase-beta",
1404
- name: "Moonbase Beta",
1405
- nativeAsset: devBeta,
1406
- parachainId: 888,
1407
- relayGenesisHash: "0xe1ea3ab1d46ba8f4898b6b4b9c54ffc05282d299f89e84bd0fd08067758c9443",
1408
- rpc: "https://moonbase-beta.api.moonbase.moonbeam.network",
1409
- ss58Format: 1287,
1410
- ws: [
1411
- "wss://moonbase-beta.api.moonbase.moonbeam.network",
1412
- "wss://deo-moon-rpc-1-moonbase-beta-rpc-1.moonbase.ol-infra.network"
1413
- ]
1414
- });
1415
- var moonbaseStage = new EvmParachain({
1416
- assets: [
1417
- ChainAsset.fromAsset(devStage, {
1418
- address: "0x0000000000000000000000000000000000000802",
1419
- decimals: 18,
1420
- ids: {
1421
- palletInstance: 3
1422
- }
1423
- }),
1424
- ChainAsset.fromAsset(devBeta, {
1425
- address: "0xfFFFFFfF0000000000000000000000000000000A",
1426
- decimals: 18,
1427
- ids: {
1428
- id: 10
1429
- }
1430
- }),
1431
- ChainAsset.fromAsset(pizza, {
1432
- address: "0xffffffffedca8a390b82ebf296523132eb5105e6",
1433
- decimals: 18,
1434
- ids: {
1435
- id: 316078682458542273998403192999193413094n
1436
- }
1437
- })
1438
- ],
1439
- ecosystem: Ecosystem.StagenetRelay,
1440
- genesisHash: "0xd97c0d8c02a2878f817b688d3397efa2584977f0332d0ba82303498110a0836f",
1441
- id: 1282,
1442
- isTestChain: true,
1443
- key: "moonbase-stage",
1444
- name: "Moonbase Stage",
1445
- nativeAsset: devStage,
1446
- parachainId: 1e3,
1447
- relayGenesisHash: "0x64d25a5d58d8d330b8804103e6452be6258ebfd7c4f4c1294835130e75628401",
1448
- rpc: "https://rpc.api.moondev.network",
1449
- ss58Format: 1287,
1450
- ws: ["wss://wss.api.moondev.network"]
1451
- });
1452
- var moonlama = new EvmParachain({
1453
- assets: [
1454
- ChainAsset.fromAsset(lamaGLMR, {
1455
- address: "0x0000000000000000000000000000000000000802",
1456
- decimals: 18,
1457
- ids: {
1458
- palletInstance: 10
1459
- }
1460
- }),
1461
- ChainAsset.fromAsset(samaMOVR, {
1462
- address: "0xffffffff54c47f43713fd9211724362697f1a302",
1463
- decimals: 18,
1464
- ids: {
1465
- id: 112675423039561305557350799263187182338n
1466
- }
1467
- }),
1468
- ChainAsset.fromAsset(pizza, {
1469
- address: "0xbdd558f3be2807fce11b5fb2b2fa86f310f67855",
1470
- decimals: 18,
1471
- ids: {
1472
- palletInstance: 110
1473
- }
1474
- }),
1475
- ChainAsset.fromAsset(pizzaUSDC, {
1476
- address: "0x385c00353cff4c3129306e0a6dcd1947e8354133",
1477
- decimals: 6,
1478
- ids: {
1479
- palletInstance: 110
1480
- }
1481
- })
1482
- ],
1483
- ecosystem: Ecosystem.MoonlamaRelay,
1484
- genesisHash: "0xb7e61bf426fa70533e2cc8d17bc00f1d373f3f45a01eac924da95214930a0d0e",
1485
- id: 1283,
1486
- isTestChain: true,
1487
- key: "moonlama",
1488
- name: "Moonlama",
1489
- nativeAsset: lamaGLMR,
1490
- parachainId: 2004,
1491
- relayGenesisHash: "0xd0a2c75ad080394edaaa9cd1c766b543478efb415db1b6cd7772536c9a413167",
1492
- rpc: "https://moonlama.api.moondev.network",
1493
- ss58Format: 1284,
1494
- ws: ["wss://moonlama.api.moondev.network"]
1495
- });
1496
- var moonsama = new EvmParachain({
1497
- assets: [
1498
- ChainAsset.fromAsset(samaMOVR, {
1499
- address: "0x0000000000000000000000000000000000000802",
1500
- decimals: 18,
1501
- ids: {
1502
- palletInstance: 10
1503
- }
1504
- }),
1505
- ChainAsset.fromAsset(lamaGLMR, {
1506
- address: "0xffffffff1a49463978f19dfd6983f2fa1885c254",
1507
- decimals: 18,
1508
- ids: {
1509
- id: 34940389883188672429634411751708934740n
1510
- }
1511
- }),
1512
- ChainAsset.fromAsset(pizza, {
1513
- address: "0xffffffff57029d0ec61f38481147f4e1a0d5e3ed",
1514
- decimals: 18,
1515
- ids: {
1516
- id: 115656405735822573536813785456152273901n
1517
- }
1518
- }),
1519
- ChainAsset.fromAsset(pizzaUSDC, {
1520
- address: "0xffffffffa993c0ca4b46667277c3caaa5a4da783",
1521
- decimals: 6,
1522
- ids: {
1523
- id: 225406709175884615521168913363167455107n
1524
- }
1525
- })
1526
- ],
1527
- ecosystem: Ecosystem.MoonsamaRelay,
1528
- genesisHash: "0x13df313fb1b9b0c99dd215ff130c6437464706eabf0f63123d4da26019e1a0cc",
1529
- id: 1285,
1530
- isTestChain: true,
1531
- key: "moonsama",
1532
- name: "Moonsama",
1533
- nativeAsset: samaMOVR,
1534
- parachainId: 2023,
1535
- relayGenesisHash: "0xe553c7f33ab7dbbd8770a82169ac9ad7f49f53204e6d72d3a75f9df5d22e1183",
1536
- rpc: "https://viro-moonsama-rpc-1.rv.moondev.network",
1537
- ss58Format: 1285,
1538
- ws: ["wss://viro-moonsama-rpc-1.rv.moondev.network/"]
1539
- });
1540
- var moonbeam = new EvmParachain({
1541
- assets: [
1542
- ChainAsset.fromAsset(aca, {
1543
- address: "0xffffFFffa922Fef94566104a6e5A35a4fCDDAA9f",
1544
- decimals: 12,
1545
- ids: {
1546
- id: "224821240862170613278369189818311486111"
1547
- }
1548
- }),
1549
- ChainAsset.fromAsset(astr, {
1550
- address: "0xFfFFFfffA893AD19e540E172C10d78D4d479B5Cf",
1551
- decimals: 18,
1552
- ids: {
1553
- id: "224077081838586484055667086558292981199"
1554
- }
1555
- }),
1556
- ChainAsset.fromAsset(aseed, {
1557
- address: "0xfFfFFFFF52C56A9257bB97f4B2b6F7B2D624ecda",
1558
- decimals: 12,
1559
- ids: {
1560
- id: "110021739665376159354538090254163045594"
1561
- }
1562
- }),
1563
- ChainAsset.fromAsset(axlusdc, {
1564
- address: "0xCa01a1D0993565291051daFF390892518ACfAD3A",
1565
- decimals: 6,
1566
- ids: {
1567
- palletInstance: 110
1568
- }
1569
- }),
1570
- ChainAsset.fromAsset(bnc, {
1571
- address: "0xFFffffFf7cC06abdF7201b350A1265c62C8601d2",
1572
- decimals: 12,
1573
- ids: {
1574
- id: "165823357460190568952172802245839421906"
1575
- }
1576
- }),
1577
- ChainAsset.fromAsset(cfg, {
1578
- address: "0xFFfFfFff44bD9D2FFEE20B25D1Cf9E78Edb6Eae3",
1579
- decimals: 18,
1580
- ids: {
1581
- id: "91372035960551235635465443179559840483"
1582
- }
1583
- }),
1584
- ChainAsset.fromAsset(dai, {
1585
- address: "0x06e605775296e851FF43b4dAa541Bb0984E9D6fD",
1586
- decimals: 18,
1587
- ids: {
1588
- palletInstance: 110
1589
- }
1590
- }),
1591
- ChainAsset.fromAsset(ded, {
1592
- address: "0xfFffFFFf5da2d7214D268375cf8fb1715705FdC6",
1593
- decimals: 10,
1594
- ids: {
1595
- id: "124463719055550872076363892993240202694"
1596
- }
1597
- }),
1598
- ChainAsset.fromAsset(dot, {
1599
- address: "0xFfFFfFff1FcaCBd218EDc0EbA20Fc2308C778080",
1600
- decimals: 10,
1601
- ids: {
1602
- id: "42259045809535163221576417993425387648"
1603
- }
1604
- }),
1605
- ChainAsset.fromAsset(eq, {
1606
- address: "0xFffFFfFf8f6267e040D8a0638C576dfBa4F0F6D6",
1607
- decimals: 9,
1608
- ids: {
1609
- id: "190590555344745888270686124937537713878"
1610
- }
1611
- }),
1612
- ChainAsset.fromAsset(eqd, {
1613
- address: "0xFFffFfFF8cdA1707bAF23834d211B08726B1E499",
1614
- decimals: 9,
1615
- ids: {
1616
- id: "187224307232923873519830480073807488153"
1617
- }
1618
- }),
1619
- ChainAsset.fromAsset(fil, {
1620
- address: "0xfFFfFFFF6C57e17D210DF507c82807149fFd70B2",
1621
- decimals: 18,
1622
- ids: {
1623
- id: "144012926827374458669278577633504620722"
1624
- }
1625
- }),
1626
- ChainAsset.fromAsset(glmr, {
1627
- address: "0x0000000000000000000000000000000000000802",
1628
- decimals: 18,
1629
- min: 0.1,
1630
- ids: {
1631
- palletInstance: 10
1632
- }
1633
- }),
1634
- ChainAsset.fromAsset(hdx, {
1635
- address: "0xFFFfFfff345Dc44DDAE98Df024Eb494321E73FcC",
1636
- decimals: 12,
1637
- ids: {
1638
- id: "69606720909260275826784788104880799692"
1639
- }
1640
- }),
1641
- ChainAsset.fromAsset(ibtc, {
1642
- address: "0xFFFFFfFf5AC1f9A51A93F5C527385edF7Fe98A52",
1643
- decimals: 8,
1644
- ids: {
1645
- id: "120637696315203257380661607956669368914"
1646
- }
1647
- }),
1648
- ChainAsset.fromAsset(intr, {
1649
- address: "0xFffFFFFF4C1cbCd97597339702436d4F18a375Ab",
1650
- decimals: 10,
1651
- ids: {
1652
- id: "101170542313601871197860408087030232491"
1653
- }
1654
- }),
1655
- ChainAsset.fromAsset(ldot, {
1656
- address: "0xFFfFfFffA9cfFfa9834235Fe53f4733F1b8B28d4",
1657
- decimals: 10,
1658
- ids: {
1659
- id: "225719522181998468294117309041779353812"
1660
- }
1661
- }),
1662
- ChainAsset.fromAsset(manta, {
1663
- address: "0xfFFffFFf7D3875460d4509eb8d0362c611B4E841",
1664
- decimals: 18,
1665
- ids: {
1666
- id: "166446646689194205559791995948102903873"
1667
- }
1668
- }),
1669
- ChainAsset.fromAsset(nodl, {
1670
- address: "0xfffffffFe896ba7Cb118b9Fa571c6dC0a99dEfF1",
1671
- decimals: 11,
1672
- ids: {
1673
- id: "309163521958167876851250718453738106865"
1674
- }
1675
- }),
1676
- ChainAsset.fromAsset(neuro, {
1677
- address: "0xFfffffFfB3229c8E7657eABEA704d5e75246e544",
1678
- decimals: 12,
1679
- ids: {
1680
- id: "238111524681612888331172110363070489924"
1681
- }
1682
- }),
1683
- ChainAsset.fromAsset(peaq, {
1684
- address: "0xFffFFFFFEC4908b74688a01374f789B48E9a3eab",
1685
- decimals: 18,
1686
- ids: {
1687
- id: "314077021455772878282433861213184736939"
1688
- }
1689
- }),
1690
- ChainAsset.fromAsset(pha, {
1691
- address: "0xFFFfFfFf63d24eCc8eB8a7b5D0803e900F7b6cED",
1692
- decimals: 12,
1693
- ids: {
1694
- id: "132685552157663328694213725410064821485"
1695
- }
1696
- }),
1697
- ChainAsset.fromAsset(pen, {
1698
- address: "0xffFFfFFf2257622F345E1ACDe0D4f46D7d1D77D0",
1699
- decimals: 12,
1700
- ids: {
1701
- id: "45647473099451451833602657905356404688"
1702
- }
1703
- }),
1704
- ChainAsset.fromAsset(ring, {
1705
- address: "0xFfffFfff5e90e365eDcA87fB4c8306Df1E91464f",
1706
- decimals: 18,
1707
- ids: {
1708
- id: "125699734534028342599692732320197985871"
1709
- }
1710
- }),
1711
- ChainAsset.fromAsset(sub, {
1712
- address: "0xfFfFffFf43B4560Bc0C451a3386E082bff50aC90",
1713
- decimals: 10,
1714
- ids: {
1715
- id: "89994634370519791027168048838578580624"
1716
- }
1717
- }),
1718
- ChainAsset.fromAsset(usdc, {
1719
- address: "0xFFfffffF7D2B0B761Af01Ca8e25242976ac0aD7D",
1720
- decimals: 6,
1721
- ids: {
1722
- id: "166377000701797186346254371275954761085"
1723
- // registered XC20 id for ERC20 tokens
1724
- }
1725
- }),
1726
- ChainAsset.fromAsset(usdcwh, {
1727
- address: "0x931715FEE2d06333043d11F658C8CE934aC61D0c",
1728
- decimals: 6,
1729
- ids: {
1730
- palletInstance: 110
1731
- }
1732
- }),
1733
- ChainAsset.fromAsset(usdtwh, {
1734
- address: "0xc30E9cA94CF52f3Bf5692aaCF81353a27052c46f",
1735
- decimals: 6,
1736
- ids: {
1737
- palletInstance: 110
1738
- }
1739
- }),
1740
- ChainAsset.fromAsset(usdt, {
1741
- address: "0xFFFFFFfFea09FB06d082fd1275CD48b191cbCD1d",
1742
- decimals: 6,
1743
- ids: {
1744
- id: "311091173110107856861649819128533077277"
1745
- }
1746
- }),
1747
- ChainAsset.fromAsset(vastr, {
1748
- address: "0xFffFffff55C732C47639231a4C4373245763d26E",
1749
- decimals: 18,
1750
- ids: {
1751
- id: "114018676402354620972806895487280206446"
1752
- // registered XC20 id for ERC20 tokens
1753
- }
1754
- }),
1755
- ChainAsset.fromAsset(vdot, {
1756
- address: "0xFFFfffFf15e1b7E3dF971DD813Bc394deB899aBf",
1757
- decimals: 10,
1758
- ids: {
1759
- id: "29085784439601774464560083082574142143"
1760
- // registered XC20 id for ERC20 tokens
1761
- }
1762
- }),
1763
- ChainAsset.fromAsset(vfil, {
1764
- address: "0xFffffFffCd0aD0EA6576B7b285295c85E94cf4c1",
1765
- decimals: 18,
1766
- ids: {
1767
- id: "272547899416482196831721420898811311297"
1768
- // registered XC20 id for ERC20 tokens
1769
- }
1770
- }),
1771
- ChainAsset.fromAsset(vglmr, {
1772
- address: "0xFfFfFFff99dABE1a8De0EA22bAa6FD48fdE96F6c",
1773
- decimals: 18,
1774
- ids: {
1775
- id: "204507659831918931608354793288110796652"
1776
- // registered XC20 id for ERC20 tokens
1777
- }
1778
- }),
1779
- ChainAsset.fromAsset(vmanta, {
1780
- address: "0xFFfFFfFfdA2a05FB50e7ae99275F4341AEd43379",
1781
- decimals: 18,
1782
- ids: {
1783
- id: "289989900872525819559124583375550296953"
1784
- // registered XC20 id for ERC20 tokens
1785
- }
1786
- }),
1787
- ChainAsset.fromAsset(wbtc, {
1788
- address: "0xE57eBd2d67B462E9926e04a8e33f01cD0D64346D",
1789
- decimals: 8,
1790
- ids: {
1791
- palletInstance: 110
1792
- }
1793
- }),
1794
- ChainAsset.fromAsset(weth, {
1795
- address: "0xab3f0245B83feB11d15AAffeFD7AD465a59817eD",
1796
- decimals: 18,
1797
- ids: {
1798
- palletInstance: 110
1799
- }
1800
- }),
1801
- ChainAsset.fromAsset(ztg, {
1802
- address: "0xFFFFfffF71815ab6142E0E20c7259126C6B40612",
1803
- decimals: 10,
1804
- ids: {
1805
- id: "150874409661081770150564009349448205842"
1806
- }
1807
- }),
1808
- ChainAsset.fromAsset(pink, {
1809
- address: "0xfFfFFfFf30478fAFBE935e466da114E14fB3563d",
1810
- decimals: 10,
1811
- ids: {
1812
- id: "64174511183114006009298114091987195453"
1813
- }
1814
- }),
1815
- ChainAsset.fromAsset(stink, {
1816
- address: "0xffffffff54c556bd1d0f64ec6c78f1b477525e56",
1817
- decimals: 10,
1818
- ids: {
1819
- id: "112679793397406599376365943185137098326"
1820
- }
1821
- }),
1822
- ChainAsset.fromAsset(apillon, {
1823
- address: "0xffffffff8a9736b44ebf188972725bed67bf694e",
1824
- decimals: 18,
1825
- ids: {
1826
- id: "184218609779515850660274730699350567246"
1827
- }
1828
- }),
1829
- ChainAsset.fromAsset(wifd, {
1830
- address: "0xffffffff2e1d1ac9ea1686255befe995b31abc96",
1831
- decimals: 10,
1832
- ids: {
1833
- id: "61295607754960722617854661686514597014"
1834
- }
1835
- }),
1836
- ChainAsset.fromAsset(wbtce, {
1837
- address: "0xffffffff1b4bb1ac5749f73d866ffc91a3432c47",
1838
- decimals: 8,
1839
- ids: {
1840
- id: "36282181791341254438422467838694599751"
1841
- }
1842
- }),
1843
- ChainAsset.fromAsset(wethe, {
1844
- address: "0xffffffff86829afe1521ad2296719df3ace8ded7",
1845
- decimals: 18,
1846
- ids: {
1847
- id: "178794693648360392906933130845919698647"
1848
- }
1849
- }),
1850
- ChainAsset.fromAsset(wstethe, {
1851
- address: "0xffffffff5d5deb44bf7278dee5381beb24cb6573",
1852
- decimals: 18,
1853
- ids: {
1854
- id: "124105859028862849477017063633156007283"
1855
- }
1856
- }),
1857
- ChainAsset.fromAsset(laos, {
1858
- address: "0xffffffffdd704e8e824a5eec47de88f5b9e13588",
1859
- decimals: 18,
1860
- ids: {
1861
- id: "294342517635293430510451841925413680520"
1862
- }
1863
- }),
1864
- ChainAsset.fromAsset(eurc, {
1865
- address: "0xffffffffa608ec1332131289cbd8a97a0bb3d90f",
1866
- decimals: 12,
1867
- ids: {
1868
- id: "220698173844663170714431919474506717455"
1869
- }
1870
- })
1871
- ],
1872
- ecosystem: Ecosystem.Polkadot,
1873
- explorer: {
1874
- base: "https://moonbeam.moonscan.io",
1875
- txPath: "/tx"
1876
- },
1877
- genesisHash: "0xfe58ea77779b7abda7da4ec526d14db9b1e9cd40a217c34892af80a9b332b76d",
1878
- id: 1284,
1879
- isEvmSigner: true,
1880
- key: "moonbeam",
1881
- name: "Moonbeam",
1882
- nativeAsset: glmr,
1883
- parachainId: 2004,
1884
- rpc: "https://rpc.api.moonbeam.network",
1885
- ss58Format: 1284,
1886
- ws: ["wss://wss.api.moonbeam.network"],
1887
- wh: {
1888
- name: "Moonbeam"
1889
- }
1890
- });
1891
- var moonriver = new EvmParachain({
1892
- assets: [
1893
- ChainAsset.fromAsset(aseed, {
1894
- address: "0xFfFffFFfa1B026a00FbAA67c86D5d1d5BF8D8228",
1895
- decimals: 12,
1896
- ids: {
1897
- id: "214920334981412447805621250067209749032"
1898
- }
1899
- }),
1900
- ChainAsset.fromAsset(bnc, {
1901
- address: "0xFFfFFfFFF075423be54811EcB478e911F22dDe7D",
1902
- decimals: 12,
1903
- ids: {
1904
- id: "319623561105283008236062145480775032445"
1905
- }
1906
- }),
1907
- ChainAsset.fromAsset(crab, {
1908
- address: "0xFFFffFfF8283448b3cB519Ca4732F2ddDC6A6165",
1909
- decimals: 18,
1910
- ids: {
1911
- id: "173481220575862801646329923366065693029"
1912
- }
1913
- }),
1914
- ChainAsset.fromAsset(csm, {
1915
- address: "0xffFfFFFf519811215E05eFA24830Eebe9c43aCD7",
1916
- decimals: 12,
1917
- ids: {
1918
- id: "108457044225666871745333730479173774551"
1919
- }
1920
- }),
1921
- ChainAsset.fromAsset(kar, {
1922
- address: "0xFfFFFFfF08220AD2E6e157f26eD8bD22A336A0A5",
1923
- decimals: 12,
1924
- ids: {
1925
- id: "10810581592933651521121702237638664357"
1926
- }
1927
- }),
1928
- ChainAsset.fromAsset(kbtc, {
1929
- address: "0xFFFfFfFfF6E528AD57184579beeE00c5d5e646F0",
1930
- decimals: 8,
1931
- ids: {
1932
- id: "328179947973504579459046439826496046832"
1933
- }
1934
- }),
1935
- ChainAsset.fromAsset(kint, {
1936
- address: "0xfffFFFFF83F4f317d3cbF6EC6250AeC3697b3fF2",
1937
- decimals: 12,
1938
- ids: {
1939
- id: "175400718394635817552109270754364440562"
1940
- }
1941
- }),
1942
- ChainAsset.fromAsset(ksm, {
1943
- address: "0xFfFFfFff1FcaCBd218EDc0EbA20Fc2308C778080",
1944
- decimals: 12,
1945
- ids: {
1946
- id: "42259045809535163221576417993425387648"
1947
- }
1948
- }),
1949
- ChainAsset.fromAsset(lit, {
1950
- address: "0xfffFFfFF31103d490325BB0a8E40eF62e2F614C0",
1951
- decimals: 12,
1952
- ids: {
1953
- id: "65216491554813189869575508812319036608"
1954
- }
1955
- }),
1956
- ChainAsset.fromAsset(movr, {
1957
- address: "0x0000000000000000000000000000000000000802",
1958
- decimals: 18,
1959
- min: 0.01,
1960
- ids: {
1961
- palletInstance: 10
1962
- }
1963
- }),
1964
- ChainAsset.fromAsset(pha, {
1965
- address: "0xffFfFFff8E6b63d9e447B6d4C45BDA8AF9dc9603",
1966
- decimals: 12,
1967
- ids: {
1968
- id: "189307976387032586987344677431204943363"
1969
- }
1970
- }),
1971
- ChainAsset.fromAsset(pica, {
1972
- address: "0xFffFfFFf7dD9B9C60ac83e49D7E3E1f7A1370aD2",
1973
- decimals: 12,
1974
- ids: {
1975
- id: "167283995827706324502761431814209211090"
1976
- }
1977
- }),
1978
- ChainAsset.fromAsset(rmrk, {
1979
- address: "0xffffffFF893264794d9d57E1E0E21E0042aF5A0A",
1980
- decimals: 10,
1981
- ids: {
1982
- id: "182365888117048807484804376330534607370"
1983
- }
1984
- }),
1985
- ChainAsset.fromAsset(sdn, {
1986
- address: "0xFFFfffFF0Ca324C842330521525E7De111F38972",
1987
- decimals: 18,
1988
- ids: {
1989
- id: "16797826370226091782818345603793389938"
1990
- }
1991
- }),
1992
- ChainAsset.fromAsset(teer, {
1993
- address: "0xFfFfffFf4F0CD46769550E5938F6beE2F5d4ef1e",
1994
- decimals: 12,
1995
- ids: {
1996
- id: "105075627293246237499203909093923548958"
1997
- }
1998
- }),
1999
- ChainAsset.fromAsset(tnkr, {
2000
- address: "0xfFFfFffF683474B842852111cc31d470bD8f5081",
2001
- decimals: 12,
2002
- ids: {
2003
- id: "138512078356357941985706694377215053953"
2004
- }
2005
- }),
2006
- ChainAsset.fromAsset(tur, {
2007
- address: "0xfFffffFf6448d0746f2a66342B67ef9CAf89478E",
2008
- decimals: 10,
2009
- ids: {
2010
- id: "133300872918374599700079037156071917454"
2011
- }
2012
- }),
2013
- ChainAsset.fromAsset(usdt, {
2014
- address: "0xFFFFFFfFea09FB06d082fd1275CD48b191cbCD1d",
2015
- decimals: 6,
2016
- ids: {
2017
- id: "311091173110107856861649819128533077277"
2018
- }
2019
- }),
2020
- ChainAsset.fromAsset(xrt, {
2021
- address: "0xFffFFffF51470Dca3dbe535bD2880a9CcDBc6Bd9",
2022
- decimals: 9,
2023
- ids: {
2024
- id: "108036400430056508975016746969135344601"
2025
- }
2026
- }),
2027
- ChainAsset.fromAsset(vbnc, {
2028
- address: "0xFFffffff3646A00f78caDf8883c5A2791BfCDdc4",
2029
- decimals: 12,
2030
- ids: {
2031
- id: "72145018963825376852137222787619937732"
2032
- }
2033
- }),
2034
- ChainAsset.fromAsset(vksm, {
2035
- address: "0xFFffffFFC6DEec7Fc8B11A2C8ddE9a59F8c62EFe",
2036
- decimals: 12,
2037
- ids: {
2038
- id: "264344629840762281112027368930249420542"
2039
- }
2040
- }),
2041
- ChainAsset.fromAsset(vmovr, {
2042
- address: "0xfFfffFfF98e37bF6a393504b5aDC5B53B4D0ba11",
2043
- decimals: 18,
2044
- ids: {
2045
- id: "203223821023327994093278529517083736593"
2046
- }
2047
- })
2048
- ],
2049
- ecosystem: Ecosystem.Kusama,
2050
- genesisHash: "0x401a1f9dca3da46f5c4091016c8a2f26dcea05865116b286f60f668207d1474b",
2051
- id: 1285,
2052
- isEvmSigner: true,
2053
- key: "moonriver",
2054
- name: "Moonriver",
2055
- nativeAsset: movr,
2056
- parachainId: 2023,
2057
- rpc: "https://rpc.api.moonriver.moonbeam.network",
2058
- ss58Format: 1285,
2059
- ws: ["wss://wss.api.moonriver.moonbeam.network"]
2060
- });
2061
- var neuroweb = new Parachain({
2062
- assets: [
2063
- ChainAsset.fromAsset(neuro, {
2064
- decimals: 12,
2065
- ids: {
2066
- palletInstance: 10
2067
- }
2068
- })
2069
- ],
2070
- ecosystem: Ecosystem.Polkadot,
2071
- genesisHash: "0xe7e0962324a3b86c83404dbea483f25fb5dab4c224791c81b756cfc948006174",
2072
- key: "neuroweb",
2073
- name: "NeuroWeb",
2074
- nativeAsset: neuro,
2075
- parachainId: 2043,
2076
- ss58Format: 101,
2077
- ws: [
2078
- "wss://neuroweb-rpc.dwellir.com",
2079
- "wss://parachain-rpc.origin-trail.network"
2080
- ]
2081
- });
2082
- var originTrailAlphanet = new Parachain({
2083
- assets: [
2084
- ChainAsset.fromAsset(otp, {
2085
- decimals: 12,
2086
- ids: {
2087
- palletInstance: 10
2088
- }
2089
- })
2090
- ],
2091
- ecosystem: Ecosystem.AlphanetRelay,
2092
- genesisHash: "0xe23ee00b26d1cdc7939d83dfe829c4f970cd26071f90d237cb2aded2b23214bf",
2093
- isTestChain: true,
2094
- key: "origin-trail-alphanet",
2095
- name: "OriginTrail Alphanet",
2096
- nativeAsset: otp,
2097
- parachainId: 2043,
2098
- ss58Format: 101,
2099
- /* cspell:disable-next-line */
2100
- ws: ["wss://otp-lunaris-alpha-node-02.origin-trail.network"]
2101
- });
2102
- var peaqAlphanet = new Parachain({
2103
- assets: [
2104
- ChainAsset.fromAsset(agng, {
2105
- decimals: 18,
2106
- ids: {
2107
- id: 0
2108
- }
2109
- }),
2110
- ChainAsset.fromAsset(dev, {
2111
- decimals: 18,
2112
- ids: {
2113
- id: 1e3
2114
- }
2115
- }),
2116
- ChainAsset.fromAsset(ftmwh, {
2117
- decimals: 18,
2118
- ids: {
2119
- id: 1001
2120
- }
2121
- })
2122
- ],
2123
- ecosystem: Ecosystem.AlphanetRelay,
2124
- explorer: {
2125
- base: getPolkadotAppsUrl("wss://moonbeam.peaq.network")
2126
- },
2127
- genesisHash: "0x2dfcd5c560f6db1667cbc2bc3791dfd337f88f400af6de39b1b8638ee7af6ed4",
2128
- isTestChain: true,
2129
- key: "peaq-Alphanet",
2130
- name: "peaq Alphanet",
2131
- nativeAsset: agng,
2132
- parachainId: 3013,
2133
- ss58Format: 42,
2134
- ws: ["wss://moonbeam.peaq.network"]
2135
- });
2136
- var peaqChain = new Parachain({
2137
- assets: [
2138
- ChainAsset.fromAsset(peaq, {
2139
- decimals: 18,
2140
- ids: {
2141
- id: 0
2142
- }
2143
- }),
2144
- ChainAsset.fromAsset(dot, {
2145
- decimals: 10,
2146
- ids: {
2147
- id: 10
2148
- }
2149
- }),
2150
- ChainAsset.fromAsset(glmr, {
2151
- decimals: 18,
2152
- ids: {
2153
- id: 1e3
2154
- }
2155
- }),
2156
- ChainAsset.fromAsset(usdcwh, {
2157
- decimals: 6,
2158
- ids: {
2159
- id: 1001
2160
- }
2161
- }),
2162
- ChainAsset.fromAsset(weth, {
2163
- decimals: 18,
2164
- ids: {
2165
- id: 1002
2166
- }
2167
- }),
2168
- ChainAsset.fromAsset(wbtc, {
2169
- decimals: 8,
2170
- ids: {
2171
- id: 1003
2172
- }
2173
- }),
2174
- ChainAsset.fromAsset(dai, {
2175
- decimals: 18,
2176
- ids: {
2177
- id: 1004
2178
- }
2179
- }),
2180
- ChainAsset.fromAsset(usdtwh, {
2181
- decimals: 6,
2182
- ids: {
2183
- id: 1005
2184
- }
2185
- })
2186
- ],
2187
- ecosystem: Ecosystem.Polkadot,
2188
- explorer: {
2189
- base: getPolkadotAppsUrl("wss://peaq.api.onfinality.io/public-ws")
2190
- },
2191
- genesisHash: "0xd2a5d385932d1f650dae03ef8e2748983779ee342c614f80854d32b8cd8fa48c",
2192
- isTestChain: false,
2193
- key: "peaq",
2194
- name: "peaq",
2195
- nativeAsset: peaq,
2196
- parachainId: 3338,
2197
- ss58Format: 42,
2198
- ws: ["wss://peaq.api.onfinality.io/public-ws"]
2199
- });
2200
- var peaqEvm = new EvmParachain({
2201
- assets: [
2202
- ChainAsset.fromAsset(peaq, {
2203
- decimals: 18
2204
- }),
2205
- ChainAsset.fromAsset(glmr, {
2206
- address: "0xFfFfFffF000000000000000000000000000003e8",
2207
- decimals: 18,
2208
- ids: {
2209
- id: "0xFfFfFffF000000000000000000000000000003e8",
2210
- minId: 1e3
2211
- }
2212
- }),
2213
- ChainAsset.fromAsset(usdcwh, {
2214
- address: "0xFffFffFF000000000000000000000000000003E9",
2215
- decimals: 6,
2216
- ids: {
2217
- id: "0xFffFffFF000000000000000000000000000003E9",
2218
- minId: 1001
2219
- }
2220
- }),
2221
- ChainAsset.fromAsset(weth, {
2222
- address: "0xFFFfFfFf000000000000000000000000000003ea",
2223
- decimals: 18,
2224
- ids: {
2225
- id: "0xFFFfFfFf000000000000000000000000000003ea",
2226
- minId: 1002
2227
- }
2228
- }),
2229
- ChainAsset.fromAsset(wbtc, {
2230
- address: "0xfffFFFFF000000000000000000000000000003eb",
2231
- decimals: 8,
2232
- ids: {
2233
- id: "0xfffFFFFF000000000000000000000000000003eb",
2234
- minId: 1003
2235
- }
2236
- }),
2237
- ChainAsset.fromAsset(dai, {
2238
- address: "0xfFffFFFF000000000000000000000000000003Ec",
2239
- decimals: 18,
2240
- ids: {
2241
- id: "0xfFffFFFF000000000000000000000000000003Ec",
2242
- minId: 1004
2243
- }
2244
- }),
2245
- ChainAsset.fromAsset(usdtwh, {
2246
- address: "0xfFffffFF000000000000000000000000000003Ed",
2247
- decimals: 6,
2248
- ids: {
2249
- id: "0xfFffffFF000000000000000000000000000003Ed",
2250
- minId: 1005
2251
- }
2252
- })
2253
- ],
2254
- contracts: {
2255
- Xtokens: "0x0000000000000000000000000000000000000803"
2256
- },
2257
- ecosystem: Ecosystem.Polkadot,
2258
- explorer: {
2259
- base: "https://peaq.subscan.io"
2260
- },
2261
- genesisHash: "0xd2a5d385932d1f650dae03ef8e2748983779ee342c614f80854d32b8cd8fa48c",
2262
- id: 3338,
2263
- isEvmSigner: true,
2264
- isTestChain: false,
2265
- key: "peaq-evm",
2266
- name: "peaq EVM",
2267
- nativeAsset: peaq,
2268
- parachainId: 3338,
2269
- rpc: "https://peaq.api.onfinality.io/public",
2270
- ss58Format: 42,
2271
- ws: ["wss://peaq.api.onfinality.io/public-ws"]
2272
- });
2273
- var peaqEvmAlphanet = new EvmParachain({
2274
- assets: [
2275
- ChainAsset.fromAsset(agng, {
2276
- decimals: 18
2277
- }),
2278
- ChainAsset.fromAsset(dev, {
2279
- address: "0xFfFfFffF000000000000000000000000000003e8",
2280
- decimals: 18,
2281
- ids: {
2282
- id: "0xFfFfFffF000000000000000000000000000003e8",
2283
- minId: 1e3
2284
- }
2285
- }),
2286
- ChainAsset.fromAsset(ftmwh, {
2287
- address: "0xFffFffFF000000000000000000000000000003E9",
2288
- decimals: 18,
2289
- ids: {
2290
- id: "0xFffFffFF000000000000000000000000000003E9",
2291
- minId: 1001
2292
- }
2293
- })
2294
- ],
2295
- contracts: {
2296
- Batch: "0x0000000000000000000000000000000000000805",
2297
- XcmUtils: "0x0000000000000000000000000000000000000804",
2298
- Xtokens: "0x0000000000000000000000000000000000000803"
2299
- },
2300
- ecosystem: Ecosystem.AlphanetRelay,
2301
- explorer: {
2302
- base: getPolkadotAppsUrl("wss://moonbeam.peaq.network")
2303
- },
2304
- genesisHash: "0x2dfcd5c560f6db1667cbc2bc3791dfd337f88f400af6de39b1b8638ee7af6ed4",
2305
- id: 9990,
2306
- isEvmSigner: true,
2307
- isTestChain: true,
2308
- key: "peaq-evm-Alphanet",
2309
- name: "peaq EVM Alphanet",
2310
- nativeAsset: agng,
2311
- parachainId: 3013,
2312
- rpc: "https://moonbeam.PEAQ.network",
2313
- ss58Format: 42,
2314
- ws: ["wss://moonbeam.peaq.network"]
2315
- });
2316
- var pendulum = new Parachain({
2317
- assets: [
2318
- ChainAsset.fromAsset(axlusdc, {
2319
- decimals: 6,
2320
- ids: {
2321
- id: { XCM: 12 }
2322
- }
2323
- }),
2324
- ChainAsset.fromAsset(eurc, {
2325
- decimals: 12,
2326
- ids: {
2327
- id: {
2328
- Stellar: {
2329
- AlphaNum4: {
2330
- code: eurc.originSymbol,
2331
- issuer: "0xcf4f5a26e2090bb3adcf02c7a9d73dbfe6659cc690461475b86437fa49c71136"
2332
- }
2333
- }
2334
- }
2335
- }
2336
- }),
2337
- ChainAsset.fromAsset(glmr, {
2338
- decimals: 18,
2339
- ids: {
2340
- id: { XCM: 6 }
2341
- }
2342
- }),
2343
- ChainAsset.fromAsset(pen, {
2344
- decimals: 12,
2345
- ids: {
2346
- id: "Native"
2347
- }
2348
- })
2349
- ],
2350
- ecosystem: Ecosystem.Polkadot,
2351
- genesisHash: "0x5d3c298622d5634ed019bf61ea4b71655030015bde9beb0d6a24743714462c86",
2352
- key: "pendulum",
2353
- name: "Pendulum",
2354
- nativeAsset: pen,
2355
- parachainId: 2094,
2356
- ss58Format: 56,
2357
- ws: ["wss://rpc-pendulum.prd.pendulumchain.tech"]
2358
- });
2359
- var pendulumAlphanet = new Parachain({
2360
- assets: [
2361
- ChainAsset.fromAsset(ampe, {
2362
- decimals: 12,
2363
- ids: {
2364
- id: "Native"
2365
- }
2366
- }),
2367
- ChainAsset.fromAsset(dev, {
2368
- decimals: 18,
2369
- ids: {
2370
- id: { XCM: 1 }
2371
- }
2372
- })
2373
- ],
2374
- ecosystem: Ecosystem.AlphanetRelay,
2375
- genesisHash: "0xe83b546ddeccf999d4b7fef4d83271034e82bb5db538e769c242c2731f61e8d6",
2376
- isTestChain: true,
2377
- key: "pendulum-alphanet",
2378
- name: "Foucoco",
2379
- nativeAsset: ampe,
2380
- parachainId: 2124,
2381
- ss58Format: 57,
2382
- ws: ["wss://moonbeam-00.pendulumchain.tech:443"]
2383
- });
2384
- var phala = new Parachain({
2385
- assets: [
2386
- ChainAsset.fromAsset(glmr, {
2387
- decimals: 18,
2388
- ids: {
2389
- id: 1,
2390
- palletInstance: 10
2391
- }
2392
- }),
2393
- ChainAsset.fromAsset(pha, {
2394
- decimals: 12
2395
- })
2396
- ],
2397
- ecosystem: Ecosystem.Polkadot,
2398
- genesisHash: "0x1bb969d85965e4bb5a651abbedf21a54b6b31a21f66b5401cc3f1e286268d736",
2399
- key: "phala",
2400
- name: "Phala",
2401
- nativeAsset: pha,
2402
- parachainId: 2035,
2403
- ss58Format: 30,
2404
- ws: [
2405
- "wss://phala-rpc.dwellir.com",
2406
- "wss://api.phala.network/ws",
2407
- "wss://phala.api.onfinality.io/public-ws",
2408
- "wss://rpc.helikon.io/phala"
2409
- ]
2410
- });
2411
- var polkadot = new Parachain({
2412
- assets: [ChainAsset.fromAsset(dot, { decimals: 10 })],
2413
- checkSovereignAccountBalances: true,
2414
- ecosystem: Ecosystem.Polkadot,
2415
- genesisHash: "0x91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3",
2416
- isRelay: true,
2417
- key: "polkadot",
2418
- name: "Polkadot",
2419
- nativeAsset: dot,
2420
- parachainId: 0,
2421
- ss58Format: 0,
2422
- ws: [
2423
- "wss://polkadot-rpc.dwellir.com",
2424
- "wss://polkadot.api.onfinality.io/public-ws",
2425
- "wss://rpc.polkadot.io/"
2426
- ]
2427
- });
2428
- var polkadotAssetHub = new Parachain({
2429
- assets: [
2430
- ChainAsset.fromAsset(usdt, {
2431
- decimals: 6,
2432
- ids: {
2433
- id: 1984,
2434
- palletInstance: 50
2435
- }
2436
- }),
2437
- ChainAsset.fromAsset(ded, {
2438
- decimals: 10,
2439
- ids: {
2440
- id: 30,
2441
- palletInstance: 50
2442
- }
2443
- }),
2444
- ChainAsset.fromAsset(dot, {
2445
- decimals: 10
2446
- }),
2447
- ChainAsset.fromAsset(usdc, {
2448
- decimals: 6,
2449
- ids: {
2450
- id: 1337,
2451
- palletInstance: 50
2452
- }
2453
- }),
2454
- ChainAsset.fromAsset(pink, {
2455
- decimals: 10,
2456
- ids: {
2457
- id: 23,
2458
- palletInstance: 50
2459
- }
2460
- }),
2461
- ChainAsset.fromAsset(stink, {
2462
- decimals: 10,
2463
- ids: {
2464
- id: 42069,
2465
- palletInstance: 50
2466
- }
2467
- }),
2468
- ChainAsset.fromAsset(apillon, {
2469
- decimals: 18,
2470
- ids: {
2471
- id: 1024,
2472
- palletInstance: 50
2473
- }
2474
- }),
2475
- ChainAsset.fromAsset(wifd, {
2476
- decimals: 10,
2477
- ids: {
2478
- id: 17,
2479
- palletInstance: 50
2480
- }
2481
- }),
2482
- ChainAsset.fromAsset(wbtce, {
2483
- address: "0x2260fac5e5542a773aa44fbcfedf7c193bc2c599",
2484
- decimals: 8
2485
- }),
2486
- ChainAsset.fromAsset(wethe, {
2487
- address: "0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2",
2488
- decimals: 18
2489
- }),
2490
- ChainAsset.fromAsset(wstethe, {
2491
- address: "0x7f39c581f595b53c5cb19bd0b3f8da6c935e2ca0",
2492
- decimals: 18
2493
- })
2494
- ],
2495
- checkSovereignAccountBalances: true,
2496
- ecosystem: Ecosystem.Polkadot,
2497
- genesisHash: "0x68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f",
2498
- key: "polkadot-asset-hub",
2499
- name: "Polkadot Asset Hub",
2500
- nativeAsset: dot,
2501
- parachainId: 1e3,
2502
- ss58Format: 42,
2503
- ws: [
2504
- "wss://asset-hub-polkadot-rpc.dwellir.com",
2505
- "wss://polkadot-asset-hub-rpc.polkadot.io",
2506
- "wss://statemint.api.onfinality.io/public-ws"
2507
- ]
2508
- });
2509
- var robonomics = new Parachain({
2510
- assets: [
2511
- ChainAsset.fromAsset(xrt, {
2512
- decimals: 9
2513
- })
2514
- ],
2515
- ecosystem: Ecosystem.Kusama,
2516
- genesisHash: "0x631ccc82a078481584041656af292834e1ae6daab61d2875b4dd0c14bb9b17bc",
2517
- key: "robonomics",
2518
- name: "Robonomics",
2519
- nativeAsset: xrt,
2520
- parachainId: 2048,
2521
- ss58Format: 32,
2522
- ws: [
2523
- "wss://kusama.rpc.robonomics.network/",
2524
- "wss://robonomics-rpc.dwellir.com"
2525
- ]
2526
- });
2527
- var shiden = new Parachain({
2528
- assets: [
2529
- ChainAsset.fromAsset(movr, {
2530
- decimals: 18,
2531
- ids: {
2532
- id: 18446744073709551620n
2533
- }
2534
- }),
2535
- ChainAsset.fromAsset(sdn, {
2536
- decimals: 18
2537
- })
2538
- ],
2539
- ecosystem: Ecosystem.Kusama,
2540
- genesisHash: "0xf1cf9022c7ebb34b162d5b5e34e705a5a740b2d0ecc1009fb89023e62a488108",
2541
- key: "shiden",
2542
- name: "Shiden",
2543
- nativeAsset: sdn,
2544
- parachainId: 2007,
2545
- ss58Format: 5,
2546
- ws: [
2547
- "wss://shiden-rpc.dwellir.com",
2548
- "wss://rpc.shiden.astar.network",
2549
- "wss://shiden.api.onfinality.io/public-ws"
2550
- ]
2551
- });
2552
- var turingAlphanet = new Parachain({
2553
- assets: [
2554
- ChainAsset.fromAsset(tur, {
2555
- decimals: 10
2556
- }),
2557
- ChainAsset.fromAsset(dev, {
2558
- decimals: 18,
2559
- ids: {
2560
- id: 1
2561
- }
2562
- })
2563
- ],
2564
- ecosystem: Ecosystem.AlphanetRelay,
2565
- genesisHash: "0x8288e57b61337833eb48e731c498e3c14652d15ead2abe5b86ba8b0fb51e917d",
2566
- isTestChain: true,
2567
- key: "turing-alphanet",
2568
- name: "Turing Alphanet",
2569
- nativeAsset: tur,
2570
- parachainId: 2114,
2571
- ss58Format: 51,
2572
- ws: ["wss://turing-moonbase.rpc.oak.tech/"]
2573
- });
2574
- var uniqueAlpha = new Parachain({
2575
- assets: [
2576
- ChainAsset.fromAsset(auq, {
2577
- decimals: 0,
2578
- // TODO: unknown for now
2579
- ids: {
2580
- id: { NativeAssetId: "Here" }
2581
- }
2582
- })
2583
- ],
2584
- ecosystem: Ecosystem.AlphanetRelay,
2585
- genesisHash: "0xbdf55f33d9f0b390f56413ec803c693af348edae64a659760248974b48b9a99e",
2586
- isTestChain: true,
2587
- key: "unique-alphanet",
2588
- name: "Unique Alphanet",
2589
- nativeAsset: auq,
2590
- parachainId: 2095,
2591
- ss58Format: 255,
2592
- ws: ["wss://unique-alpha.unique.network"]
2593
- });
2594
- var zeitgeist = new Parachain({
2595
- assets: [
2596
- ChainAsset.fromAsset(ztg, {
2597
- decimals: 10
2598
- }),
2599
- ChainAsset.fromAsset(usdcwh, {
2600
- decimals: 6,
2601
- ids: {
2602
- id: { ForeignAsset: 1 }
2603
- }
2604
- }),
2605
- ChainAsset.fromAsset(glmr, {
2606
- decimals: 18,
2607
- ids: {
2608
- id: { ForeignAsset: 3 }
2609
- }
2610
- })
2611
- ],
2612
- ecosystem: Ecosystem.Polkadot,
2613
- genesisHash: "0x1bf2a2ecb4a868de66ea8610f2ce7c8c43706561b6476031315f6640fe38e060",
2614
- key: "zeitgeist",
2615
- name: "Zeitgeist",
2616
- nativeAsset: ztg,
2617
- parachainId: 2092,
2618
- ss58Format: 73,
2619
- usesChainDecimals: true,
2620
- ws: ["wss://zeitgeist.api.onfinality.io/public-ws"]
2621
- });
2622
- var chainsList = [
2623
- acala,
2624
- alphanetAssetHub,
2625
- alphanetRelay,
2626
- astar,
2627
- bifrostKusama,
2628
- bifrostPolkadot,
2629
- centrifuge,
2630
- crustShadow,
2631
- darwinia,
2632
- darwiniaCrab,
2633
- ethereum,
2634
- fantomTestnet,
2635
- hydration,
2636
- hydrationAlphanet,
2637
- integritee,
2638
- interlay,
2639
- karura,
2640
- kintsugi,
2641
- kusama,
2642
- kusamaAssetHub,
2643
- laosAlphanet,
2644
- laosMainnet,
2645
- mantaParachain,
2646
- moonbaseAlpha,
2647
- moonbaseBeta,
2648
- moonbaseStage,
2649
- moonbeam,
2650
- moonriver,
2651
- moonlama,
2652
- moonsama,
2653
- neuroweb,
2654
- originTrailAlphanet,
2655
- peaqAlphanet,
2656
- peaqChain,
2657
- peaqEvm,
2658
- peaqEvmAlphanet,
2659
- pendulum,
2660
- pendulumAlphanet,
2661
- phala,
2662
- polkadot,
2663
- polkadotAssetHub,
2664
- robonomics,
2665
- shiden,
2666
- turingAlphanet,
2667
- uniqueAlpha,
2668
- zeitgeist
2669
- ];
2670
- var chainsMap = new Map(
2671
- chainsList.map((chain) => [chain.key, chain])
2672
- );
140
+ } from "./chunk-ANZ5O3HM.mjs";
2673
141
 
2674
142
  // src/config.utils.ts
2675
143
  import {
2676
- Ecosystem as Ecosystem2
144
+ Ecosystem
2677
145
  } from "@moonbeam-network/xcm-types";
2678
146
  function getKey(keyOrModel) {
2679
147
  if (typeof keyOrModel === "string") {
@@ -2683,9 +151,9 @@ function getKey(keyOrModel) {
2683
151
  }
2684
152
  function getMoonChain(chain) {
2685
153
  switch (chain.ecosystem) {
2686
- case Ecosystem2.AlphanetRelay:
154
+ case Ecosystem.AlphanetRelay:
2687
155
  return moonbaseAlpha;
2688
- case Ecosystem2.Kusama:
156
+ case Ecosystem.Kusama:
2689
157
  return moonriver;
2690
158
  default:
2691
159
  return moonbeam;