@subwallet/chain-list 0.2.39 → 0.2.40-beta.0
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 +56 -8
- package/cjs/data/AssetLogoMap.json +1 -0
- package/cjs/data/ChainAsset.json +15 -1
- package/cjs/data/ChainInfo.json +35 -6
- package/cjs/data/ChainLogoMap.json +1 -0
- package/cjs/packageInfo.js +1 -1
- package/data/AssetLogoMap.json +1 -0
- package/data/ChainAsset.json +15 -1
- package/data/ChainInfo.json +35 -6
- package/data/ChainLogoMap.json +1 -0
- package/package.json +1 -1
- package/packageInfo.js +1 -1
|
@@ -482,6 +482,7 @@
|
|
|
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",
|
|
485
486
|
"eth-ethereum": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/eth-ethereum.png",
|
|
486
487
|
"ibtc-interbtc": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/ibtc-interbtc.png",
|
|
487
488
|
"glmr-moonbeam": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/glmr-moonbeam.png",
|
|
@@ -963,7 +964,7 @@
|
|
|
963
964
|
name: "Polkadot",
|
|
964
965
|
symbol: "DOT",
|
|
965
966
|
decimals: 10,
|
|
966
|
-
priceId: "
|
|
967
|
+
priceId: "bitcoin",
|
|
967
968
|
minAmount: "10000000000",
|
|
968
969
|
assetType: "NATIVE",
|
|
969
970
|
metadata: null,
|
|
@@ -8576,6 +8577,20 @@
|
|
|
8576
8577
|
multiChainAsset: "MANTA-MantaAtlantic",
|
|
8577
8578
|
hasValue: true,
|
|
8578
8579
|
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/moonbeam-local-xcmanta.png"
|
|
8580
|
+
},
|
|
8581
|
+
"bittensor_testnet-NATIVE-TAO": {
|
|
8582
|
+
originChain: "bittensor_testnet",
|
|
8583
|
+
slug: "bittensor_testnet-NATIVE-TAO",
|
|
8584
|
+
name: "Bittensor Testnet",
|
|
8585
|
+
symbol: "TAO",
|
|
8586
|
+
decimals: 9,
|
|
8587
|
+
priceId: null,
|
|
8588
|
+
minAmount: "500",
|
|
8589
|
+
assetType: "NATIVE",
|
|
8590
|
+
metadata: null,
|
|
8591
|
+
multiChainAsset: null,
|
|
8592
|
+
hasValue: false,
|
|
8593
|
+
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/bittensor_testnet-native-tao.png"
|
|
8579
8594
|
}
|
|
8580
8595
|
};
|
|
8581
8596
|
|
|
@@ -8586,15 +8601,15 @@
|
|
|
8586
8601
|
chainStatus: "ACTIVE",
|
|
8587
8602
|
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chains/polkadot.png",
|
|
8588
8603
|
providers: {
|
|
8589
|
-
Dwellir: "wss://polkadot-rpc.dwellir.com",
|
|
8590
8604
|
RadiumBlock: "wss://polkadot.public.curie.radiumblock.co/ws",
|
|
8591
|
-
"1RPC": "wss://1rpc.io/dot",
|
|
8592
8605
|
Stakeworld: "wss://dot-rpc.stakeworld.io",
|
|
8593
|
-
LuckyFriday: "wss://rpc-polkadot.luckyfriday.io",
|
|
8594
8606
|
"Dwellir Tunisia": "wss://polkadot-rpc-tn.dwellir.com",
|
|
8595
8607
|
"IBP-GeoDNS1": "wss://rpc.ibp.network/polkadot",
|
|
8596
8608
|
"IBP-GeoDNS2": "wss://rpc.dotters.network/polkadot",
|
|
8597
|
-
"Light Client": "light://substrate-connect/polkadot"
|
|
8609
|
+
"Light Client": "light://substrate-connect/polkadot",
|
|
8610
|
+
BlockOps: "wss://polkadot-public-rpc.blockops.network/ws",
|
|
8611
|
+
"Sắp qua nịt": "wss://polkadot-rpc.subwallet.app",
|
|
8612
|
+
SubWallet: "wss://magical-bitter-arm.dot-mainnet.quiknode.pro/e7fb380b4b7338e7321b44eb6dda2d8faf8f2800/"
|
|
8598
8613
|
},
|
|
8599
8614
|
evmInfo: null,
|
|
8600
8615
|
substrateInfo: {
|
|
@@ -11335,7 +11350,7 @@
|
|
|
11335
11350
|
addressPrefix: 67,
|
|
11336
11351
|
chainType: "PARACHAIN",
|
|
11337
11352
|
crowdloanUrl: "https://genshiro.equilibrium.io/en",
|
|
11338
|
-
blockExplorer:
|
|
11353
|
+
blockExplorer: null,
|
|
11339
11354
|
existentialDeposit: null,
|
|
11340
11355
|
symbol: "GENS",
|
|
11341
11356
|
decimals: 9,
|
|
@@ -14641,7 +14656,7 @@
|
|
|
14641
14656
|
symbol: "TAO",
|
|
14642
14657
|
decimals: 9,
|
|
14643
14658
|
hasNativeNft: false,
|
|
14644
|
-
supportStaking:
|
|
14659
|
+
supportStaking: true,
|
|
14645
14660
|
supportSmartContract: null,
|
|
14646
14661
|
crowdloanParaId: null,
|
|
14647
14662
|
crowdloanFunds: [
|
|
@@ -15935,6 +15950,36 @@
|
|
|
15935
15950
|
subscanSlug: "polkadex-parachain"
|
|
15936
15951
|
}
|
|
15937
15952
|
};
|
|
15953
|
+
var bittensor_testnet$1 = {
|
|
15954
|
+
slug: "bittensor_testnet",
|
|
15955
|
+
name: "Bittensor Testnet",
|
|
15956
|
+
isTestnet: true,
|
|
15957
|
+
chainStatus: "ACTIVE",
|
|
15958
|
+
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chains/bittensor_testnet.png",
|
|
15959
|
+
providers: {
|
|
15960
|
+
Testnet: "wss://test.finney.opentensor.ai:443"
|
|
15961
|
+
},
|
|
15962
|
+
evmInfo: null,
|
|
15963
|
+
substrateInfo: {
|
|
15964
|
+
relaySlug: null,
|
|
15965
|
+
paraId: null,
|
|
15966
|
+
genesisHash: "0x8f9cf856bf558a14440e75569c9e58594757048d7b3a84b5d25f6bd978263105",
|
|
15967
|
+
addressPrefix: 42,
|
|
15968
|
+
chainType: null,
|
|
15969
|
+
crowdloanUrl: null,
|
|
15970
|
+
blockExplorer: null,
|
|
15971
|
+
existentialDeposit: "500",
|
|
15972
|
+
symbol: "TAO",
|
|
15973
|
+
decimals: 9,
|
|
15974
|
+
hasNativeNft: null,
|
|
15975
|
+
supportStaking: true,
|
|
15976
|
+
supportSmartContract: null,
|
|
15977
|
+
crowdloanParaId: null,
|
|
15978
|
+
crowdloanFunds: [
|
|
15979
|
+
]
|
|
15980
|
+
},
|
|
15981
|
+
extraInfo: null
|
|
15982
|
+
};
|
|
15938
15983
|
const _ChainInfoMap = {
|
|
15939
15984
|
polkadot: polkadot$1,
|
|
15940
15985
|
kusama: kusama$1,
|
|
@@ -16174,7 +16219,8 @@
|
|
|
16174
16219
|
energy_web_chain: energy_web_chain$1,
|
|
16175
16220
|
energy_web_x_rococo: energy_web_x_rococo$1,
|
|
16176
16221
|
manta_network_evm: manta_network_evm$1,
|
|
16177
|
-
polkadex_dot: polkadex_dot$1
|
|
16222
|
+
polkadex_dot: polkadex_dot$1,
|
|
16223
|
+
bittensor_testnet: bittensor_testnet$1
|
|
16178
16224
|
};
|
|
16179
16225
|
|
|
16180
16226
|
var polkadot = "https://dev.sw-chain-list-assets.pages.dev/assets/chains/polkadot.png";
|
|
@@ -16384,6 +16430,7 @@
|
|
|
16384
16430
|
var energy_web_x_rococo = "https://dev.sw-chain-list-assets.pages.dev/assets/chains/energy_web_x_rococo.png";
|
|
16385
16431
|
var manta_network_evm = "https://dev.sw-chain-list-assets.pages.dev/assets/chains/manta_network_evm.png";
|
|
16386
16432
|
var polkadex_dot = "https://dev.sw-chain-list-assets.pages.dev/assets/chains/polkadex_dot.png";
|
|
16433
|
+
var bittensor_testnet = "https://dev.sw-chain-list-assets.pages.dev/assets/chains/bittensor_testnet.png";
|
|
16387
16434
|
const _ChainLogoMap = {
|
|
16388
16435
|
"default": "https://dev.sw-chain-list-assets.pages.dev/assets/default.png",
|
|
16389
16436
|
polkadot: polkadot,
|
|
@@ -16594,6 +16641,7 @@
|
|
|
16594
16641
|
energy_web_x_rococo: energy_web_x_rococo,
|
|
16595
16642
|
manta_network_evm: manta_network_evm,
|
|
16596
16643
|
polkadex_dot: polkadex_dot,
|
|
16644
|
+
bittensor_testnet: bittensor_testnet,
|
|
16597
16645
|
"custom-Substrate-gosnetwork": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chains/gos_37cd7c233c.png",
|
|
16598
16646
|
"custom-Substrate-gosspectral": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chains/gos_37cd7c233c.png"
|
|
16599
16647
|
};
|
|
@@ -474,6 +474,7 @@
|
|
|
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",
|
|
477
478
|
"eth-ethereum": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/eth-ethereum.png",
|
|
478
479
|
"ibtc-interbtc": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/ibtc-interbtc.png",
|
|
479
480
|
"glmr-moonbeam": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/glmr-moonbeam.png",
|
package/cjs/data/ChainAsset.json
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
"name": "Polkadot",
|
|
6
6
|
"symbol": "DOT",
|
|
7
7
|
"decimals": 10,
|
|
8
|
-
"priceId": "
|
|
8
|
+
"priceId": "bitcoin",
|
|
9
9
|
"minAmount": "10000000000",
|
|
10
10
|
"assetType": "NATIVE",
|
|
11
11
|
"metadata": null,
|
|
@@ -7618,5 +7618,19 @@
|
|
|
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"
|
|
7621
7635
|
}
|
|
7622
7636
|
}
|
package/cjs/data/ChainInfo.json
CHANGED
|
@@ -6,15 +6,15 @@
|
|
|
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",
|
|
16
|
+
"Sắp qua nịt": "wss://polkadot-rpc.subwallet.app",
|
|
17
|
+
"SubWallet": "wss://magical-bitter-arm.dot-mainnet.quiknode.pro/e7fb380b4b7338e7321b44eb6dda2d8faf8f2800/"
|
|
18
18
|
},
|
|
19
19
|
"evmInfo": null,
|
|
20
20
|
"substrateInfo": {
|
|
@@ -2728,7 +2728,7 @@
|
|
|
2728
2728
|
"addressPrefix": 67,
|
|
2729
2729
|
"chainType": "PARACHAIN",
|
|
2730
2730
|
"crowdloanUrl": "https://genshiro.equilibrium.io/en",
|
|
2731
|
-
"blockExplorer":
|
|
2731
|
+
"blockExplorer": null,
|
|
2732
2732
|
"existentialDeposit": null,
|
|
2733
2733
|
"symbol": "GENS",
|
|
2734
2734
|
"decimals": 9,
|
|
@@ -5989,7 +5989,7 @@
|
|
|
5989
5989
|
"symbol": "TAO",
|
|
5990
5990
|
"decimals": 9,
|
|
5991
5991
|
"hasNativeNft": false,
|
|
5992
|
-
"supportStaking":
|
|
5992
|
+
"supportStaking": true,
|
|
5993
5993
|
"supportSmartContract": null,
|
|
5994
5994
|
"crowdloanParaId": null,
|
|
5995
5995
|
"crowdloanFunds": [
|
|
@@ -7234,5 +7234,34 @@
|
|
|
7234
7234
|
"extraInfo": {
|
|
7235
7235
|
"subscanSlug": "polkadex-parachain"
|
|
7236
7236
|
}
|
|
7237
|
+
},
|
|
7238
|
+
"bittensor_testnet": {
|
|
7239
|
+
"slug": "bittensor_testnet",
|
|
7240
|
+
"name": "Bittensor Testnet",
|
|
7241
|
+
"isTestnet": true,
|
|
7242
|
+
"chainStatus": "ACTIVE",
|
|
7243
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/bittensor_testnet.png",
|
|
7244
|
+
"providers": {
|
|
7245
|
+
"Testnet": "wss://test.finney.opentensor.ai:443"
|
|
7246
|
+
},
|
|
7247
|
+
"evmInfo": null,
|
|
7248
|
+
"substrateInfo": {
|
|
7249
|
+
"relaySlug": null,
|
|
7250
|
+
"paraId": null,
|
|
7251
|
+
"genesisHash": "0x8f9cf856bf558a14440e75569c9e58594757048d7b3a84b5d25f6bd978263105",
|
|
7252
|
+
"addressPrefix": 42,
|
|
7253
|
+
"chainType": null,
|
|
7254
|
+
"crowdloanUrl": null,
|
|
7255
|
+
"blockExplorer": null,
|
|
7256
|
+
"existentialDeposit": "500",
|
|
7257
|
+
"symbol": "TAO",
|
|
7258
|
+
"decimals": 9,
|
|
7259
|
+
"hasNativeNft": null,
|
|
7260
|
+
"supportStaking": true,
|
|
7261
|
+
"supportSmartContract": null,
|
|
7262
|
+
"crowdloanParaId": null,
|
|
7263
|
+
"crowdloanFunds": []
|
|
7264
|
+
},
|
|
7265
|
+
"extraInfo": null
|
|
7237
7266
|
}
|
|
7238
7267
|
}
|
|
@@ -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
|
}
|
package/cjs/packageInfo.js
CHANGED
package/data/AssetLogoMap.json
CHANGED
|
@@ -474,6 +474,7 @@
|
|
|
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",
|
|
477
478
|
"eth-ethereum": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/eth-ethereum.png",
|
|
478
479
|
"ibtc-interbtc": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/ibtc-interbtc.png",
|
|
479
480
|
"glmr-moonbeam": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/glmr-moonbeam.png",
|
package/data/ChainAsset.json
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
"name": "Polkadot",
|
|
6
6
|
"symbol": "DOT",
|
|
7
7
|
"decimals": 10,
|
|
8
|
-
"priceId": "
|
|
8
|
+
"priceId": "bitcoin",
|
|
9
9
|
"minAmount": "10000000000",
|
|
10
10
|
"assetType": "NATIVE",
|
|
11
11
|
"metadata": null,
|
|
@@ -7618,5 +7618,19 @@
|
|
|
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"
|
|
7621
7635
|
}
|
|
7622
7636
|
}
|
package/data/ChainInfo.json
CHANGED
|
@@ -6,15 +6,15 @@
|
|
|
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",
|
|
16
|
+
"Sắp qua nịt": "wss://polkadot-rpc.subwallet.app",
|
|
17
|
+
"SubWallet": "wss://magical-bitter-arm.dot-mainnet.quiknode.pro/e7fb380b4b7338e7321b44eb6dda2d8faf8f2800/"
|
|
18
18
|
},
|
|
19
19
|
"evmInfo": null,
|
|
20
20
|
"substrateInfo": {
|
|
@@ -2728,7 +2728,7 @@
|
|
|
2728
2728
|
"addressPrefix": 67,
|
|
2729
2729
|
"chainType": "PARACHAIN",
|
|
2730
2730
|
"crowdloanUrl": "https://genshiro.equilibrium.io/en",
|
|
2731
|
-
"blockExplorer":
|
|
2731
|
+
"blockExplorer": null,
|
|
2732
2732
|
"existentialDeposit": null,
|
|
2733
2733
|
"symbol": "GENS",
|
|
2734
2734
|
"decimals": 9,
|
|
@@ -5989,7 +5989,7 @@
|
|
|
5989
5989
|
"symbol": "TAO",
|
|
5990
5990
|
"decimals": 9,
|
|
5991
5991
|
"hasNativeNft": false,
|
|
5992
|
-
"supportStaking":
|
|
5992
|
+
"supportStaking": true,
|
|
5993
5993
|
"supportSmartContract": null,
|
|
5994
5994
|
"crowdloanParaId": null,
|
|
5995
5995
|
"crowdloanFunds": [
|
|
@@ -7234,5 +7234,34 @@
|
|
|
7234
7234
|
"extraInfo": {
|
|
7235
7235
|
"subscanSlug": "polkadex-parachain"
|
|
7236
7236
|
}
|
|
7237
|
+
},
|
|
7238
|
+
"bittensor_testnet": {
|
|
7239
|
+
"slug": "bittensor_testnet",
|
|
7240
|
+
"name": "Bittensor Testnet",
|
|
7241
|
+
"isTestnet": true,
|
|
7242
|
+
"chainStatus": "ACTIVE",
|
|
7243
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/bittensor_testnet.png",
|
|
7244
|
+
"providers": {
|
|
7245
|
+
"Testnet": "wss://test.finney.opentensor.ai:443"
|
|
7246
|
+
},
|
|
7247
|
+
"evmInfo": null,
|
|
7248
|
+
"substrateInfo": {
|
|
7249
|
+
"relaySlug": null,
|
|
7250
|
+
"paraId": null,
|
|
7251
|
+
"genesisHash": "0x8f9cf856bf558a14440e75569c9e58594757048d7b3a84b5d25f6bd978263105",
|
|
7252
|
+
"addressPrefix": 42,
|
|
7253
|
+
"chainType": null,
|
|
7254
|
+
"crowdloanUrl": null,
|
|
7255
|
+
"blockExplorer": null,
|
|
7256
|
+
"existentialDeposit": "500",
|
|
7257
|
+
"symbol": "TAO",
|
|
7258
|
+
"decimals": 9,
|
|
7259
|
+
"hasNativeNft": null,
|
|
7260
|
+
"supportStaking": true,
|
|
7261
|
+
"supportSmartContract": null,
|
|
7262
|
+
"crowdloanParaId": null,
|
|
7263
|
+
"crowdloanFunds": []
|
|
7264
|
+
},
|
|
7265
|
+
"extraInfo": null
|
|
7237
7266
|
}
|
|
7238
7267
|
}
|
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
|
}
|
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.0'
|
|
11
11
|
};
|