@subwallet/chain-list 0.0.29 → 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 +295 -310
- package/cjs/index.js +5 -5
- package/cjs/packageInfo.js +1 -1
- package/data/ChainAsset.json +97 -112
- package/data/ChainInfo.json +189 -189
- package/package.json +1 -1
- package/packageInfo.js +1 -1
|
@@ -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,26 +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: {
|
|
688
|
-
multilocation: {
|
|
689
|
-
Concrete: {
|
|
690
|
-
parents: 0,
|
|
691
|
-
interior: "Here"
|
|
692
|
-
}
|
|
693
|
-
}
|
|
694
|
-
},
|
|
695
|
-
multiChainAsset: "ASTR-Astar",
|
|
696
|
-
hasValue: true
|
|
697
745
|
},
|
|
698
746
|
"astar-LOCAL-DOT": {
|
|
699
747
|
originChain: "astar",
|
|
@@ -966,7 +1014,7 @@
|
|
|
966
1014
|
minAmount: "10000000000",
|
|
967
1015
|
assetType: "NATIVE",
|
|
968
1016
|
metadata: null,
|
|
969
|
-
multiChainAsset:
|
|
1017
|
+
multiChainAsset: "BNC-BifrostKusama",
|
|
970
1018
|
hasValue: true
|
|
971
1019
|
},
|
|
972
1020
|
"bifrost_dot-NATIVE-BNC": {
|
|
@@ -1072,43 +1120,6 @@
|
|
|
1072
1120
|
metadata: null,
|
|
1073
1121
|
multiChainAsset: "SDN-Shiden",
|
|
1074
1122
|
hasValue: true
|
|
1075
|
-
},
|
|
1076
|
-
"statemint-NATIVE-DOT": {
|
|
1077
|
-
originChain: "statemint",
|
|
1078
|
-
slug: "statemint-NATIVE-DOT",
|
|
1079
|
-
name: "Statemint",
|
|
1080
|
-
symbol: "DOT",
|
|
1081
|
-
decimals: 10,
|
|
1082
|
-
priceId: "polkadot",
|
|
1083
|
-
minAmount: "1000000000",
|
|
1084
|
-
assetType: "NATIVE",
|
|
1085
|
-
metadata: {
|
|
1086
|
-
multilocation: {
|
|
1087
|
-
Concrete: {
|
|
1088
|
-
parents: 1,
|
|
1089
|
-
interior: "Here"
|
|
1090
|
-
}
|
|
1091
|
-
}
|
|
1092
|
-
},
|
|
1093
|
-
multiChainAsset: "DOT-Polkadot",
|
|
1094
|
-
hasValue: true
|
|
1095
|
-
},
|
|
1096
|
-
"pioneer-NATIVE-NEER": {
|
|
1097
|
-
originChain: "pioneer",
|
|
1098
|
-
slug: "pioneer-NATIVE-NEER",
|
|
1099
|
-
name: "Pioneer Network",
|
|
1100
|
-
symbol: "NEER",
|
|
1101
|
-
decimals: 18,
|
|
1102
|
-
priceId: "metaverse-network-pioneer",
|
|
1103
|
-
minAmount: "100000000000000000",
|
|
1104
|
-
assetType: "NATIVE",
|
|
1105
|
-
metadata: {
|
|
1106
|
-
multilocation: {
|
|
1107
|
-
NativeToken: 0
|
|
1108
|
-
}
|
|
1109
|
-
},
|
|
1110
|
-
multiChainAsset: "NEER-Pioneer",
|
|
1111
|
-
hasValue: true
|
|
1112
1123
|
},
|
|
1113
1124
|
"pioneer-LOCAL-BIT": {
|
|
1114
1125
|
originChain: "pioneer",
|
|
@@ -1139,19 +1150,6 @@
|
|
|
1139
1150
|
metadata: null,
|
|
1140
1151
|
multiChainAsset: null,
|
|
1141
1152
|
hasValue: false
|
|
1142
|
-
},
|
|
1143
|
-
"binance-NATIVE-BNB": {
|
|
1144
|
-
originChain: "binance",
|
|
1145
|
-
slug: "binance-NATIVE-BNB",
|
|
1146
|
-
name: "Binance Smart Chain",
|
|
1147
|
-
symbol: "BNB",
|
|
1148
|
-
decimals: 18,
|
|
1149
|
-
priceId: "binancecoin",
|
|
1150
|
-
minAmount: "0",
|
|
1151
|
-
assetType: "NATIVE",
|
|
1152
|
-
metadata: null,
|
|
1153
|
-
multiChainAsset: "BNB-Binance",
|
|
1154
|
-
hasValue: true
|
|
1155
1153
|
},
|
|
1156
1154
|
"binance_test-NATIVE-BNB": {
|
|
1157
1155
|
originChain: "binance_test",
|
|
@@ -1406,19 +1404,6 @@
|
|
|
1406
1404
|
metadata: null,
|
|
1407
1405
|
multiChainAsset: null,
|
|
1408
1406
|
hasValue: false
|
|
1409
|
-
},
|
|
1410
|
-
"aleph-NATIVE-AZERO": {
|
|
1411
|
-
originChain: "aleph",
|
|
1412
|
-
slug: "aleph-NATIVE-AZERO",
|
|
1413
|
-
name: "Aleph Zero",
|
|
1414
|
-
symbol: "AZERO",
|
|
1415
|
-
decimals: 12,
|
|
1416
|
-
priceId: "aleph-zero",
|
|
1417
|
-
minAmount: "500",
|
|
1418
|
-
assetType: "NATIVE",
|
|
1419
|
-
metadata: null,
|
|
1420
|
-
multiChainAsset: null,
|
|
1421
|
-
hasValue: true
|
|
1422
1407
|
},
|
|
1423
1408
|
"rmrk-NATIVE-UNIT": {
|
|
1424
1409
|
originChain: "rmrk",
|
|
@@ -5593,6 +5578,54 @@
|
|
|
5593
5578
|
},
|
|
5594
5579
|
evmInfo: null
|
|
5595
5580
|
};
|
|
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
|
+
};
|
|
5596
5629
|
var moonbeam = {
|
|
5597
5630
|
slug: "moonbeam",
|
|
5598
5631
|
name: "Moonbeam",
|
|
@@ -5634,88 +5667,59 @@
|
|
|
5634
5667
|
abiExplorer: "https://api-moonbeam.moonscan.io/api?module=contract&action=getabi"
|
|
5635
5668
|
}
|
|
5636
5669
|
};
|
|
5637
|
-
var
|
|
5638
|
-
slug: "
|
|
5639
|
-
name: "
|
|
5640
|
-
|
|
5641
|
-
chainStatus: "ACTIVE",
|
|
5670
|
+
var pioneer = {
|
|
5671
|
+
slug: "pioneer",
|
|
5672
|
+
name: "Pioneer Network",
|
|
5673
|
+
chainStatus: "ACTIVE",
|
|
5642
5674
|
providers: {
|
|
5643
|
-
|
|
5644
|
-
"Acala Foundation 1": "wss://acala-rpc-1.aca-api.network",
|
|
5645
|
-
"Acala Foundation 2": "wss://acala-rpc-2.aca-api.network/ws",
|
|
5646
|
-
"Acala Foundation 3": "wss://acala-rpc-3.aca-api.network/ws",
|
|
5647
|
-
"Polkawallet 0": "wss://acala.polkawallet.io",
|
|
5648
|
-
OnFinality: "wss://acala-polkadot.api.onfinality.io/public-ws",
|
|
5649
|
-
Dwellir: "wss://acala-rpc.dwellir.com"
|
|
5675
|
+
OnFinality: "wss://pioneer.api.onfinality.io/public-w s"
|
|
5650
5676
|
},
|
|
5677
|
+
isTestnet: false,
|
|
5651
5678
|
substrateInfo: {
|
|
5652
|
-
paraId:
|
|
5653
|
-
relaySlug: "
|
|
5654
|
-
genesisHash: "
|
|
5655
|
-
addressPrefix:
|
|
5656
|
-
crowdloanUrl: "https://
|
|
5679
|
+
paraId: 2096,
|
|
5680
|
+
relaySlug: "kusama",
|
|
5681
|
+
genesisHash: "0xf22b7850cdd5a7657bbfd90ac86441275bbc57ace3d2698a740c7b0ec4de5ec3",
|
|
5682
|
+
addressPrefix: 268,
|
|
5683
|
+
crowdloanUrl: "https://ksmcrowdloan.bit.country/",
|
|
5657
5684
|
chainType: "PARACHAIN",
|
|
5658
|
-
blockExplorer: "https://
|
|
5659
|
-
symbol: "
|
|
5660
|
-
existentialDeposit: "
|
|
5661
|
-
decimals:
|
|
5685
|
+
blockExplorer: "https://pioneer.subscan.io/",
|
|
5686
|
+
symbol: "NEER",
|
|
5687
|
+
existentialDeposit: "100000000000000000",
|
|
5688
|
+
decimals: 18,
|
|
5662
5689
|
hasNativeNft: true,
|
|
5663
|
-
|
|
5664
|
-
|
|
5665
|
-
}
|
|
5690
|
+
supportSmartContract: null,
|
|
5691
|
+
supportStaking: false
|
|
5692
|
+
},
|
|
5693
|
+
evmInfo: null
|
|
5666
5694
|
};
|
|
5667
|
-
var
|
|
5668
|
-
slug: "
|
|
5669
|
-
name: "Aleph Zero
|
|
5670
|
-
isTestnet: true,
|
|
5695
|
+
var aleph = {
|
|
5696
|
+
slug: "aleph",
|
|
5697
|
+
name: "Aleph Zero",
|
|
5671
5698
|
chainStatus: "ACTIVE",
|
|
5672
5699
|
providers: {
|
|
5673
|
-
"Aleph Zero Foundation": "wss://ws.
|
|
5700
|
+
"Aleph Zero Foundation": "wss://ws.azero.dev"
|
|
5674
5701
|
},
|
|
5702
|
+
isTestnet: false,
|
|
5675
5703
|
substrateInfo: {
|
|
5676
5704
|
paraId: null,
|
|
5677
5705
|
relaySlug: null,
|
|
5678
|
-
genesisHash: "
|
|
5706
|
+
genesisHash: "0x70255b4d28de0fc4e1a193d7e175ad1ccef431598211c55538f1018651a0344e",
|
|
5679
5707
|
addressPrefix: 42,
|
|
5680
|
-
crowdloanUrl:
|
|
5708
|
+
crowdloanUrl: "https://contribute.alephzero.org/",
|
|
5681
5709
|
chainType: "RELAYCHAIN",
|
|
5682
|
-
|
|
5683
|
-
symbol: "TZERO",
|
|
5710
|
+
symbol: "AZERO",
|
|
5684
5711
|
existentialDeposit: "500",
|
|
5685
5712
|
decimals: 12,
|
|
5713
|
+
supportStaking: true,
|
|
5686
5714
|
hasNativeNft: false,
|
|
5687
5715
|
supportSmartContract: [
|
|
5688
5716
|
"PSP34",
|
|
5689
5717
|
"PSP22"
|
|
5690
5718
|
],
|
|
5691
|
-
|
|
5719
|
+
blockExplorer: "https://alephzero.subscan.io/"
|
|
5692
5720
|
},
|
|
5693
5721
|
evmInfo: null
|
|
5694
5722
|
};
|
|
5695
|
-
var ethereum = {
|
|
5696
|
-
slug: "ethereum",
|
|
5697
|
-
name: "Ethereum",
|
|
5698
|
-
isTestnet: false,
|
|
5699
|
-
chainStatus: "ACTIVE",
|
|
5700
|
-
providers: {
|
|
5701
|
-
Cloudflare: "https://cloudflare-eth.com",
|
|
5702
|
-
BlastApi: "https://eth-mainnet.public.blastapi.io",
|
|
5703
|
-
Infura: "https://mainnet.infura.io/v3/b6bf7d3508c941499b10025c0776eaf8"
|
|
5704
|
-
},
|
|
5705
|
-
substrateInfo: null,
|
|
5706
|
-
evmInfo: {
|
|
5707
|
-
evmChainId: 1,
|
|
5708
|
-
blockExplorer: "https://etherscan.io",
|
|
5709
|
-
symbol: "ETH",
|
|
5710
|
-
decimals: 18,
|
|
5711
|
-
existentialDeposit: "0",
|
|
5712
|
-
supportSmartContract: [
|
|
5713
|
-
"ERC20",
|
|
5714
|
-
"ERC721"
|
|
5715
|
-
],
|
|
5716
|
-
abiExplorer: "https://etherscan.io"
|
|
5717
|
-
}
|
|
5718
|
-
};
|
|
5719
5723
|
var astar = {
|
|
5720
5724
|
slug: "astar",
|
|
5721
5725
|
name: "Astar",
|
|
@@ -5776,6 +5780,93 @@
|
|
|
5776
5780
|
abiExplorer: null
|
|
5777
5781
|
}
|
|
5778
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
|
+
};
|
|
5779
5870
|
var shiden = {
|
|
5780
5871
|
slug: "shiden",
|
|
5781
5872
|
name: "Shiden",
|
|
@@ -5885,6 +5976,30 @@
|
|
|
5885
5976
|
abiExplorer: null
|
|
5886
5977
|
}
|
|
5887
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
|
+
};
|
|
5888
6003
|
var westend = {
|
|
5889
6004
|
slug: "westend",
|
|
5890
6005
|
name: "Westend",
|
|
@@ -6175,7 +6290,7 @@
|
|
|
6175
6290
|
existentialDeposit: "10000000000",
|
|
6176
6291
|
decimals: 12,
|
|
6177
6292
|
hasNativeNft: false,
|
|
6178
|
-
supportStaking:
|
|
6293
|
+
supportStaking: false,
|
|
6179
6294
|
supportSmartContract: null
|
|
6180
6295
|
},
|
|
6181
6296
|
evmInfo: null
|
|
@@ -6304,60 +6419,6 @@
|
|
|
6304
6419
|
abiExplorer: "https://blockexplorer.bobabase.boba.network"
|
|
6305
6420
|
}
|
|
6306
6421
|
};
|
|
6307
|
-
var statemint = {
|
|
6308
|
-
slug: "statemint",
|
|
6309
|
-
name: "Statemint",
|
|
6310
|
-
chainStatus: "ACTIVE",
|
|
6311
|
-
providers: {
|
|
6312
|
-
Parity: "wss://statemint-rpc.polkadot.io",
|
|
6313
|
-
OnFinality: "wss://statemint.api.onfinality.io/public-ws",
|
|
6314
|
-
Dwellir: "wss://statemint-rpc.dwellir .com",
|
|
6315
|
-
PinkNode: "wss://public-rpc.pinknode.io/statemint",
|
|
6316
|
-
RadiumBlock: "wss://statemint.public.curie.radiumblock.xyz/ws",
|
|
6317
|
-
"Dwellir Tunisia": "wss://statemint-rpc-tn.dwellir.com"
|
|
6318
|
-
},
|
|
6319
|
-
isTestnet: false,
|
|
6320
|
-
substrateInfo: {
|
|
6321
|
-
paraId: 1000,
|
|
6322
|
-
relaySlug: "polkadot",
|
|
6323
|
-
genesisHash: "0x68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f",
|
|
6324
|
-
addressPrefix: 0,
|
|
6325
|
-
chainType: "PARACHAIN",
|
|
6326
|
-
blockExplorer: "https://statemint.subscan.io/",
|
|
6327
|
-
symbol: "DOT",
|
|
6328
|
-
existentialDeposit: "1000000000",
|
|
6329
|
-
decimals: 10,
|
|
6330
|
-
hasNativeNft: false,
|
|
6331
|
-
supportSmartContract: null,
|
|
6332
|
-
supportStaking: false
|
|
6333
|
-
},
|
|
6334
|
-
evmInfo: null
|
|
6335
|
-
};
|
|
6336
|
-
var pioneer = {
|
|
6337
|
-
slug: "pioneer",
|
|
6338
|
-
name: "Pioneer Network",
|
|
6339
|
-
chainStatus: "ACTIVE",
|
|
6340
|
-
providers: {
|
|
6341
|
-
OnFinality: "wss://pioneer.api.onfinality.io/public-w s"
|
|
6342
|
-
},
|
|
6343
|
-
isTestnet: false,
|
|
6344
|
-
substrateInfo: {
|
|
6345
|
-
paraId: 2096,
|
|
6346
|
-
relaySlug: "kusama",
|
|
6347
|
-
genesisHash: "0xf22b7850cdd5a7657bbfd90ac86441275bbc57ace3d2698a740c7b0ec4de5ec3",
|
|
6348
|
-
addressPrefix: 268,
|
|
6349
|
-
crowdloanUrl: "https://ksmcrowdloan.bit.country/",
|
|
6350
|
-
chainType: "PARACHAIN",
|
|
6351
|
-
blockExplorer: "https://pioneer.subscan.io/",
|
|
6352
|
-
symbol: "NEER",
|
|
6353
|
-
existentialDeposit: "100000000000000000",
|
|
6354
|
-
decimals: 18,
|
|
6355
|
-
hasNativeNft: true,
|
|
6356
|
-
supportSmartContract: null,
|
|
6357
|
-
supportStaking: false
|
|
6358
|
-
},
|
|
6359
|
-
evmInfo: null
|
|
6360
|
-
};
|
|
6361
6422
|
var ethereum_goerli = {
|
|
6362
6423
|
slug: "ethereum_goerli",
|
|
6363
6424
|
name: "Ethereum Testnet (Goerli)",
|
|
@@ -6380,30 +6441,6 @@
|
|
|
6380
6441
|
]
|
|
6381
6442
|
}
|
|
6382
6443
|
};
|
|
6383
|
-
var binance = {
|
|
6384
|
-
slug: "binance",
|
|
6385
|
-
name: "Binance Smart Chain",
|
|
6386
|
-
chainStatus: "ACTIVE",
|
|
6387
|
-
providers: {
|
|
6388
|
-
Binance: "https://bsc-dataseed.binance.org/",
|
|
6389
|
-
Defibit: "https://bsc-dataseed1.defibit.io/",
|
|
6390
|
-
Ninicoin: "https://bsc-dataseed1.ninicoin.io/",
|
|
6391
|
-
Nodereal: "https://bsc.nodereal.io/"
|
|
6392
|
-
},
|
|
6393
|
-
isTestnet: false,
|
|
6394
|
-
substrateInfo: null,
|
|
6395
|
-
evmInfo: {
|
|
6396
|
-
evmChainId: 56,
|
|
6397
|
-
blockExplorer: "https://bscscan.com",
|
|
6398
|
-
symbol: "BNB",
|
|
6399
|
-
decimals: 18,
|
|
6400
|
-
existentialDeposit: "0",
|
|
6401
|
-
supportSmartContract: [
|
|
6402
|
-
"ERC20",
|
|
6403
|
-
"ERC721"
|
|
6404
|
-
]
|
|
6405
|
-
}
|
|
6406
|
-
};
|
|
6407
6444
|
var binance_test = {
|
|
6408
6445
|
slug: "binance_test",
|
|
6409
6446
|
name: "Binance Smart Chain (Testnet)",
|
|
@@ -6755,34 +6792,6 @@
|
|
|
6755
6792
|
},
|
|
6756
6793
|
evmInfo: null
|
|
6757
6794
|
};
|
|
6758
|
-
var aleph = {
|
|
6759
|
-
slug: "aleph",
|
|
6760
|
-
name: "Aleph Zero",
|
|
6761
|
-
chainStatus: "ACTIVE",
|
|
6762
|
-
providers: {
|
|
6763
|
-
"Aleph Zero Foundation": "wss://ws.azero.dev"
|
|
6764
|
-
},
|
|
6765
|
-
isTestnet: false,
|
|
6766
|
-
substrateInfo: {
|
|
6767
|
-
paraId: null,
|
|
6768
|
-
relaySlug: null,
|
|
6769
|
-
genesisHash: "0x70255b4d28de0fc4e1a193d7e175ad1ccef431598211c55538f1018651a0344e",
|
|
6770
|
-
addressPrefix: 42,
|
|
6771
|
-
crowdloanUrl: "https://contribute.alephzero.org/",
|
|
6772
|
-
chainType: "RELAYCHAIN",
|
|
6773
|
-
symbol: "AZERO",
|
|
6774
|
-
existentialDeposit: "500",
|
|
6775
|
-
decimals: 12,
|
|
6776
|
-
supportStaking: true,
|
|
6777
|
-
hasNativeNft: false,
|
|
6778
|
-
supportSmartContract: [
|
|
6779
|
-
"PSP34",
|
|
6780
|
-
"PSP22"
|
|
6781
|
-
],
|
|
6782
|
-
blockExplorer: "https://alephzero.subscan.io/"
|
|
6783
|
-
},
|
|
6784
|
-
evmInfo: null
|
|
6785
|
-
};
|
|
6786
6795
|
var rmrk = {
|
|
6787
6796
|
slug: "rmrk",
|
|
6788
6797
|
name: "RMRK Devnet",
|
|
@@ -6983,7 +6992,7 @@
|
|
|
6983
6992
|
symbol: "KSM",
|
|
6984
6993
|
existentialDeposit: "33333333",
|
|
6985
6994
|
decimals: 12,
|
|
6986
|
-
hasNativeNft:
|
|
6995
|
+
hasNativeNft: true,
|
|
6987
6996
|
supportSmartContract: null,
|
|
6988
6997
|
supportStaking: false
|
|
6989
6998
|
},
|
|
@@ -9236,30 +9245,6 @@
|
|
|
9236
9245
|
},
|
|
9237
9246
|
evmInfo: null
|
|
9238
9247
|
};
|
|
9239
|
-
var aventus = {
|
|
9240
|
-
slug: "aventus",
|
|
9241
|
-
name: "Aventus Polkadot",
|
|
9242
|
-
chainStatus: "ACTIVE",
|
|
9243
|
-
providers: {
|
|
9244
|
-
Aventus: "wss://public-rpc.mainnet.aventus.io"
|
|
9245
|
-
},
|
|
9246
|
-
isTestnet: false,
|
|
9247
|
-
substrateInfo: {
|
|
9248
|
-
paraId: null,
|
|
9249
|
-
relaySlug: null,
|
|
9250
|
-
genesisHash: "0x8b5c955b5c8fd7112562327e3859473df4e3dff49bd72a113dbb668d2cfa20d7",
|
|
9251
|
-
addressPrefix: 42,
|
|
9252
|
-
chainType: "PARACHAIN",
|
|
9253
|
-
symbol: "AVT",
|
|
9254
|
-
existentialDeposit: "0",
|
|
9255
|
-
decimals: 18,
|
|
9256
|
-
supportStaking: false,
|
|
9257
|
-
hasNativeNft: false,
|
|
9258
|
-
supportSmartContract: null,
|
|
9259
|
-
blockExplorer: null
|
|
9260
|
-
},
|
|
9261
|
-
evmInfo: null
|
|
9262
|
-
};
|
|
9263
9248
|
var aventus_testnet = {
|
|
9264
9249
|
slug: "aventus_testnet",
|
|
9265
9250
|
name: "Aventus Testnet",
|
|
@@ -9287,16 +9272,21 @@
|
|
|
9287
9272
|
const _ChainInfoMap = {
|
|
9288
9273
|
polkadot: polkadot,
|
|
9289
9274
|
kusama: kusama,
|
|
9290
|
-
moonbeam: moonbeam,
|
|
9291
|
-
acala: acala,
|
|
9292
|
-
alephTest: alephTest,
|
|
9293
9275
|
ethereum: ethereum,
|
|
9276
|
+
binance: binance,
|
|
9277
|
+
moonbeam: moonbeam,
|
|
9278
|
+
pioneer: pioneer,
|
|
9279
|
+
aleph: aleph,
|
|
9294
9280
|
astar: astar,
|
|
9295
9281
|
astarEvm: astarEvm,
|
|
9282
|
+
statemint: statemint,
|
|
9283
|
+
acala: acala,
|
|
9284
|
+
alephTest: alephTest,
|
|
9296
9285
|
shiden: shiden,
|
|
9297
9286
|
shidenEvm: shidenEvm,
|
|
9298
9287
|
shibuya: shibuya,
|
|
9299
9288
|
shibuyaEvm: shibuyaEvm,
|
|
9289
|
+
aventus: aventus,
|
|
9300
9290
|
westend: westend,
|
|
9301
9291
|
rococo: rococo,
|
|
9302
9292
|
bitcountry: bitcountry,
|
|
@@ -9312,10 +9302,7 @@
|
|
|
9312
9302
|
amplitude: amplitude,
|
|
9313
9303
|
amplitude_test: amplitude_test,
|
|
9314
9304
|
bobabase: bobabase,
|
|
9315
|
-
statemint: statemint,
|
|
9316
|
-
pioneer: pioneer,
|
|
9317
9305
|
ethereum_goerli: ethereum_goerli,
|
|
9318
|
-
binance: binance,
|
|
9319
9306
|
binance_test: binance_test,
|
|
9320
9307
|
parallel: parallel,
|
|
9321
9308
|
clover: clover,
|
|
@@ -9330,7 +9317,6 @@
|
|
|
9330
9317
|
odyssey: odyssey,
|
|
9331
9318
|
polkadex: polkadex,
|
|
9332
9319
|
polkadexTest: polkadexTest,
|
|
9333
|
-
aleph: aleph,
|
|
9334
9320
|
rmrk: rmrk,
|
|
9335
9321
|
dolphin: dolphin,
|
|
9336
9322
|
opal: opal,
|
|
@@ -9454,7 +9440,6 @@
|
|
|
9454
9440
|
alephSmartNet: alephSmartNet,
|
|
9455
9441
|
kulupu: kulupu,
|
|
9456
9442
|
joystream: joystream,
|
|
9457
|
-
aventus: aventus,
|
|
9458
9443
|
aventus_testnet: aventus_testnet
|
|
9459
9444
|
};
|
|
9460
9445
|
|