@subwallet/chain-list 0.0.28 → 0.0.30
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/bundle-subwallet-chain-list.js +387 -373
- package/cjs/index.js +5 -5
- package/cjs/packageInfo.js +1 -1
- package/data/AssetRef.json +1 -1
- package/data/ChainAsset.json +157 -144
- package/data/ChainInfo.json +191 -191
- package/data/MultiChainAsset.json +1 -1
- package/package.json +5 -2
- package/packageInfo.js +1 -1
- package/validations/validate-asset-refs.js +38 -0
- package/validations/validate-chains.js +31 -0
- package/validations/validate-tokens.js +72 -0
|
@@ -141,7 +141,7 @@
|
|
|
141
141
|
path: "XCM"
|
|
142
142
|
},
|
|
143
143
|
"karura-NATIVE-KAR___moonriver-LOCAL-xcKAR": {
|
|
144
|
-
srcAsset: "karura-
|
|
144
|
+
srcAsset: "karura-NATIVE-KAR",
|
|
145
145
|
destAsset: "moonriver-LOCAL-xcKAR",
|
|
146
146
|
srcChain: "karura",
|
|
147
147
|
destChain: "moonriver",
|
|
@@ -364,6 +364,32 @@
|
|
|
364
364
|
metadata: null,
|
|
365
365
|
multiChainAsset: "KSM-Kusama",
|
|
366
366
|
hasValue: true
|
|
367
|
+
},
|
|
368
|
+
"ethereum-NATIVE-ETH": {
|
|
369
|
+
originChain: "ethereum",
|
|
370
|
+
slug: "ethereum-NATIVE-ETH",
|
|
371
|
+
name: "Ethereum",
|
|
372
|
+
symbol: "ETH",
|
|
373
|
+
decimals: 18,
|
|
374
|
+
priceId: "ethereum",
|
|
375
|
+
minAmount: "0",
|
|
376
|
+
assetType: "NATIVE",
|
|
377
|
+
metadata: null,
|
|
378
|
+
multiChainAsset: "ETH-Ethereum",
|
|
379
|
+
hasValue: true
|
|
380
|
+
},
|
|
381
|
+
"binance-NATIVE-BNB": {
|
|
382
|
+
originChain: "binance",
|
|
383
|
+
slug: "binance-NATIVE-BNB",
|
|
384
|
+
name: "Binance Smart Chain",
|
|
385
|
+
symbol: "BNB",
|
|
386
|
+
decimals: 18,
|
|
387
|
+
priceId: "binancecoin",
|
|
388
|
+
minAmount: "0",
|
|
389
|
+
assetType: "NATIVE",
|
|
390
|
+
metadata: null,
|
|
391
|
+
multiChainAsset: "BNB-Binance",
|
|
392
|
+
hasValue: true
|
|
367
393
|
},
|
|
368
394
|
"moonbeam-NATIVE-GLMR": {
|
|
369
395
|
originChain: "moonbeam",
|
|
@@ -377,6 +403,76 @@
|
|
|
377
403
|
metadata: null,
|
|
378
404
|
multiChainAsset: "GLMR-Moonbeam",
|
|
379
405
|
hasValue: true
|
|
406
|
+
},
|
|
407
|
+
"pioneer-NATIVE-NEER": {
|
|
408
|
+
originChain: "pioneer",
|
|
409
|
+
slug: "pioneer-NATIVE-NEER",
|
|
410
|
+
name: "Pioneer Network",
|
|
411
|
+
symbol: "NEER",
|
|
412
|
+
decimals: 18,
|
|
413
|
+
priceId: "metaverse-network-pioneer",
|
|
414
|
+
minAmount: "100000000000000000",
|
|
415
|
+
assetType: "NATIVE",
|
|
416
|
+
metadata: {
|
|
417
|
+
multilocation: {
|
|
418
|
+
NativeToken: 0
|
|
419
|
+
}
|
|
420
|
+
},
|
|
421
|
+
multiChainAsset: "NEER-Pioneer",
|
|
422
|
+
hasValue: true
|
|
423
|
+
},
|
|
424
|
+
"aleph-NATIVE-AZERO": {
|
|
425
|
+
originChain: "aleph",
|
|
426
|
+
slug: "aleph-NATIVE-AZERO",
|
|
427
|
+
name: "Aleph Zero",
|
|
428
|
+
symbol: "AZERO",
|
|
429
|
+
decimals: 12,
|
|
430
|
+
priceId: "aleph-zero",
|
|
431
|
+
minAmount: "500",
|
|
432
|
+
assetType: "NATIVE",
|
|
433
|
+
metadata: null,
|
|
434
|
+
multiChainAsset: null,
|
|
435
|
+
hasValue: true
|
|
436
|
+
},
|
|
437
|
+
"astar-NATIVE-ASTR": {
|
|
438
|
+
originChain: "astar",
|
|
439
|
+
slug: "astar-NATIVE-ASTR",
|
|
440
|
+
name: "Astar",
|
|
441
|
+
symbol: "ASTR",
|
|
442
|
+
decimals: 18,
|
|
443
|
+
priceId: "astar",
|
|
444
|
+
minAmount: "1000000",
|
|
445
|
+
assetType: "NATIVE",
|
|
446
|
+
metadata: {
|
|
447
|
+
multilocation: {
|
|
448
|
+
Concrete: {
|
|
449
|
+
parents: 0,
|
|
450
|
+
interior: "Here"
|
|
451
|
+
}
|
|
452
|
+
}
|
|
453
|
+
},
|
|
454
|
+
multiChainAsset: "ASTR-Astar",
|
|
455
|
+
hasValue: true
|
|
456
|
+
},
|
|
457
|
+
"statemint-NATIVE-DOT": {
|
|
458
|
+
originChain: "statemint",
|
|
459
|
+
slug: "statemint-NATIVE-DOT",
|
|
460
|
+
name: "Statemint",
|
|
461
|
+
symbol: "DOT",
|
|
462
|
+
decimals: 10,
|
|
463
|
+
priceId: "polkadot",
|
|
464
|
+
minAmount: "1000000000",
|
|
465
|
+
assetType: "NATIVE",
|
|
466
|
+
metadata: {
|
|
467
|
+
multilocation: {
|
|
468
|
+
Concrete: {
|
|
469
|
+
parents: 1,
|
|
470
|
+
interior: "Here"
|
|
471
|
+
}
|
|
472
|
+
}
|
|
473
|
+
},
|
|
474
|
+
multiChainAsset: "DOT-Polkadot",
|
|
475
|
+
hasValue: true
|
|
380
476
|
},
|
|
381
477
|
"acala-NATIVE-ACA": {
|
|
382
478
|
originChain: "acala",
|
|
@@ -616,21 +712,6 @@
|
|
|
616
712
|
},
|
|
617
713
|
multiChainAsset: "aUSD-AcalaDollar",
|
|
618
714
|
hasValue: true
|
|
619
|
-
},
|
|
620
|
-
"alephTest-PSP22-PANX-5CY8zDBjUDNwZBHdGbERtLLSZqY7dJYsm1KhY6tSorYvnSke": {
|
|
621
|
-
originChain: "alephTest",
|
|
622
|
-
slug: "alephTest-PSP22-PANX-5CY8zDBjUDNwZBHdGbERtLLSZqY7dJYsm1KhY6tSorYvnSke",
|
|
623
|
-
name: "PANX",
|
|
624
|
-
symbol: "PANX",
|
|
625
|
-
decimals: 12,
|
|
626
|
-
priceId: null,
|
|
627
|
-
minAmount: null,
|
|
628
|
-
assetType: "PSP22",
|
|
629
|
-
metadata: {
|
|
630
|
-
contractAddress: "5CY8zDBjUDNwZBHdGbERtLLSZqY7dJYsm1KhY6tSorYvnSke"
|
|
631
|
-
},
|
|
632
|
-
multiChainAsset: null,
|
|
633
|
-
hasValue: false
|
|
634
715
|
},
|
|
635
716
|
"moonbeam-ERC721-MFBB-0x02a6dec99b2ca768d638fcd87a96f6069f91287c": {
|
|
636
717
|
originChain: "moonbeam",
|
|
@@ -646,19 +727,6 @@
|
|
|
646
727
|
},
|
|
647
728
|
multiChainAsset: null,
|
|
648
729
|
hasValue: true
|
|
649
|
-
},
|
|
650
|
-
"ethereum-NATIVE-ETH": {
|
|
651
|
-
originChain: "ethereum",
|
|
652
|
-
slug: "ethereum-NATIVE-ETH",
|
|
653
|
-
name: "Ethereum",
|
|
654
|
-
symbol: "ETH",
|
|
655
|
-
decimals: 18,
|
|
656
|
-
priceId: "ethereum",
|
|
657
|
-
minAmount: "0",
|
|
658
|
-
assetType: "NATIVE",
|
|
659
|
-
metadata: null,
|
|
660
|
-
multiChainAsset: "ETH-Ethereum",
|
|
661
|
-
hasValue: true
|
|
662
730
|
},
|
|
663
731
|
"ethereum-ERC20-WETH-0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2": {
|
|
664
732
|
originChain: "ethereum",
|
|
@@ -674,19 +742,6 @@
|
|
|
674
742
|
},
|
|
675
743
|
multiChainAsset: "WETH-WrappedEther",
|
|
676
744
|
hasValue: true
|
|
677
|
-
},
|
|
678
|
-
"astar-NATIVE-ASTR": {
|
|
679
|
-
originChain: "astar",
|
|
680
|
-
slug: "astar-NATIVE-ASTR",
|
|
681
|
-
name: "Astar",
|
|
682
|
-
symbol: "ASTR",
|
|
683
|
-
decimals: 18,
|
|
684
|
-
priceId: "astar",
|
|
685
|
-
minAmount: "1000000",
|
|
686
|
-
assetType: "NATIVE",
|
|
687
|
-
metadata: null,
|
|
688
|
-
multiChainAsset: "ASTR-Astar",
|
|
689
|
-
hasValue: true
|
|
690
745
|
},
|
|
691
746
|
"astar-LOCAL-DOT": {
|
|
692
747
|
originChain: "astar",
|
|
@@ -700,8 +755,10 @@
|
|
|
700
755
|
metadata: {
|
|
701
756
|
assetId: "340282366920938463463374607431768211455",
|
|
702
757
|
multilocation: {
|
|
703
|
-
|
|
704
|
-
|
|
758
|
+
Concrete: {
|
|
759
|
+
parents: 1,
|
|
760
|
+
interior: "Here"
|
|
761
|
+
}
|
|
705
762
|
}
|
|
706
763
|
},
|
|
707
764
|
multiChainAsset: "DOT-Polkadot",
|
|
@@ -719,19 +776,21 @@
|
|
|
719
776
|
metadata: {
|
|
720
777
|
assetId: "4294969280",
|
|
721
778
|
multilocation: {
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
779
|
+
Concrete: {
|
|
780
|
+
parents: 1,
|
|
781
|
+
interior: {
|
|
782
|
+
X3: [
|
|
783
|
+
{
|
|
784
|
+
Parachain: 1000
|
|
785
|
+
},
|
|
786
|
+
{
|
|
787
|
+
GeneralIndex: 50
|
|
788
|
+
},
|
|
789
|
+
{
|
|
790
|
+
GeneralIndex: 1984
|
|
791
|
+
}
|
|
792
|
+
]
|
|
793
|
+
}
|
|
735
794
|
}
|
|
736
795
|
}
|
|
737
796
|
},
|
|
@@ -955,7 +1014,7 @@
|
|
|
955
1014
|
minAmount: "10000000000",
|
|
956
1015
|
assetType: "NATIVE",
|
|
957
1016
|
metadata: null,
|
|
958
|
-
multiChainAsset:
|
|
1017
|
+
multiChainAsset: "BNC-BifrostKusama",
|
|
959
1018
|
hasValue: true
|
|
960
1019
|
},
|
|
961
1020
|
"bifrost_dot-NATIVE-BNC": {
|
|
@@ -1061,43 +1120,6 @@
|
|
|
1061
1120
|
metadata: null,
|
|
1062
1121
|
multiChainAsset: "SDN-Shiden",
|
|
1063
1122
|
hasValue: true
|
|
1064
|
-
},
|
|
1065
|
-
"statemint-NATIVE-DOT": {
|
|
1066
|
-
originChain: "statemint",
|
|
1067
|
-
slug: "statemint-NATIVE-DOT",
|
|
1068
|
-
name: "Statemint",
|
|
1069
|
-
symbol: "DOT",
|
|
1070
|
-
decimals: 10,
|
|
1071
|
-
priceId: "polkadot",
|
|
1072
|
-
minAmount: "1000000000",
|
|
1073
|
-
assetType: "NATIVE",
|
|
1074
|
-
metadata: {
|
|
1075
|
-
multilocation: {
|
|
1076
|
-
Concrete: {
|
|
1077
|
-
parents: 1,
|
|
1078
|
-
interior: "Here"
|
|
1079
|
-
}
|
|
1080
|
-
}
|
|
1081
|
-
},
|
|
1082
|
-
multiChainAsset: "DOT-Polkadot",
|
|
1083
|
-
hasValue: true
|
|
1084
|
-
},
|
|
1085
|
-
"pioneer-NATIVE-NEER": {
|
|
1086
|
-
originChain: "pioneer",
|
|
1087
|
-
slug: "pioneer-NATIVE-NEER",
|
|
1088
|
-
name: "Pioneer Network",
|
|
1089
|
-
symbol: "NEER",
|
|
1090
|
-
decimals: 18,
|
|
1091
|
-
priceId: "metaverse-network-pioneer",
|
|
1092
|
-
minAmount: "100000000000000000",
|
|
1093
|
-
assetType: "NATIVE",
|
|
1094
|
-
metadata: {
|
|
1095
|
-
multilocation: {
|
|
1096
|
-
NativeToken: 0
|
|
1097
|
-
}
|
|
1098
|
-
},
|
|
1099
|
-
multiChainAsset: "NEER-Pioneer",
|
|
1100
|
-
hasValue: true
|
|
1101
1123
|
},
|
|
1102
1124
|
"pioneer-LOCAL-BIT": {
|
|
1103
1125
|
originChain: "pioneer",
|
|
@@ -1128,19 +1150,6 @@
|
|
|
1128
1150
|
metadata: null,
|
|
1129
1151
|
multiChainAsset: null,
|
|
1130
1152
|
hasValue: false
|
|
1131
|
-
},
|
|
1132
|
-
"binance-NATIVE-BNB": {
|
|
1133
|
-
originChain: "binance",
|
|
1134
|
-
slug: "binance-NATIVE-BNB",
|
|
1135
|
-
name: "Binance Smart Chain",
|
|
1136
|
-
symbol: "BNB",
|
|
1137
|
-
decimals: 18,
|
|
1138
|
-
priceId: "binancecoin",
|
|
1139
|
-
minAmount: "0",
|
|
1140
|
-
assetType: "NATIVE",
|
|
1141
|
-
metadata: null,
|
|
1142
|
-
multiChainAsset: "BNB-Binance",
|
|
1143
|
-
hasValue: true
|
|
1144
1153
|
},
|
|
1145
1154
|
"binance_test-NATIVE-BNB": {
|
|
1146
1155
|
originChain: "binance_test",
|
|
@@ -1395,19 +1404,6 @@
|
|
|
1395
1404
|
metadata: null,
|
|
1396
1405
|
multiChainAsset: null,
|
|
1397
1406
|
hasValue: false
|
|
1398
|
-
},
|
|
1399
|
-
"aleph-NATIVE-AZERO": {
|
|
1400
|
-
originChain: "aleph",
|
|
1401
|
-
slug: "aleph-NATIVE-AZERO",
|
|
1402
|
-
name: "Aleph Zero",
|
|
1403
|
-
symbol: "AZERO",
|
|
1404
|
-
decimals: 12,
|
|
1405
|
-
priceId: "aleph-zero",
|
|
1406
|
-
minAmount: "500",
|
|
1407
|
-
assetType: "NATIVE",
|
|
1408
|
-
metadata: null,
|
|
1409
|
-
multiChainAsset: null,
|
|
1410
|
-
hasValue: true
|
|
1411
1407
|
},
|
|
1412
1408
|
"rmrk-NATIVE-UNIT": {
|
|
1413
1409
|
originChain: "rmrk",
|
|
@@ -1529,7 +1525,16 @@
|
|
|
1529
1525
|
priceId: "karura",
|
|
1530
1526
|
minAmount: "100000000000",
|
|
1531
1527
|
assetType: "NATIVE",
|
|
1532
|
-
metadata:
|
|
1528
|
+
metadata: {
|
|
1529
|
+
onChainInfo: {
|
|
1530
|
+
NativeAssetId: {
|
|
1531
|
+
Token: "KAR"
|
|
1532
|
+
}
|
|
1533
|
+
},
|
|
1534
|
+
multilocation: {
|
|
1535
|
+
Token: "KAR"
|
|
1536
|
+
}
|
|
1537
|
+
},
|
|
1533
1538
|
multiChainAsset: "KAR-Karura",
|
|
1534
1539
|
hasValue: true
|
|
1535
1540
|
},
|
|
@@ -2712,9 +2717,9 @@
|
|
|
2712
2717
|
multiChainAsset: null,
|
|
2713
2718
|
hasValue: true
|
|
2714
2719
|
},
|
|
2715
|
-
"
|
|
2716
|
-
originChain: "
|
|
2717
|
-
slug: "
|
|
2720
|
+
"sora_substrate-NATIVE-XOR": {
|
|
2721
|
+
originChain: "sora_substrate",
|
|
2722
|
+
slug: "sora_substrate-NATIVE-XOR",
|
|
2718
2723
|
name: "SORA",
|
|
2719
2724
|
symbol: "XOR",
|
|
2720
2725
|
decimals: 18,
|
|
@@ -2834,7 +2839,7 @@
|
|
|
2834
2839
|
assetType: "ForeignAsset",
|
|
2835
2840
|
contractAddress: "0xFfFFfFff1FcaCBd218EDc0EbA20Fc2308C778080"
|
|
2836
2841
|
},
|
|
2837
|
-
multiChainAsset: "
|
|
2842
|
+
multiChainAsset: "KSM-Kusama",
|
|
2838
2843
|
hasValue: true
|
|
2839
2844
|
},
|
|
2840
2845
|
"shiden-LOCAL-KSM": {
|
|
@@ -2848,7 +2853,13 @@
|
|
|
2848
2853
|
assetType: "LOCAL",
|
|
2849
2854
|
metadata: {
|
|
2850
2855
|
assetId: "42259045809535163221576417993425387648",
|
|
2851
|
-
assetType: "ForeignAsset"
|
|
2856
|
+
assetType: "ForeignAsset",
|
|
2857
|
+
multilocation: {
|
|
2858
|
+
Concrete: {
|
|
2859
|
+
parents: 1,
|
|
2860
|
+
interior: "Here"
|
|
2861
|
+
}
|
|
2862
|
+
}
|
|
2852
2863
|
},
|
|
2853
2864
|
multiChainAsset: "KSM-Kusama",
|
|
2854
2865
|
hasValue: true
|
|
@@ -2901,7 +2912,7 @@
|
|
|
2901
2912
|
Token: "BNC"
|
|
2902
2913
|
}
|
|
2903
2914
|
},
|
|
2904
|
-
multiChainAsset: "
|
|
2915
|
+
multiChainAsset: "BNC-BifrostKusama",
|
|
2905
2916
|
hasValue: true
|
|
2906
2917
|
},
|
|
2907
2918
|
"bifrost-LOCAL-KSM": {
|
|
@@ -3018,16 +3029,18 @@
|
|
|
3018
3029
|
metadata: {
|
|
3019
3030
|
assetId: "18446744073709551617",
|
|
3020
3031
|
multilocation: {
|
|
3021
|
-
|
|
3022
|
-
|
|
3023
|
-
|
|
3024
|
-
|
|
3025
|
-
|
|
3026
|
-
|
|
3027
|
-
|
|
3028
|
-
|
|
3029
|
-
|
|
3030
|
-
|
|
3032
|
+
Concrete: {
|
|
3033
|
+
parents: 1,
|
|
3034
|
+
interior: {
|
|
3035
|
+
X2: [
|
|
3036
|
+
{
|
|
3037
|
+
Parachain: 2000
|
|
3038
|
+
},
|
|
3039
|
+
{
|
|
3040
|
+
GeneralKey: "0x0001"
|
|
3041
|
+
}
|
|
3042
|
+
]
|
|
3043
|
+
}
|
|
3031
3044
|
}
|
|
3032
3045
|
}
|
|
3033
3046
|
},
|
|
@@ -3083,9 +3096,9 @@
|
|
|
3083
3096
|
originChain: "moonriver",
|
|
3084
3097
|
slug: "moonriver-LOCAL-xcKAR",
|
|
3085
3098
|
name: "Karura",
|
|
3086
|
-
symbol: "
|
|
3099
|
+
symbol: "xcKAR",
|
|
3087
3100
|
decimals: 12,
|
|
3088
|
-
priceId:
|
|
3101
|
+
priceId: "karura",
|
|
3089
3102
|
minAmount: null,
|
|
3090
3103
|
assetType: "LOCAL",
|
|
3091
3104
|
metadata: {
|
|
@@ -4029,12 +4042,12 @@
|
|
|
4029
4042
|
hasValue: true,
|
|
4030
4043
|
multiChainAsset: null
|
|
4031
4044
|
},
|
|
4032
|
-
"astarEvm-ERC20-
|
|
4045
|
+
"astarEvm-ERC20-ARSW_LP-0x87988EbDE7E661F44eB3a586C5E0cEAB533a2d9C": {
|
|
4033
4046
|
originChain: "astarEvm",
|
|
4034
|
-
slug: "astarEvm-ERC20-
|
|
4047
|
+
slug: "astarEvm-ERC20-ARSW_LP-0x87988EbDE7E661F44eB3a586C5E0cEAB533a2d9C",
|
|
4035
4048
|
name: "Arthswap LPs (ARSW-LP)",
|
|
4036
4049
|
decimals: 18,
|
|
4037
|
-
symbol: "
|
|
4050
|
+
symbol: "ARSW_LP",
|
|
4038
4051
|
priceId: null,
|
|
4039
4052
|
minAmount: null,
|
|
4040
4053
|
assetType: "ERC20",
|
|
@@ -5066,9 +5079,9 @@
|
|
|
5066
5079
|
multiChainAsset: null,
|
|
5067
5080
|
hasValue: true
|
|
5068
5081
|
},
|
|
5069
|
-
"ethereum-ERC20-
|
|
5082
|
+
"ethereum-ERC20-WFTM-0x4E15361FD6b4BB609Fa63C81A2be19d873717870": {
|
|
5070
5083
|
originChain: "ethereum",
|
|
5071
|
-
slug: "ethereum-ERC20-
|
|
5084
|
+
slug: "ethereum-ERC20-WFTM-0x4E15361FD6b4BB609Fa63C81A2be19d873717870",
|
|
5072
5085
|
name: "Wrapped Fantom",
|
|
5073
5086
|
symbol: "WFTM",
|
|
5074
5087
|
decimals: 18,
|
|
@@ -5565,9 +5578,57 @@
|
|
|
5565
5578
|
},
|
|
5566
5579
|
evmInfo: null
|
|
5567
5580
|
};
|
|
5568
|
-
var
|
|
5569
|
-
slug: "
|
|
5570
|
-
name: "
|
|
5581
|
+
var ethereum = {
|
|
5582
|
+
slug: "ethereum",
|
|
5583
|
+
name: "Ethereum",
|
|
5584
|
+
isTestnet: false,
|
|
5585
|
+
chainStatus: "ACTIVE",
|
|
5586
|
+
providers: {
|
|
5587
|
+
Cloudflare: "https://cloudflare-eth.com",
|
|
5588
|
+
BlastApi: "https://eth-mainnet.public.blastapi.io",
|
|
5589
|
+
Infura: "https://mainnet.infura.io/v3/b6bf7d3508c941499b10025c0776eaf8"
|
|
5590
|
+
},
|
|
5591
|
+
substrateInfo: null,
|
|
5592
|
+
evmInfo: {
|
|
5593
|
+
evmChainId: 1,
|
|
5594
|
+
blockExplorer: "https://etherscan.io",
|
|
5595
|
+
symbol: "ETH",
|
|
5596
|
+
decimals: 18,
|
|
5597
|
+
existentialDeposit: "0",
|
|
5598
|
+
supportSmartContract: [
|
|
5599
|
+
"ERC20",
|
|
5600
|
+
"ERC721"
|
|
5601
|
+
],
|
|
5602
|
+
abiExplorer: "https://etherscan.io"
|
|
5603
|
+
}
|
|
5604
|
+
};
|
|
5605
|
+
var binance = {
|
|
5606
|
+
slug: "binance",
|
|
5607
|
+
name: "Binance Smart Chain",
|
|
5608
|
+
chainStatus: "ACTIVE",
|
|
5609
|
+
providers: {
|
|
5610
|
+
Binance: "https://bsc-dataseed.binance.org/",
|
|
5611
|
+
Defibit: "https://bsc-dataseed1.defibit.io/",
|
|
5612
|
+
Ninicoin: "https://bsc-dataseed1.ninicoin.io/",
|
|
5613
|
+
Nodereal: "https://bsc.nodereal.io/"
|
|
5614
|
+
},
|
|
5615
|
+
isTestnet: false,
|
|
5616
|
+
substrateInfo: null,
|
|
5617
|
+
evmInfo: {
|
|
5618
|
+
evmChainId: 56,
|
|
5619
|
+
blockExplorer: "https://bscscan.com",
|
|
5620
|
+
symbol: "BNB",
|
|
5621
|
+
decimals: 18,
|
|
5622
|
+
existentialDeposit: "0",
|
|
5623
|
+
supportSmartContract: [
|
|
5624
|
+
"ERC20",
|
|
5625
|
+
"ERC721"
|
|
5626
|
+
]
|
|
5627
|
+
}
|
|
5628
|
+
};
|
|
5629
|
+
var moonbeam = {
|
|
5630
|
+
slug: "moonbeam",
|
|
5631
|
+
name: "Moonbeam",
|
|
5571
5632
|
isTestnet: false,
|
|
5572
5633
|
chainStatus: "ACTIVE",
|
|
5573
5634
|
providers: {
|
|
@@ -5606,88 +5667,59 @@
|
|
|
5606
5667
|
abiExplorer: "https://api-moonbeam.moonscan.io/api?module=contract&action=getabi"
|
|
5607
5668
|
}
|
|
5608
5669
|
};
|
|
5609
|
-
var
|
|
5610
|
-
slug: "
|
|
5611
|
-
name: "
|
|
5612
|
-
isTestnet: false,
|
|
5670
|
+
var pioneer = {
|
|
5671
|
+
slug: "pioneer",
|
|
5672
|
+
name: "Pioneer Network",
|
|
5613
5673
|
chainStatus: "ACTIVE",
|
|
5614
5674
|
providers: {
|
|
5615
|
-
|
|
5616
|
-
"Acala Foundation 1": "wss://acala-rpc-1.aca-api.network",
|
|
5617
|
-
"Acala Foundation 2": "wss://acala-rpc-2.aca-api.network/ws",
|
|
5618
|
-
"Acala Foundation 3": "wss://acala-rpc-3.aca-api.network/ws",
|
|
5619
|
-
"Polkawallet 0": "wss://acala.polkawallet.io",
|
|
5620
|
-
OnFinality: "wss://acala-polkadot.api.onfinality.io/public-ws",
|
|
5621
|
-
Dwellir: "wss://acala-rpc.dwellir.com"
|
|
5675
|
+
OnFinality: "wss://pioneer.api.onfinality.io/public-w s"
|
|
5622
5676
|
},
|
|
5677
|
+
isTestnet: false,
|
|
5623
5678
|
substrateInfo: {
|
|
5624
|
-
paraId:
|
|
5625
|
-
relaySlug: "
|
|
5626
|
-
genesisHash: "
|
|
5627
|
-
addressPrefix:
|
|
5628
|
-
crowdloanUrl: "https://
|
|
5679
|
+
paraId: 2096,
|
|
5680
|
+
relaySlug: "kusama",
|
|
5681
|
+
genesisHash: "0xf22b7850cdd5a7657bbfd90ac86441275bbc57ace3d2698a740c7b0ec4de5ec3",
|
|
5682
|
+
addressPrefix: 268,
|
|
5683
|
+
crowdloanUrl: "https://ksmcrowdloan.bit.country/",
|
|
5629
5684
|
chainType: "PARACHAIN",
|
|
5630
|
-
blockExplorer: "https://
|
|
5631
|
-
symbol: "
|
|
5632
|
-
existentialDeposit: "
|
|
5633
|
-
decimals:
|
|
5685
|
+
blockExplorer: "https://pioneer.subscan.io/",
|
|
5686
|
+
symbol: "NEER",
|
|
5687
|
+
existentialDeposit: "100000000000000000",
|
|
5688
|
+
decimals: 18,
|
|
5634
5689
|
hasNativeNft: true,
|
|
5635
|
-
|
|
5636
|
-
|
|
5637
|
-
}
|
|
5690
|
+
supportSmartContract: null,
|
|
5691
|
+
supportStaking: false
|
|
5692
|
+
},
|
|
5693
|
+
evmInfo: null
|
|
5638
5694
|
};
|
|
5639
|
-
var
|
|
5640
|
-
slug: "
|
|
5641
|
-
name: "Aleph Zero
|
|
5642
|
-
isTestnet: true,
|
|
5695
|
+
var aleph = {
|
|
5696
|
+
slug: "aleph",
|
|
5697
|
+
name: "Aleph Zero",
|
|
5643
5698
|
chainStatus: "ACTIVE",
|
|
5644
5699
|
providers: {
|
|
5645
|
-
"Aleph Zero Foundation": "wss://ws.
|
|
5700
|
+
"Aleph Zero Foundation": "wss://ws.azero.dev"
|
|
5646
5701
|
},
|
|
5702
|
+
isTestnet: false,
|
|
5647
5703
|
substrateInfo: {
|
|
5648
5704
|
paraId: null,
|
|
5649
5705
|
relaySlug: null,
|
|
5650
|
-
genesisHash: "
|
|
5706
|
+
genesisHash: "0x70255b4d28de0fc4e1a193d7e175ad1ccef431598211c55538f1018651a0344e",
|
|
5651
5707
|
addressPrefix: 42,
|
|
5652
|
-
crowdloanUrl:
|
|
5708
|
+
crowdloanUrl: "https://contribute.alephzero.org/",
|
|
5653
5709
|
chainType: "RELAYCHAIN",
|
|
5654
|
-
|
|
5655
|
-
symbol: "TZERO",
|
|
5710
|
+
symbol: "AZERO",
|
|
5656
5711
|
existentialDeposit: "500",
|
|
5657
5712
|
decimals: 12,
|
|
5713
|
+
supportStaking: true,
|
|
5658
5714
|
hasNativeNft: false,
|
|
5659
5715
|
supportSmartContract: [
|
|
5660
5716
|
"PSP34",
|
|
5661
5717
|
"PSP22"
|
|
5662
5718
|
],
|
|
5663
|
-
|
|
5719
|
+
blockExplorer: "https://alephzero.subscan.io/"
|
|
5664
5720
|
},
|
|
5665
5721
|
evmInfo: null
|
|
5666
5722
|
};
|
|
5667
|
-
var ethereum = {
|
|
5668
|
-
slug: "ethereum",
|
|
5669
|
-
name: "Ethereum",
|
|
5670
|
-
isTestnet: false,
|
|
5671
|
-
chainStatus: "ACTIVE",
|
|
5672
|
-
providers: {
|
|
5673
|
-
Cloudflare: "https://cloudflare-eth.com",
|
|
5674
|
-
BlastApi: "https://eth-mainnet.public.blastapi.io",
|
|
5675
|
-
Infura: "https://mainnet.infura.io/v3/b6bf7d3508c941499b10025c0776eaf8"
|
|
5676
|
-
},
|
|
5677
|
-
substrateInfo: null,
|
|
5678
|
-
evmInfo: {
|
|
5679
|
-
evmChainId: 1,
|
|
5680
|
-
blockExplorer: "https://etherscan.io",
|
|
5681
|
-
symbol: "ETH",
|
|
5682
|
-
decimals: 18,
|
|
5683
|
-
existentialDeposit: "0",
|
|
5684
|
-
supportSmartContract: [
|
|
5685
|
-
"ERC20",
|
|
5686
|
-
"ERC721"
|
|
5687
|
-
],
|
|
5688
|
-
abiExplorer: "https://etherscan.io"
|
|
5689
|
-
}
|
|
5690
|
-
};
|
|
5691
5723
|
var astar = {
|
|
5692
5724
|
slug: "astar",
|
|
5693
5725
|
name: "Astar",
|
|
@@ -5748,6 +5780,93 @@
|
|
|
5748
5780
|
abiExplorer: null
|
|
5749
5781
|
}
|
|
5750
5782
|
};
|
|
5783
|
+
var statemint = {
|
|
5784
|
+
slug: "statemint",
|
|
5785
|
+
name: "Statemint",
|
|
5786
|
+
chainStatus: "ACTIVE",
|
|
5787
|
+
providers: {
|
|
5788
|
+
Parity: "wss://statemint-rpc.polkadot.io",
|
|
5789
|
+
OnFinality: "wss://statemint.api.onfinality.io/public-ws",
|
|
5790
|
+
Dwellir: "wss://statemint-rpc.dwellir .com",
|
|
5791
|
+
PinkNode: "wss://public-rpc.pinknode.io/statemint",
|
|
5792
|
+
RadiumBlock: "wss://statemint.public.curie.radiumblock.xyz/ws",
|
|
5793
|
+
"Dwellir Tunisia": "wss://statemint-rpc-tn.dwellir.com"
|
|
5794
|
+
},
|
|
5795
|
+
isTestnet: false,
|
|
5796
|
+
substrateInfo: {
|
|
5797
|
+
paraId: 1000,
|
|
5798
|
+
relaySlug: "polkadot",
|
|
5799
|
+
genesisHash: "0x68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f",
|
|
5800
|
+
addressPrefix: 0,
|
|
5801
|
+
chainType: "PARACHAIN",
|
|
5802
|
+
blockExplorer: "https://statemint.subscan.io/",
|
|
5803
|
+
symbol: "DOT",
|
|
5804
|
+
existentialDeposit: "1000000000",
|
|
5805
|
+
decimals: 10,
|
|
5806
|
+
hasNativeNft: false,
|
|
5807
|
+
supportSmartContract: null,
|
|
5808
|
+
supportStaking: false
|
|
5809
|
+
},
|
|
5810
|
+
evmInfo: null
|
|
5811
|
+
};
|
|
5812
|
+
var acala = {
|
|
5813
|
+
slug: "acala",
|
|
5814
|
+
name: "Acala",
|
|
5815
|
+
isTestnet: false,
|
|
5816
|
+
chainStatus: "ACTIVE",
|
|
5817
|
+
providers: {
|
|
5818
|
+
"Acala Foundation 0": "wss://acala-rpc-0.aca-api.network",
|
|
5819
|
+
"Acala Foundation 1": "wss://acala-rpc-1.aca-api.network",
|
|
5820
|
+
"Acala Foundation 2": "wss://acala-rpc-2.aca-api.network/ws",
|
|
5821
|
+
"Acala Foundation 3": "wss://acala-rpc-3.aca-api.network/ws",
|
|
5822
|
+
"Polkawallet 0": "wss://acala.polkawallet.io",
|
|
5823
|
+
OnFinality: "wss://acala-polkadot.api.onfinality.io/public-ws",
|
|
5824
|
+
Dwellir: "wss://acala-rpc.dwellir.com"
|
|
5825
|
+
},
|
|
5826
|
+
substrateInfo: {
|
|
5827
|
+
paraId: 2000,
|
|
5828
|
+
relaySlug: "polkadot",
|
|
5829
|
+
genesisHash: "0xfc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c",
|
|
5830
|
+
addressPrefix: 10,
|
|
5831
|
+
crowdloanUrl: "https://distribution.acala.network/",
|
|
5832
|
+
chainType: "PARACHAIN",
|
|
5833
|
+
blockExplorer: "https://acala.subscan.io/",
|
|
5834
|
+
symbol: "ACA",
|
|
5835
|
+
existentialDeposit: "100000000000",
|
|
5836
|
+
decimals: 12,
|
|
5837
|
+
hasNativeNft: true,
|
|
5838
|
+
supportStaking: false,
|
|
5839
|
+
supportSmartContract: null
|
|
5840
|
+
}
|
|
5841
|
+
};
|
|
5842
|
+
var alephTest = {
|
|
5843
|
+
slug: "alephTest",
|
|
5844
|
+
name: "Aleph Zero Testnet",
|
|
5845
|
+
isTestnet: true,
|
|
5846
|
+
chainStatus: "ACTIVE",
|
|
5847
|
+
providers: {
|
|
5848
|
+
"Aleph Zero Foundation": "wss://ws.test.azero.dev"
|
|
5849
|
+
},
|
|
5850
|
+
substrateInfo: {
|
|
5851
|
+
paraId: null,
|
|
5852
|
+
relaySlug: null,
|
|
5853
|
+
genesisHash: "0x05d5279c52c484cc80396535a316add7d47b1c5b9e0398dd1f584149341460c5",
|
|
5854
|
+
addressPrefix: 42,
|
|
5855
|
+
crowdloanUrl: null,
|
|
5856
|
+
chainType: "RELAYCHAIN",
|
|
5857
|
+
blockExplorer: null,
|
|
5858
|
+
symbol: "TZERO",
|
|
5859
|
+
existentialDeposit: "500",
|
|
5860
|
+
decimals: 12,
|
|
5861
|
+
hasNativeNft: false,
|
|
5862
|
+
supportSmartContract: [
|
|
5863
|
+
"PSP34",
|
|
5864
|
+
"PSP22"
|
|
5865
|
+
],
|
|
5866
|
+
supportStaking: true
|
|
5867
|
+
},
|
|
5868
|
+
evmInfo: null
|
|
5869
|
+
};
|
|
5751
5870
|
var shiden = {
|
|
5752
5871
|
slug: "shiden",
|
|
5753
5872
|
name: "Shiden",
|
|
@@ -5857,6 +5976,30 @@
|
|
|
5857
5976
|
abiExplorer: null
|
|
5858
5977
|
}
|
|
5859
5978
|
};
|
|
5979
|
+
var aventus = {
|
|
5980
|
+
slug: "aventus",
|
|
5981
|
+
name: "Aventus Polkadot",
|
|
5982
|
+
chainStatus: "ACTIVE",
|
|
5983
|
+
providers: {
|
|
5984
|
+
Aventus: "wss://public-rpc.mainnet.aventus.io"
|
|
5985
|
+
},
|
|
5986
|
+
isTestnet: false,
|
|
5987
|
+
substrateInfo: {
|
|
5988
|
+
paraId: null,
|
|
5989
|
+
relaySlug: null,
|
|
5990
|
+
genesisHash: "0x8b5c955b5c8fd7112562327e3859473df4e3dff49bd72a113dbb668d2cfa20d7",
|
|
5991
|
+
addressPrefix: 42,
|
|
5992
|
+
chainType: "PARACHAIN",
|
|
5993
|
+
symbol: "AVT",
|
|
5994
|
+
existentialDeposit: "0",
|
|
5995
|
+
decimals: 18,
|
|
5996
|
+
supportStaking: false,
|
|
5997
|
+
hasNativeNft: false,
|
|
5998
|
+
supportSmartContract: null,
|
|
5999
|
+
blockExplorer: null
|
|
6000
|
+
},
|
|
6001
|
+
evmInfo: null
|
|
6002
|
+
};
|
|
5860
6003
|
var westend = {
|
|
5861
6004
|
slug: "westend",
|
|
5862
6005
|
name: "Westend",
|
|
@@ -6147,7 +6290,7 @@
|
|
|
6147
6290
|
existentialDeposit: "10000000000",
|
|
6148
6291
|
decimals: 12,
|
|
6149
6292
|
hasNativeNft: false,
|
|
6150
|
-
supportStaking:
|
|
6293
|
+
supportStaking: false,
|
|
6151
6294
|
supportSmartContract: null
|
|
6152
6295
|
},
|
|
6153
6296
|
evmInfo: null
|
|
@@ -6276,60 +6419,6 @@
|
|
|
6276
6419
|
abiExplorer: "https://blockexplorer.bobabase.boba.network"
|
|
6277
6420
|
}
|
|
6278
6421
|
};
|
|
6279
|
-
var statemint = {
|
|
6280
|
-
slug: "statemint",
|
|
6281
|
-
name: "Statemint",
|
|
6282
|
-
chainStatus: "ACTIVE",
|
|
6283
|
-
providers: {
|
|
6284
|
-
Parity: "wss://statemint-rpc.polkadot.io",
|
|
6285
|
-
OnFinality: "wss://statemint.api.onfinality.io/public-ws",
|
|
6286
|
-
Dwellir: "wss://statemint-rpc.dwellir .com",
|
|
6287
|
-
PinkNode: "wss://public-rpc.pinknode.io/statemint",
|
|
6288
|
-
RadiumBlock: "wss://statemint.public.curie.radiumblock.xyz/ws",
|
|
6289
|
-
"Dwellir Tunisia": "wss://statemint-rpc-tn.dwellir.com"
|
|
6290
|
-
},
|
|
6291
|
-
isTestnet: false,
|
|
6292
|
-
substrateInfo: {
|
|
6293
|
-
paraId: 1000,
|
|
6294
|
-
relaySlug: "polkadot",
|
|
6295
|
-
genesisHash: "0x68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f",
|
|
6296
|
-
addressPrefix: 0,
|
|
6297
|
-
chainType: "PARACHAIN",
|
|
6298
|
-
blockExplorer: "https://statemint.subscan.io/",
|
|
6299
|
-
symbol: "DOT",
|
|
6300
|
-
existentialDeposit: "1000000000",
|
|
6301
|
-
decimals: 10,
|
|
6302
|
-
hasNativeNft: false,
|
|
6303
|
-
supportSmartContract: null,
|
|
6304
|
-
supportStaking: false
|
|
6305
|
-
},
|
|
6306
|
-
evmInfo: null
|
|
6307
|
-
};
|
|
6308
|
-
var pioneer = {
|
|
6309
|
-
slug: "pioneer",
|
|
6310
|
-
name: "Pioneer Network",
|
|
6311
|
-
chainStatus: "ACTIVE",
|
|
6312
|
-
providers: {
|
|
6313
|
-
OnFinality: "wss://pioneer.api.onfinality.io/public-w s"
|
|
6314
|
-
},
|
|
6315
|
-
isTestnet: false,
|
|
6316
|
-
substrateInfo: {
|
|
6317
|
-
paraId: 2096,
|
|
6318
|
-
relaySlug: "kusama",
|
|
6319
|
-
genesisHash: "0xf22b7850cdd5a7657bbfd90ac86441275bbc57ace3d2698a740c7b0ec4de5ec3",
|
|
6320
|
-
addressPrefix: 268,
|
|
6321
|
-
crowdloanUrl: "https://ksmcrowdloan.bit.country/",
|
|
6322
|
-
chainType: "PARACHAIN",
|
|
6323
|
-
blockExplorer: "https://pioneer.subscan.io/",
|
|
6324
|
-
symbol: "NEER",
|
|
6325
|
-
existentialDeposit: "100000000000000000",
|
|
6326
|
-
decimals: 18,
|
|
6327
|
-
hasNativeNft: true,
|
|
6328
|
-
supportSmartContract: null,
|
|
6329
|
-
supportStaking: false
|
|
6330
|
-
},
|
|
6331
|
-
evmInfo: null
|
|
6332
|
-
};
|
|
6333
6422
|
var ethereum_goerli = {
|
|
6334
6423
|
slug: "ethereum_goerli",
|
|
6335
6424
|
name: "Ethereum Testnet (Goerli)",
|
|
@@ -6352,30 +6441,6 @@
|
|
|
6352
6441
|
]
|
|
6353
6442
|
}
|
|
6354
6443
|
};
|
|
6355
|
-
var binance = {
|
|
6356
|
-
slug: "binance",
|
|
6357
|
-
name: "Binance Smart Chain",
|
|
6358
|
-
chainStatus: "ACTIVE",
|
|
6359
|
-
providers: {
|
|
6360
|
-
Binance: "https://bsc-dataseed.binance.org/",
|
|
6361
|
-
Defibit: "https://bsc-dataseed1.defibit.io/",
|
|
6362
|
-
Ninicoin: "https://bsc-dataseed1.ninicoin.io/",
|
|
6363
|
-
Nodereal: "https://bsc.nodereal.io/"
|
|
6364
|
-
},
|
|
6365
|
-
isTestnet: false,
|
|
6366
|
-
substrateInfo: null,
|
|
6367
|
-
evmInfo: {
|
|
6368
|
-
evmChainId: 56,
|
|
6369
|
-
blockExplorer: "https://bscscan.com",
|
|
6370
|
-
symbol: "BNB",
|
|
6371
|
-
decimals: 18,
|
|
6372
|
-
existentialDeposit: "0",
|
|
6373
|
-
supportSmartContract: [
|
|
6374
|
-
"ERC20",
|
|
6375
|
-
"ERC721"
|
|
6376
|
-
]
|
|
6377
|
-
}
|
|
6378
|
-
};
|
|
6379
6444
|
var binance_test = {
|
|
6380
6445
|
slug: "binance_test",
|
|
6381
6446
|
name: "Binance Smart Chain (Testnet)",
|
|
@@ -6727,34 +6792,6 @@
|
|
|
6727
6792
|
},
|
|
6728
6793
|
evmInfo: null
|
|
6729
6794
|
};
|
|
6730
|
-
var aleph = {
|
|
6731
|
-
slug: "aleph",
|
|
6732
|
-
name: "Aleph Zero",
|
|
6733
|
-
chainStatus: "ACTIVE",
|
|
6734
|
-
providers: {
|
|
6735
|
-
"Aleph Zero Foundation": "wss://ws.azero.dev"
|
|
6736
|
-
},
|
|
6737
|
-
isTestnet: false,
|
|
6738
|
-
substrateInfo: {
|
|
6739
|
-
paraId: null,
|
|
6740
|
-
relaySlug: null,
|
|
6741
|
-
genesisHash: "0x70255b4d28de0fc4e1a193d7e175ad1ccef431598211c55538f1018651a0344e",
|
|
6742
|
-
addressPrefix: 42,
|
|
6743
|
-
crowdloanUrl: "https://contribute.alephzero.org/",
|
|
6744
|
-
chainType: "RELAYCHAIN",
|
|
6745
|
-
symbol: "AZERO",
|
|
6746
|
-
existentialDeposit: "500",
|
|
6747
|
-
decimals: 12,
|
|
6748
|
-
supportStaking: true,
|
|
6749
|
-
hasNativeNft: false,
|
|
6750
|
-
supportSmartContract: [
|
|
6751
|
-
"PSP34",
|
|
6752
|
-
"PSP22"
|
|
6753
|
-
],
|
|
6754
|
-
blockExplorer: "https://alephzero.subscan.io/"
|
|
6755
|
-
},
|
|
6756
|
-
evmInfo: null
|
|
6757
|
-
};
|
|
6758
6795
|
var rmrk = {
|
|
6759
6796
|
slug: "rmrk",
|
|
6760
6797
|
name: "RMRK Devnet",
|
|
@@ -6955,7 +6992,7 @@
|
|
|
6955
6992
|
symbol: "KSM",
|
|
6956
6993
|
existentialDeposit: "33333333",
|
|
6957
6994
|
decimals: 12,
|
|
6958
|
-
hasNativeNft:
|
|
6995
|
+
hasNativeNft: true,
|
|
6959
6996
|
supportSmartContract: null,
|
|
6960
6997
|
supportStaking: false
|
|
6961
6998
|
},
|
|
@@ -9085,6 +9122,33 @@
|
|
|
9085
9122
|
},
|
|
9086
9123
|
evmInfo: null
|
|
9087
9124
|
};
|
|
9125
|
+
var sora_substrate = {
|
|
9126
|
+
slug: "sora_substrate",
|
|
9127
|
+
name: "SORA",
|
|
9128
|
+
chainStatus: "ACTIVE",
|
|
9129
|
+
providers: {
|
|
9130
|
+
"SORA Parliament Ministry of Finance #2": "wss://mof2.sora.org",
|
|
9131
|
+
"SORA Parliament Ministry of Finance": "wss://ws.mof.sora.org",
|
|
9132
|
+
"SORA Parliament Ministry of Finance #3": "wss://mof3.sora.org",
|
|
9133
|
+
OnFinality: "wss://sora.api.onfinality.io/public-ws"
|
|
9134
|
+
},
|
|
9135
|
+
isTestnet: false,
|
|
9136
|
+
substrateInfo: {
|
|
9137
|
+
paraId: null,
|
|
9138
|
+
relaySlug: null,
|
|
9139
|
+
genesisHash: "0x7e4e32d0feafd4f9c9414b0be86373f9a1efa904809b683453a9af6856d38ad5",
|
|
9140
|
+
addressPrefix: 69,
|
|
9141
|
+
chainType: "RELAYCHAIN",
|
|
9142
|
+
blockExplorer: "https://sora.subscan.io",
|
|
9143
|
+
symbol: "XOR",
|
|
9144
|
+
existentialDeposit: "0",
|
|
9145
|
+
decimals: 18,
|
|
9146
|
+
supportStaking: false,
|
|
9147
|
+
hasNativeNft: false,
|
|
9148
|
+
supportSmartContract: null
|
|
9149
|
+
},
|
|
9150
|
+
evmInfo: null
|
|
9151
|
+
};
|
|
9088
9152
|
var swapdex = {
|
|
9089
9153
|
slug: "swapdex",
|
|
9090
9154
|
name: "Swapdex",
|
|
@@ -9181,30 +9245,6 @@
|
|
|
9181
9245
|
},
|
|
9182
9246
|
evmInfo: null
|
|
9183
9247
|
};
|
|
9184
|
-
var aventus = {
|
|
9185
|
-
slug: "aventus",
|
|
9186
|
-
name: "Aventus Polkadot",
|
|
9187
|
-
chainStatus: "ACTIVE",
|
|
9188
|
-
providers: {
|
|
9189
|
-
Aventus: "wss://public-rpc.mainnet.aventus.io"
|
|
9190
|
-
},
|
|
9191
|
-
isTestnet: false,
|
|
9192
|
-
substrateInfo: {
|
|
9193
|
-
paraId: null,
|
|
9194
|
-
relaySlug: null,
|
|
9195
|
-
genesisHash: "0x8b5c955b5c8fd7112562327e3859473df4e3dff49bd72a113dbb668d2cfa20d7",
|
|
9196
|
-
addressPrefix: 42,
|
|
9197
|
-
chainType: "PARACHAIN",
|
|
9198
|
-
symbol: "AVT",
|
|
9199
|
-
existentialDeposit: "0",
|
|
9200
|
-
decimals: 18,
|
|
9201
|
-
supportStaking: false,
|
|
9202
|
-
hasNativeNft: false,
|
|
9203
|
-
supportSmartContract: null,
|
|
9204
|
-
blockExplorer: null
|
|
9205
|
-
},
|
|
9206
|
-
evmInfo: null
|
|
9207
|
-
};
|
|
9208
9248
|
var aventus_testnet = {
|
|
9209
9249
|
slug: "aventus_testnet",
|
|
9210
9250
|
name: "Aventus Testnet",
|
|
@@ -9232,16 +9272,21 @@
|
|
|
9232
9272
|
const _ChainInfoMap = {
|
|
9233
9273
|
polkadot: polkadot,
|
|
9234
9274
|
kusama: kusama,
|
|
9235
|
-
moonbeam: moonbeam,
|
|
9236
|
-
acala: acala,
|
|
9237
|
-
alephTest: alephTest,
|
|
9238
9275
|
ethereum: ethereum,
|
|
9276
|
+
binance: binance,
|
|
9277
|
+
moonbeam: moonbeam,
|
|
9278
|
+
pioneer: pioneer,
|
|
9279
|
+
aleph: aleph,
|
|
9239
9280
|
astar: astar,
|
|
9240
9281
|
astarEvm: astarEvm,
|
|
9282
|
+
statemint: statemint,
|
|
9283
|
+
acala: acala,
|
|
9284
|
+
alephTest: alephTest,
|
|
9241
9285
|
shiden: shiden,
|
|
9242
9286
|
shidenEvm: shidenEvm,
|
|
9243
9287
|
shibuya: shibuya,
|
|
9244
9288
|
shibuyaEvm: shibuyaEvm,
|
|
9289
|
+
aventus: aventus,
|
|
9245
9290
|
westend: westend,
|
|
9246
9291
|
rococo: rococo,
|
|
9247
9292
|
bitcountry: bitcountry,
|
|
@@ -9257,10 +9302,7 @@
|
|
|
9257
9302
|
amplitude: amplitude,
|
|
9258
9303
|
amplitude_test: amplitude_test,
|
|
9259
9304
|
bobabase: bobabase,
|
|
9260
|
-
statemint: statemint,
|
|
9261
|
-
pioneer: pioneer,
|
|
9262
9305
|
ethereum_goerli: ethereum_goerli,
|
|
9263
|
-
binance: binance,
|
|
9264
9306
|
binance_test: binance_test,
|
|
9265
9307
|
parallel: parallel,
|
|
9266
9308
|
clover: clover,
|
|
@@ -9275,7 +9317,6 @@
|
|
|
9275
9317
|
odyssey: odyssey,
|
|
9276
9318
|
polkadex: polkadex,
|
|
9277
9319
|
polkadexTest: polkadexTest,
|
|
9278
|
-
aleph: aleph,
|
|
9279
9320
|
rmrk: rmrk,
|
|
9280
9321
|
dolphin: dolphin,
|
|
9281
9322
|
opal: opal,
|
|
@@ -9370,33 +9411,7 @@
|
|
|
9370
9411
|
polymesh: polymesh,
|
|
9371
9412
|
riochain: riochain,
|
|
9372
9413
|
sherpax: sherpax,
|
|
9373
|
-
|
|
9374
|
-
slug: "sora-substrate",
|
|
9375
|
-
name: "SORA",
|
|
9376
|
-
chainStatus: "ACTIVE",
|
|
9377
|
-
providers: {
|
|
9378
|
-
"SORA Parliament Ministry of Finance #2": "wss://mof2.sora.org",
|
|
9379
|
-
"SORA Parliament Ministry of Finance": "wss://ws.mof.sora.org",
|
|
9380
|
-
"SORA Parliament Ministry of Finance #3": "wss://mof3.sora.org",
|
|
9381
|
-
OnFinality: "wss://sora.api.onfinality.io/public-ws"
|
|
9382
|
-
},
|
|
9383
|
-
isTestnet: false,
|
|
9384
|
-
substrateInfo: {
|
|
9385
|
-
paraId: null,
|
|
9386
|
-
relaySlug: null,
|
|
9387
|
-
genesisHash: "0x7e4e32d0feafd4f9c9414b0be86373f9a1efa904809b683453a9af6856d38ad5",
|
|
9388
|
-
addressPrefix: 69,
|
|
9389
|
-
chainType: "RELAYCHAIN",
|
|
9390
|
-
blockExplorer: "https://sora.subscan.io",
|
|
9391
|
-
symbol: "XOR",
|
|
9392
|
-
existentialDeposit: "0",
|
|
9393
|
-
decimals: 18,
|
|
9394
|
-
supportStaking: false,
|
|
9395
|
-
hasNativeNft: false,
|
|
9396
|
-
supportSmartContract: null
|
|
9397
|
-
},
|
|
9398
|
-
evmInfo: null
|
|
9399
|
-
},
|
|
9414
|
+
sora_substrate: sora_substrate,
|
|
9400
9415
|
swapdex: swapdex,
|
|
9401
9416
|
"3dpass": {
|
|
9402
9417
|
slug: "3dpass",
|
|
@@ -9425,7 +9440,6 @@
|
|
|
9425
9440
|
alephSmartNet: alephSmartNet,
|
|
9426
9441
|
kulupu: kulupu,
|
|
9427
9442
|
joystream: joystream,
|
|
9428
|
-
aventus: aventus,
|
|
9429
9443
|
aventus_testnet: aventus_testnet
|
|
9430
9444
|
};
|
|
9431
9445
|
|
|
@@ -9467,7 +9481,7 @@
|
|
|
9467
9481
|
originChainAsset: "karura-NATIVE-KAR",
|
|
9468
9482
|
name: "Karura",
|
|
9469
9483
|
symbol: "KAR",
|
|
9470
|
-
priceId:
|
|
9484
|
+
priceId: "karura",
|
|
9471
9485
|
hasValue: true
|
|
9472
9486
|
},
|
|
9473
9487
|
"USDT-Tether": {
|