@subwallet/chain-list 0.2.39 → 0.2.40-beta.1
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 +99 -7
- package/cjs/data/AssetLogoMap.json +4 -0
- package/cjs/data/ChainAsset.json +48 -0
- package/cjs/data/ChainInfo.json +33 -6
- package/cjs/data/ChainLogoMap.json +1 -0
- package/cjs/data/MultiChainAsset.json +9 -0
- package/cjs/packageInfo.js +1 -1
- package/data/AssetLogoMap.json +4 -0
- package/data/ChainAsset.json +48 -0
- package/data/ChainInfo.json +33 -6
- package/data/ChainLogoMap.json +1 -0
- package/data/MultiChainAsset.json +9 -0
- package/package.json +1 -1
- package/packageInfo.js +1 -1
|
@@ -482,6 +482,9 @@
|
|
|
482
482
|
"manta_network_evm-erc20-manta-0x95cef13441be50d20ca4558cc0a27b601ac544e5": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/manta_network_evm-erc20-manta-0x95cef13441be50d20ca4558cc0a27b601ac544e5.png",
|
|
483
483
|
"manta_network-local-dot": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/manta_network-local-dot.png",
|
|
484
484
|
"moonbeam-local-xcmanta": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/moonbeam-local-xcmanta.png",
|
|
485
|
+
"bittensor_testnet-native-tao": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/bittensor_testnet-native-tao.png",
|
|
486
|
+
"statemint-local-pink": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/statemint-local-pink.png",
|
|
487
|
+
"moonbeam-local-xcpink": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/moonbeam-local-xcpink.png",
|
|
485
488
|
"eth-ethereum": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/eth-ethereum.png",
|
|
486
489
|
"ibtc-interbtc": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/ibtc-interbtc.png",
|
|
487
490
|
"glmr-moonbeam": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/glmr-moonbeam.png",
|
|
@@ -527,6 +530,7 @@
|
|
|
527
530
|
"enj-enjin": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/enj-enjin.png",
|
|
528
531
|
"cfg-centrifuge": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/cfg-centrifuge.png",
|
|
529
532
|
"manta-mantaatlantic": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/manta-mantaatlantic.png",
|
|
533
|
+
"pink-statemint": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/pink-statemint.png",
|
|
530
534
|
"custom-moonbeam-erc20-cp-0x6021d2c27b6fbd6e7608d1f39b41398caee2f824": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chain-assets/cp_77d5363018.png",
|
|
531
535
|
"custom-aleph-psp22-zpf-5eskjbkpva1ppucmrkcmazdhqm9shihws9uqqsoi4vrdcdle": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chain-assets/zpf_2f06de3f07.png",
|
|
532
536
|
"custom-custom-substrate-gosnetwork-native-gos": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chain-assets/gos_a4d1a9cf7a.png",
|
|
@@ -8576,6 +8580,54 @@
|
|
|
8576
8580
|
multiChainAsset: "MANTA-MantaAtlantic",
|
|
8577
8581
|
hasValue: true,
|
|
8578
8582
|
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/moonbeam-local-xcmanta.png"
|
|
8583
|
+
},
|
|
8584
|
+
"bittensor_testnet-NATIVE-TAO": {
|
|
8585
|
+
originChain: "bittensor_testnet",
|
|
8586
|
+
slug: "bittensor_testnet-NATIVE-TAO",
|
|
8587
|
+
name: "Bittensor Testnet",
|
|
8588
|
+
symbol: "TAO",
|
|
8589
|
+
decimals: 9,
|
|
8590
|
+
priceId: null,
|
|
8591
|
+
minAmount: "500",
|
|
8592
|
+
assetType: "NATIVE",
|
|
8593
|
+
metadata: null,
|
|
8594
|
+
multiChainAsset: null,
|
|
8595
|
+
hasValue: false,
|
|
8596
|
+
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/bittensor_testnet-native-tao.png"
|
|
8597
|
+
},
|
|
8598
|
+
"statemint-LOCAL-PINK": {
|
|
8599
|
+
originChain: "statemint",
|
|
8600
|
+
slug: "statemint-LOCAL-PINK",
|
|
8601
|
+
name: "Statemint",
|
|
8602
|
+
symbol: "PINK",
|
|
8603
|
+
decimals: 10,
|
|
8604
|
+
priceId: null,
|
|
8605
|
+
minAmount: null,
|
|
8606
|
+
assetType: "LOCAL",
|
|
8607
|
+
metadata: {
|
|
8608
|
+
assetId: "23"
|
|
8609
|
+
},
|
|
8610
|
+
multiChainAsset: "PINK-Statemint",
|
|
8611
|
+
hasValue: true,
|
|
8612
|
+
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/statemint-local-pink.png"
|
|
8613
|
+
},
|
|
8614
|
+
"moonbeam-LOCAL-xcPINK": {
|
|
8615
|
+
originChain: "moonbeam",
|
|
8616
|
+
slug: "moonbeam-LOCAL-xcPINK",
|
|
8617
|
+
name: "Moonbeam",
|
|
8618
|
+
symbol: "xcPINK",
|
|
8619
|
+
decimals: 10,
|
|
8620
|
+
priceId: null,
|
|
8621
|
+
minAmount: "1",
|
|
8622
|
+
assetType: "LOCAL",
|
|
8623
|
+
metadata: {
|
|
8624
|
+
assetId: "42259045809535163221576417993425387648",
|
|
8625
|
+
assetType: "ForeignAsset",
|
|
8626
|
+
contractAddress: "0xfFfFFfFf30478fAFBE935e466da114E14fB3563d"
|
|
8627
|
+
},
|
|
8628
|
+
multiChainAsset: "PINK-Statemint",
|
|
8629
|
+
hasValue: true,
|
|
8630
|
+
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/moonbeam-local-xcpink.png"
|
|
8579
8631
|
}
|
|
8580
8632
|
};
|
|
8581
8633
|
|
|
@@ -8586,15 +8638,13 @@
|
|
|
8586
8638
|
chainStatus: "ACTIVE",
|
|
8587
8639
|
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chains/polkadot.png",
|
|
8588
8640
|
providers: {
|
|
8589
|
-
Dwellir: "wss://polkadot-rpc.dwellir.com",
|
|
8590
8641
|
RadiumBlock: "wss://polkadot.public.curie.radiumblock.co/ws",
|
|
8591
|
-
"1RPC": "wss://1rpc.io/dot",
|
|
8592
8642
|
Stakeworld: "wss://dot-rpc.stakeworld.io",
|
|
8593
|
-
LuckyFriday: "wss://rpc-polkadot.luckyfriday.io",
|
|
8594
8643
|
"Dwellir Tunisia": "wss://polkadot-rpc-tn.dwellir.com",
|
|
8595
8644
|
"IBP-GeoDNS1": "wss://rpc.ibp.network/polkadot",
|
|
8596
8645
|
"IBP-GeoDNS2": "wss://rpc.dotters.network/polkadot",
|
|
8597
|
-
"Light Client": "light://substrate-connect/polkadot"
|
|
8646
|
+
"Light Client": "light://substrate-connect/polkadot",
|
|
8647
|
+
BlockOps: "wss://polkadot-public-rpc.blockops.network/ws"
|
|
8598
8648
|
},
|
|
8599
8649
|
evmInfo: null,
|
|
8600
8650
|
substrateInfo: {
|
|
@@ -11335,7 +11385,7 @@
|
|
|
11335
11385
|
addressPrefix: 67,
|
|
11336
11386
|
chainType: "PARACHAIN",
|
|
11337
11387
|
crowdloanUrl: "https://genshiro.equilibrium.io/en",
|
|
11338
|
-
blockExplorer:
|
|
11388
|
+
blockExplorer: null,
|
|
11339
11389
|
existentialDeposit: null,
|
|
11340
11390
|
symbol: "GENS",
|
|
11341
11391
|
decimals: 9,
|
|
@@ -14641,7 +14691,7 @@
|
|
|
14641
14691
|
symbol: "TAO",
|
|
14642
14692
|
decimals: 9,
|
|
14643
14693
|
hasNativeNft: false,
|
|
14644
|
-
supportStaking:
|
|
14694
|
+
supportStaking: true,
|
|
14645
14695
|
supportSmartContract: null,
|
|
14646
14696
|
crowdloanParaId: null,
|
|
14647
14697
|
crowdloanFunds: [
|
|
@@ -15935,6 +15985,36 @@
|
|
|
15935
15985
|
subscanSlug: "polkadex-parachain"
|
|
15936
15986
|
}
|
|
15937
15987
|
};
|
|
15988
|
+
var bittensor_testnet$1 = {
|
|
15989
|
+
slug: "bittensor_testnet",
|
|
15990
|
+
name: "Bittensor Testnet",
|
|
15991
|
+
isTestnet: true,
|
|
15992
|
+
chainStatus: "ACTIVE",
|
|
15993
|
+
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chains/bittensor_testnet.png",
|
|
15994
|
+
providers: {
|
|
15995
|
+
Testnet: "wss://test.finney.opentensor.ai:443"
|
|
15996
|
+
},
|
|
15997
|
+
evmInfo: null,
|
|
15998
|
+
substrateInfo: {
|
|
15999
|
+
relaySlug: null,
|
|
16000
|
+
paraId: null,
|
|
16001
|
+
genesisHash: "0x8f9cf856bf558a14440e75569c9e58594757048d7b3a84b5d25f6bd978263105",
|
|
16002
|
+
addressPrefix: 42,
|
|
16003
|
+
chainType: null,
|
|
16004
|
+
crowdloanUrl: null,
|
|
16005
|
+
blockExplorer: null,
|
|
16006
|
+
existentialDeposit: "500",
|
|
16007
|
+
symbol: "TAO",
|
|
16008
|
+
decimals: 9,
|
|
16009
|
+
hasNativeNft: null,
|
|
16010
|
+
supportStaking: true,
|
|
16011
|
+
supportSmartContract: null,
|
|
16012
|
+
crowdloanParaId: null,
|
|
16013
|
+
crowdloanFunds: [
|
|
16014
|
+
]
|
|
16015
|
+
},
|
|
16016
|
+
extraInfo: null
|
|
16017
|
+
};
|
|
15938
16018
|
const _ChainInfoMap = {
|
|
15939
16019
|
polkadot: polkadot$1,
|
|
15940
16020
|
kusama: kusama$1,
|
|
@@ -16174,7 +16254,8 @@
|
|
|
16174
16254
|
energy_web_chain: energy_web_chain$1,
|
|
16175
16255
|
energy_web_x_rococo: energy_web_x_rococo$1,
|
|
16176
16256
|
manta_network_evm: manta_network_evm$1,
|
|
16177
|
-
polkadex_dot: polkadex_dot$1
|
|
16257
|
+
polkadex_dot: polkadex_dot$1,
|
|
16258
|
+
bittensor_testnet: bittensor_testnet$1
|
|
16178
16259
|
};
|
|
16179
16260
|
|
|
16180
16261
|
var polkadot = "https://dev.sw-chain-list-assets.pages.dev/assets/chains/polkadot.png";
|
|
@@ -16384,6 +16465,7 @@
|
|
|
16384
16465
|
var energy_web_x_rococo = "https://dev.sw-chain-list-assets.pages.dev/assets/chains/energy_web_x_rococo.png";
|
|
16385
16466
|
var manta_network_evm = "https://dev.sw-chain-list-assets.pages.dev/assets/chains/manta_network_evm.png";
|
|
16386
16467
|
var polkadex_dot = "https://dev.sw-chain-list-assets.pages.dev/assets/chains/polkadex_dot.png";
|
|
16468
|
+
var bittensor_testnet = "https://dev.sw-chain-list-assets.pages.dev/assets/chains/bittensor_testnet.png";
|
|
16387
16469
|
const _ChainLogoMap = {
|
|
16388
16470
|
"default": "https://dev.sw-chain-list-assets.pages.dev/assets/default.png",
|
|
16389
16471
|
polkadot: polkadot,
|
|
@@ -16594,6 +16676,7 @@
|
|
|
16594
16676
|
energy_web_x_rococo: energy_web_x_rococo,
|
|
16595
16677
|
manta_network_evm: manta_network_evm,
|
|
16596
16678
|
polkadex_dot: polkadex_dot,
|
|
16679
|
+
bittensor_testnet: bittensor_testnet,
|
|
16597
16680
|
"custom-Substrate-gosnetwork": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chains/gos_37cd7c233c.png",
|
|
16598
16681
|
"custom-Substrate-gosspectral": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chains/gos_37cd7c233c.png"
|
|
16599
16682
|
};
|
|
@@ -17003,6 +17086,15 @@
|
|
|
17003
17086
|
priceId: "manta-network",
|
|
17004
17087
|
hasValue: true,
|
|
17005
17088
|
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/manta-mantaatlantic.png"
|
|
17089
|
+
},
|
|
17090
|
+
"PINK-Statemint": {
|
|
17091
|
+
slug: "PINK-Statemint",
|
|
17092
|
+
originChainAsset: null,
|
|
17093
|
+
name: "PINK",
|
|
17094
|
+
symbol: "PINK",
|
|
17095
|
+
priceId: null,
|
|
17096
|
+
hasValue: true,
|
|
17097
|
+
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/pink-statemint.png"
|
|
17006
17098
|
}
|
|
17007
17099
|
};
|
|
17008
17100
|
|
|
@@ -474,6 +474,9 @@
|
|
|
474
474
|
"manta_network_evm-erc20-manta-0x95cef13441be50d20ca4558cc0a27b601ac544e5": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/manta_network_evm-erc20-manta-0x95cef13441be50d20ca4558cc0a27b601ac544e5.png",
|
|
475
475
|
"manta_network-local-dot": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/manta_network-local-dot.png",
|
|
476
476
|
"moonbeam-local-xcmanta": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/moonbeam-local-xcmanta.png",
|
|
477
|
+
"bittensor_testnet-native-tao": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/bittensor_testnet-native-tao.png",
|
|
478
|
+
"statemint-local-pink": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/statemint-local-pink.png",
|
|
479
|
+
"moonbeam-local-xcpink": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/moonbeam-local-xcpink.png",
|
|
477
480
|
"eth-ethereum": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/eth-ethereum.png",
|
|
478
481
|
"ibtc-interbtc": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/ibtc-interbtc.png",
|
|
479
482
|
"glmr-moonbeam": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/glmr-moonbeam.png",
|
|
@@ -519,6 +522,7 @@
|
|
|
519
522
|
"enj-enjin": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/enj-enjin.png",
|
|
520
523
|
"cfg-centrifuge": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/cfg-centrifuge.png",
|
|
521
524
|
"manta-mantaatlantic": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/manta-mantaatlantic.png",
|
|
525
|
+
"pink-statemint": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/pink-statemint.png",
|
|
522
526
|
"custom-moonbeam-erc20-cp-0x6021d2c27b6fbd6e7608d1f39b41398caee2f824": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chain-assets/cp_77d5363018.png",
|
|
523
527
|
"custom-aleph-psp22-zpf-5eskjbkpva1ppucmrkcmazdhqm9shihws9uqqsoi4vrdcdle": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chain-assets/zpf_2f06de3f07.png",
|
|
524
528
|
"custom-custom-substrate-gosnetwork-native-gos": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chain-assets/gos_a4d1a9cf7a.png",
|
package/cjs/data/ChainAsset.json
CHANGED
|
@@ -7618,5 +7618,53 @@
|
|
|
7618
7618
|
"multiChainAsset": "MANTA-MantaAtlantic",
|
|
7619
7619
|
"hasValue": true,
|
|
7620
7620
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/moonbeam-local-xcmanta.png"
|
|
7621
|
+
},
|
|
7622
|
+
"bittensor_testnet-NATIVE-TAO": {
|
|
7623
|
+
"originChain": "bittensor_testnet",
|
|
7624
|
+
"slug": "bittensor_testnet-NATIVE-TAO",
|
|
7625
|
+
"name": "Bittensor Testnet",
|
|
7626
|
+
"symbol": "TAO",
|
|
7627
|
+
"decimals": 9,
|
|
7628
|
+
"priceId": null,
|
|
7629
|
+
"minAmount": "500",
|
|
7630
|
+
"assetType": "NATIVE",
|
|
7631
|
+
"metadata": null,
|
|
7632
|
+
"multiChainAsset": null,
|
|
7633
|
+
"hasValue": false,
|
|
7634
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/bittensor_testnet-native-tao.png"
|
|
7635
|
+
},
|
|
7636
|
+
"statemint-LOCAL-PINK": {
|
|
7637
|
+
"originChain": "statemint",
|
|
7638
|
+
"slug": "statemint-LOCAL-PINK",
|
|
7639
|
+
"name": "Statemint",
|
|
7640
|
+
"symbol": "PINK",
|
|
7641
|
+
"decimals": 10,
|
|
7642
|
+
"priceId": null,
|
|
7643
|
+
"minAmount": null,
|
|
7644
|
+
"assetType": "LOCAL",
|
|
7645
|
+
"metadata": {
|
|
7646
|
+
"assetId": "23"
|
|
7647
|
+
},
|
|
7648
|
+
"multiChainAsset": "PINK-Statemint",
|
|
7649
|
+
"hasValue": true,
|
|
7650
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/statemint-local-pink.png"
|
|
7651
|
+
},
|
|
7652
|
+
"moonbeam-LOCAL-xcPINK": {
|
|
7653
|
+
"originChain": "moonbeam",
|
|
7654
|
+
"slug": "moonbeam-LOCAL-xcPINK",
|
|
7655
|
+
"name": "Moonbeam",
|
|
7656
|
+
"symbol": "xcPINK",
|
|
7657
|
+
"decimals": 10,
|
|
7658
|
+
"priceId": null,
|
|
7659
|
+
"minAmount": "1",
|
|
7660
|
+
"assetType": "LOCAL",
|
|
7661
|
+
"metadata": {
|
|
7662
|
+
"assetId": "42259045809535163221576417993425387648",
|
|
7663
|
+
"assetType": "ForeignAsset",
|
|
7664
|
+
"contractAddress": "0xfFfFFfFf30478fAFBE935e466da114E14fB3563d"
|
|
7665
|
+
},
|
|
7666
|
+
"multiChainAsset": "PINK-Statemint",
|
|
7667
|
+
"hasValue": true,
|
|
7668
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/moonbeam-local-xcpink.png"
|
|
7621
7669
|
}
|
|
7622
7670
|
}
|
package/cjs/data/ChainInfo.json
CHANGED
|
@@ -6,15 +6,13 @@
|
|
|
6
6
|
"chainStatus": "ACTIVE",
|
|
7
7
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/polkadot.png",
|
|
8
8
|
"providers": {
|
|
9
|
-
"Dwellir": "wss://polkadot-rpc.dwellir.com",
|
|
10
9
|
"RadiumBlock": "wss://polkadot.public.curie.radiumblock.co/ws",
|
|
11
|
-
"1RPC": "wss://1rpc.io/dot",
|
|
12
10
|
"Stakeworld": "wss://dot-rpc.stakeworld.io",
|
|
13
|
-
"LuckyFriday": "wss://rpc-polkadot.luckyfriday.io",
|
|
14
11
|
"Dwellir Tunisia": "wss://polkadot-rpc-tn.dwellir.com",
|
|
15
12
|
"IBP-GeoDNS1": "wss://rpc.ibp.network/polkadot",
|
|
16
13
|
"IBP-GeoDNS2": "wss://rpc.dotters.network/polkadot",
|
|
17
|
-
"Light Client": "light://substrate-connect/polkadot"
|
|
14
|
+
"Light Client": "light://substrate-connect/polkadot",
|
|
15
|
+
"BlockOps": "wss://polkadot-public-rpc.blockops.network/ws"
|
|
18
16
|
},
|
|
19
17
|
"evmInfo": null,
|
|
20
18
|
"substrateInfo": {
|
|
@@ -2728,7 +2726,7 @@
|
|
|
2728
2726
|
"addressPrefix": 67,
|
|
2729
2727
|
"chainType": "PARACHAIN",
|
|
2730
2728
|
"crowdloanUrl": "https://genshiro.equilibrium.io/en",
|
|
2731
|
-
"blockExplorer":
|
|
2729
|
+
"blockExplorer": null,
|
|
2732
2730
|
"existentialDeposit": null,
|
|
2733
2731
|
"symbol": "GENS",
|
|
2734
2732
|
"decimals": 9,
|
|
@@ -5989,7 +5987,7 @@
|
|
|
5989
5987
|
"symbol": "TAO",
|
|
5990
5988
|
"decimals": 9,
|
|
5991
5989
|
"hasNativeNft": false,
|
|
5992
|
-
"supportStaking":
|
|
5990
|
+
"supportStaking": true,
|
|
5993
5991
|
"supportSmartContract": null,
|
|
5994
5992
|
"crowdloanParaId": null,
|
|
5995
5993
|
"crowdloanFunds": [
|
|
@@ -7234,5 +7232,34 @@
|
|
|
7234
7232
|
"extraInfo": {
|
|
7235
7233
|
"subscanSlug": "polkadex-parachain"
|
|
7236
7234
|
}
|
|
7235
|
+
},
|
|
7236
|
+
"bittensor_testnet": {
|
|
7237
|
+
"slug": "bittensor_testnet",
|
|
7238
|
+
"name": "Bittensor Testnet",
|
|
7239
|
+
"isTestnet": true,
|
|
7240
|
+
"chainStatus": "ACTIVE",
|
|
7241
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/bittensor_testnet.png",
|
|
7242
|
+
"providers": {
|
|
7243
|
+
"Testnet": "wss://test.finney.opentensor.ai:443"
|
|
7244
|
+
},
|
|
7245
|
+
"evmInfo": null,
|
|
7246
|
+
"substrateInfo": {
|
|
7247
|
+
"relaySlug": null,
|
|
7248
|
+
"paraId": null,
|
|
7249
|
+
"genesisHash": "0x8f9cf856bf558a14440e75569c9e58594757048d7b3a84b5d25f6bd978263105",
|
|
7250
|
+
"addressPrefix": 42,
|
|
7251
|
+
"chainType": null,
|
|
7252
|
+
"crowdloanUrl": null,
|
|
7253
|
+
"blockExplorer": null,
|
|
7254
|
+
"existentialDeposit": "500",
|
|
7255
|
+
"symbol": "TAO",
|
|
7256
|
+
"decimals": 9,
|
|
7257
|
+
"hasNativeNft": null,
|
|
7258
|
+
"supportStaking": true,
|
|
7259
|
+
"supportSmartContract": null,
|
|
7260
|
+
"crowdloanParaId": null,
|
|
7261
|
+
"crowdloanFunds": []
|
|
7262
|
+
},
|
|
7263
|
+
"extraInfo": null
|
|
7237
7264
|
}
|
|
7238
7265
|
}
|
|
@@ -208,6 +208,7 @@
|
|
|
208
208
|
"energy_web_x_rococo": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/energy_web_x_rococo.png",
|
|
209
209
|
"manta_network_evm": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/manta_network_evm.png",
|
|
210
210
|
"polkadex_dot": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/polkadex_dot.png",
|
|
211
|
+
"bittensor_testnet": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/bittensor_testnet.png",
|
|
211
212
|
"custom-Substrate-gosnetwork": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chains/gos_37cd7c233c.png",
|
|
212
213
|
"custom-Substrate-gosspectral": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chains/gos_37cd7c233c.png"
|
|
213
214
|
}
|
|
@@ -403,5 +403,14 @@
|
|
|
403
403
|
"priceId": "manta-network",
|
|
404
404
|
"hasValue": true,
|
|
405
405
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/manta-mantaatlantic.png"
|
|
406
|
+
},
|
|
407
|
+
"PINK-Statemint": {
|
|
408
|
+
"slug": "PINK-Statemint",
|
|
409
|
+
"originChainAsset": null,
|
|
410
|
+
"name": "PINK",
|
|
411
|
+
"symbol": "PINK",
|
|
412
|
+
"priceId": null,
|
|
413
|
+
"hasValue": true,
|
|
414
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/pink-statemint.png"
|
|
406
415
|
}
|
|
407
416
|
}
|
package/cjs/packageInfo.js
CHANGED
package/data/AssetLogoMap.json
CHANGED
|
@@ -474,6 +474,9 @@
|
|
|
474
474
|
"manta_network_evm-erc20-manta-0x95cef13441be50d20ca4558cc0a27b601ac544e5": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/manta_network_evm-erc20-manta-0x95cef13441be50d20ca4558cc0a27b601ac544e5.png",
|
|
475
475
|
"manta_network-local-dot": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/manta_network-local-dot.png",
|
|
476
476
|
"moonbeam-local-xcmanta": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/moonbeam-local-xcmanta.png",
|
|
477
|
+
"bittensor_testnet-native-tao": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/bittensor_testnet-native-tao.png",
|
|
478
|
+
"statemint-local-pink": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/statemint-local-pink.png",
|
|
479
|
+
"moonbeam-local-xcpink": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/moonbeam-local-xcpink.png",
|
|
477
480
|
"eth-ethereum": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/eth-ethereum.png",
|
|
478
481
|
"ibtc-interbtc": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/ibtc-interbtc.png",
|
|
479
482
|
"glmr-moonbeam": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/glmr-moonbeam.png",
|
|
@@ -519,6 +522,7 @@
|
|
|
519
522
|
"enj-enjin": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/enj-enjin.png",
|
|
520
523
|
"cfg-centrifuge": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/cfg-centrifuge.png",
|
|
521
524
|
"manta-mantaatlantic": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/manta-mantaatlantic.png",
|
|
525
|
+
"pink-statemint": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/pink-statemint.png",
|
|
522
526
|
"custom-moonbeam-erc20-cp-0x6021d2c27b6fbd6e7608d1f39b41398caee2f824": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chain-assets/cp_77d5363018.png",
|
|
523
527
|
"custom-aleph-psp22-zpf-5eskjbkpva1ppucmrkcmazdhqm9shihws9uqqsoi4vrdcdle": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chain-assets/zpf_2f06de3f07.png",
|
|
524
528
|
"custom-custom-substrate-gosnetwork-native-gos": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chain-assets/gos_a4d1a9cf7a.png",
|
package/data/ChainAsset.json
CHANGED
|
@@ -7618,5 +7618,53 @@
|
|
|
7618
7618
|
"multiChainAsset": "MANTA-MantaAtlantic",
|
|
7619
7619
|
"hasValue": true,
|
|
7620
7620
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/moonbeam-local-xcmanta.png"
|
|
7621
|
+
},
|
|
7622
|
+
"bittensor_testnet-NATIVE-TAO": {
|
|
7623
|
+
"originChain": "bittensor_testnet",
|
|
7624
|
+
"slug": "bittensor_testnet-NATIVE-TAO",
|
|
7625
|
+
"name": "Bittensor Testnet",
|
|
7626
|
+
"symbol": "TAO",
|
|
7627
|
+
"decimals": 9,
|
|
7628
|
+
"priceId": null,
|
|
7629
|
+
"minAmount": "500",
|
|
7630
|
+
"assetType": "NATIVE",
|
|
7631
|
+
"metadata": null,
|
|
7632
|
+
"multiChainAsset": null,
|
|
7633
|
+
"hasValue": false,
|
|
7634
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/bittensor_testnet-native-tao.png"
|
|
7635
|
+
},
|
|
7636
|
+
"statemint-LOCAL-PINK": {
|
|
7637
|
+
"originChain": "statemint",
|
|
7638
|
+
"slug": "statemint-LOCAL-PINK",
|
|
7639
|
+
"name": "Statemint",
|
|
7640
|
+
"symbol": "PINK",
|
|
7641
|
+
"decimals": 10,
|
|
7642
|
+
"priceId": null,
|
|
7643
|
+
"minAmount": null,
|
|
7644
|
+
"assetType": "LOCAL",
|
|
7645
|
+
"metadata": {
|
|
7646
|
+
"assetId": "23"
|
|
7647
|
+
},
|
|
7648
|
+
"multiChainAsset": "PINK-Statemint",
|
|
7649
|
+
"hasValue": true,
|
|
7650
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/statemint-local-pink.png"
|
|
7651
|
+
},
|
|
7652
|
+
"moonbeam-LOCAL-xcPINK": {
|
|
7653
|
+
"originChain": "moonbeam",
|
|
7654
|
+
"slug": "moonbeam-LOCAL-xcPINK",
|
|
7655
|
+
"name": "Moonbeam",
|
|
7656
|
+
"symbol": "xcPINK",
|
|
7657
|
+
"decimals": 10,
|
|
7658
|
+
"priceId": null,
|
|
7659
|
+
"minAmount": "1",
|
|
7660
|
+
"assetType": "LOCAL",
|
|
7661
|
+
"metadata": {
|
|
7662
|
+
"assetId": "42259045809535163221576417993425387648",
|
|
7663
|
+
"assetType": "ForeignAsset",
|
|
7664
|
+
"contractAddress": "0xfFfFFfFf30478fAFBE935e466da114E14fB3563d"
|
|
7665
|
+
},
|
|
7666
|
+
"multiChainAsset": "PINK-Statemint",
|
|
7667
|
+
"hasValue": true,
|
|
7668
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/moonbeam-local-xcpink.png"
|
|
7621
7669
|
}
|
|
7622
7670
|
}
|
package/data/ChainInfo.json
CHANGED
|
@@ -6,15 +6,13 @@
|
|
|
6
6
|
"chainStatus": "ACTIVE",
|
|
7
7
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/polkadot.png",
|
|
8
8
|
"providers": {
|
|
9
|
-
"Dwellir": "wss://polkadot-rpc.dwellir.com",
|
|
10
9
|
"RadiumBlock": "wss://polkadot.public.curie.radiumblock.co/ws",
|
|
11
|
-
"1RPC": "wss://1rpc.io/dot",
|
|
12
10
|
"Stakeworld": "wss://dot-rpc.stakeworld.io",
|
|
13
|
-
"LuckyFriday": "wss://rpc-polkadot.luckyfriday.io",
|
|
14
11
|
"Dwellir Tunisia": "wss://polkadot-rpc-tn.dwellir.com",
|
|
15
12
|
"IBP-GeoDNS1": "wss://rpc.ibp.network/polkadot",
|
|
16
13
|
"IBP-GeoDNS2": "wss://rpc.dotters.network/polkadot",
|
|
17
|
-
"Light Client": "light://substrate-connect/polkadot"
|
|
14
|
+
"Light Client": "light://substrate-connect/polkadot",
|
|
15
|
+
"BlockOps": "wss://polkadot-public-rpc.blockops.network/ws"
|
|
18
16
|
},
|
|
19
17
|
"evmInfo": null,
|
|
20
18
|
"substrateInfo": {
|
|
@@ -2728,7 +2726,7 @@
|
|
|
2728
2726
|
"addressPrefix": 67,
|
|
2729
2727
|
"chainType": "PARACHAIN",
|
|
2730
2728
|
"crowdloanUrl": "https://genshiro.equilibrium.io/en",
|
|
2731
|
-
"blockExplorer":
|
|
2729
|
+
"blockExplorer": null,
|
|
2732
2730
|
"existentialDeposit": null,
|
|
2733
2731
|
"symbol": "GENS",
|
|
2734
2732
|
"decimals": 9,
|
|
@@ -5989,7 +5987,7 @@
|
|
|
5989
5987
|
"symbol": "TAO",
|
|
5990
5988
|
"decimals": 9,
|
|
5991
5989
|
"hasNativeNft": false,
|
|
5992
|
-
"supportStaking":
|
|
5990
|
+
"supportStaking": true,
|
|
5993
5991
|
"supportSmartContract": null,
|
|
5994
5992
|
"crowdloanParaId": null,
|
|
5995
5993
|
"crowdloanFunds": [
|
|
@@ -7234,5 +7232,34 @@
|
|
|
7234
7232
|
"extraInfo": {
|
|
7235
7233
|
"subscanSlug": "polkadex-parachain"
|
|
7236
7234
|
}
|
|
7235
|
+
},
|
|
7236
|
+
"bittensor_testnet": {
|
|
7237
|
+
"slug": "bittensor_testnet",
|
|
7238
|
+
"name": "Bittensor Testnet",
|
|
7239
|
+
"isTestnet": true,
|
|
7240
|
+
"chainStatus": "ACTIVE",
|
|
7241
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/bittensor_testnet.png",
|
|
7242
|
+
"providers": {
|
|
7243
|
+
"Testnet": "wss://test.finney.opentensor.ai:443"
|
|
7244
|
+
},
|
|
7245
|
+
"evmInfo": null,
|
|
7246
|
+
"substrateInfo": {
|
|
7247
|
+
"relaySlug": null,
|
|
7248
|
+
"paraId": null,
|
|
7249
|
+
"genesisHash": "0x8f9cf856bf558a14440e75569c9e58594757048d7b3a84b5d25f6bd978263105",
|
|
7250
|
+
"addressPrefix": 42,
|
|
7251
|
+
"chainType": null,
|
|
7252
|
+
"crowdloanUrl": null,
|
|
7253
|
+
"blockExplorer": null,
|
|
7254
|
+
"existentialDeposit": "500",
|
|
7255
|
+
"symbol": "TAO",
|
|
7256
|
+
"decimals": 9,
|
|
7257
|
+
"hasNativeNft": null,
|
|
7258
|
+
"supportStaking": true,
|
|
7259
|
+
"supportSmartContract": null,
|
|
7260
|
+
"crowdloanParaId": null,
|
|
7261
|
+
"crowdloanFunds": []
|
|
7262
|
+
},
|
|
7263
|
+
"extraInfo": null
|
|
7237
7264
|
}
|
|
7238
7265
|
}
|
package/data/ChainLogoMap.json
CHANGED
|
@@ -208,6 +208,7 @@
|
|
|
208
208
|
"energy_web_x_rococo": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/energy_web_x_rococo.png",
|
|
209
209
|
"manta_network_evm": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/manta_network_evm.png",
|
|
210
210
|
"polkadex_dot": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/polkadex_dot.png",
|
|
211
|
+
"bittensor_testnet": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/bittensor_testnet.png",
|
|
211
212
|
"custom-Substrate-gosnetwork": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chains/gos_37cd7c233c.png",
|
|
212
213
|
"custom-Substrate-gosspectral": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chains/gos_37cd7c233c.png"
|
|
213
214
|
}
|
|
@@ -403,5 +403,14 @@
|
|
|
403
403
|
"priceId": "manta-network",
|
|
404
404
|
"hasValue": true,
|
|
405
405
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/manta-mantaatlantic.png"
|
|
406
|
+
},
|
|
407
|
+
"PINK-Statemint": {
|
|
408
|
+
"slug": "PINK-Statemint",
|
|
409
|
+
"originChainAsset": null,
|
|
410
|
+
"name": "PINK",
|
|
411
|
+
"symbol": "PINK",
|
|
412
|
+
"priceId": null,
|
|
413
|
+
"hasValue": true,
|
|
414
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/pink-statemint.png"
|
|
406
415
|
}
|
|
407
416
|
}
|
package/package.json
CHANGED
package/packageInfo.js
CHANGED
|
@@ -7,5 +7,5 @@ export const packageInfo = {
|
|
|
7
7
|
name: '@subwallet/chain-list',
|
|
8
8
|
path: (import.meta && import.meta.url) ? new URL(import.meta.url).pathname.substring(0, new URL(import.meta.url).pathname.lastIndexOf('/') + 1) : 'auto',
|
|
9
9
|
type: 'esm',
|
|
10
|
-
version: '0.2.
|
|
10
|
+
version: '0.2.40-beta.1'
|
|
11
11
|
};
|