@subwallet/chain-list 0.2.40-beta.2 → 0.2.40-beta.3
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 +54 -51
- package/cjs/data/AssetLogoMap.json +1 -0
- package/cjs/data/ChainAsset.json +15 -35
- package/cjs/data/ChainInfo.json +34 -7
- package/cjs/data/ChainLogoMap.json +1 -0
- package/cjs/data/MultiChainAsset.json +1 -10
- package/cjs/packageInfo.js +1 -1
- package/data/AssetLogoMap.json +1 -0
- package/data/ChainAsset.json +15 -35
- package/data/ChainInfo.json +34 -7
- package/data/ChainLogoMap.json +1 -0
- package/data/MultiChainAsset.json +1 -10
- package/package.json +1 -1
- package/packageInfo.js +1 -1
|
@@ -487,6 +487,7 @@
|
|
|
487
487
|
"moonbeam-local-xcpink": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/moonbeam-local-xcpink.png",
|
|
488
488
|
"bifrost_dot-local-vmanta": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/bifrost_dot-local-vmanta.png",
|
|
489
489
|
"bifrost_dot-local-manta": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/bifrost_dot-local-manta.png",
|
|
490
|
+
"subspace_gemini_3h-native-tssc": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/subspace_gemini_3h-native-tssc.png",
|
|
490
491
|
"eth-ethereum": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/eth-ethereum.png",
|
|
491
492
|
"ibtc-interbtc": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/ibtc-interbtc.png",
|
|
492
493
|
"glmr-moonbeam": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/glmr-moonbeam.png",
|
|
@@ -8610,40 +8611,6 @@
|
|
|
8610
8611
|
multiChainAsset: null,
|
|
8611
8612
|
hasValue: false,
|
|
8612
8613
|
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/bittensor_testnet-native-tao.png"
|
|
8613
|
-
},
|
|
8614
|
-
"statemint-LOCAL-PINK": {
|
|
8615
|
-
originChain: "statemint",
|
|
8616
|
-
slug: "statemint-LOCAL-PINK",
|
|
8617
|
-
name: "Statemint",
|
|
8618
|
-
symbol: "PINK",
|
|
8619
|
-
decimals: 10,
|
|
8620
|
-
priceId: null,
|
|
8621
|
-
minAmount: "1",
|
|
8622
|
-
assetType: "LOCAL",
|
|
8623
|
-
metadata: {
|
|
8624
|
-
assetId: "23"
|
|
8625
|
-
},
|
|
8626
|
-
multiChainAsset: "PINK-Statemint",
|
|
8627
|
-
hasValue: true,
|
|
8628
|
-
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/statemint-local-pink.png"
|
|
8629
|
-
},
|
|
8630
|
-
"moonbeam-LOCAL-xcPINK": {
|
|
8631
|
-
originChain: "moonbeam",
|
|
8632
|
-
slug: "moonbeam-LOCAL-xcPINK",
|
|
8633
|
-
name: "Moonbeam",
|
|
8634
|
-
symbol: "xcPINK",
|
|
8635
|
-
decimals: 10,
|
|
8636
|
-
priceId: null,
|
|
8637
|
-
minAmount: "1",
|
|
8638
|
-
assetType: "LOCAL",
|
|
8639
|
-
metadata: {
|
|
8640
|
-
assetId: "42259045809535163221576417993425387648",
|
|
8641
|
-
assetType: "ForeignAsset",
|
|
8642
|
-
contractAddress: "0xfFfFFfFf30478fAFBE935e466da114E14fB3563d"
|
|
8643
|
-
},
|
|
8644
|
-
multiChainAsset: "PINK-Statemint",
|
|
8645
|
-
hasValue: true,
|
|
8646
|
-
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/moonbeam-local-xcpink.png"
|
|
8647
8614
|
},
|
|
8648
8615
|
"bifrost_dot-LOCAL-vMANTA": {
|
|
8649
8616
|
originChain: "bifrost_dot",
|
|
@@ -8680,6 +8647,20 @@
|
|
|
8680
8647
|
multiChainAsset: "MANTA-MantaAtlantic",
|
|
8681
8648
|
hasValue: true,
|
|
8682
8649
|
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/bifrost_dot-local-manta.png"
|
|
8650
|
+
},
|
|
8651
|
+
"subspace_gemini_3h-NATIVE-tSSC": {
|
|
8652
|
+
originChain: "subspace_gemini_3h",
|
|
8653
|
+
slug: "subspace_gemini_3h-NATIVE-tSSC",
|
|
8654
|
+
name: "Subspace Gemini 3h",
|
|
8655
|
+
symbol: "tSSC",
|
|
8656
|
+
decimals: 18,
|
|
8657
|
+
priceId: null,
|
|
8658
|
+
minAmount: "500",
|
|
8659
|
+
assetType: "NATIVE",
|
|
8660
|
+
metadata: null,
|
|
8661
|
+
multiChainAsset: null,
|
|
8662
|
+
hasValue: false,
|
|
8663
|
+
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/subspace_gemini_3h-native-tssc.png"
|
|
8683
8664
|
}
|
|
8684
8665
|
};
|
|
8685
8666
|
|
|
@@ -8690,6 +8671,7 @@
|
|
|
8690
8671
|
chainStatus: "ACTIVE",
|
|
8691
8672
|
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chains/polkadot.png",
|
|
8692
8673
|
providers: {
|
|
8674
|
+
Dwellir: "wss://polkadot-rpc.dwellir.com",
|
|
8693
8675
|
RadiumBlock: "wss://polkadot.public.curie.radiumblock.co/ws",
|
|
8694
8676
|
"1RPC": "wss://1rpc.io/dot",
|
|
8695
8677
|
Stakeworld: "wss://dot-rpc.stakeworld.io",
|
|
@@ -8829,7 +8811,6 @@
|
|
|
8829
8811
|
Dwellir: "wss://moonbeam-rpc.dwellir.com",
|
|
8830
8812
|
"1rpc": "wss://1rpc.io/glmr",
|
|
8831
8813
|
Blast: "wss://moonbeam.public.blastapi.io",
|
|
8832
|
-
OnFinality: "wss://moonbeam.api.onfinality.io/public-ws",
|
|
8833
8814
|
UnitedBloc: "wss://moonbeam.unitedbloc.com"
|
|
8834
8815
|
},
|
|
8835
8816
|
evmInfo: {
|
|
@@ -10912,7 +10893,6 @@
|
|
|
10912
10893
|
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chains/statemine.png",
|
|
10913
10894
|
providers: {
|
|
10914
10895
|
Dwellir: "wss://statemine-rpc.dwellir.com",
|
|
10915
|
-
RadiumBlock: "wss://statemine.public.curie.radiumblock.co/ws",
|
|
10916
10896
|
"Dwellir Tunisia": "wss://statemine-rpc-tn.dwellir.com"
|
|
10917
10897
|
},
|
|
10918
10898
|
evmInfo: null,
|
|
@@ -12317,7 +12297,7 @@
|
|
|
12317
12297
|
slug: "subspace_gemini_2a",
|
|
12318
12298
|
name: "Subspace Gemini 2a",
|
|
12319
12299
|
isTestnet: true,
|
|
12320
|
-
chainStatus: "
|
|
12300
|
+
chainStatus: "INACTIVE",
|
|
12321
12301
|
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chains/subspace_gemini_2a.png",
|
|
12322
12302
|
providers: {
|
|
12323
12303
|
"Europe 0": "wss://eu-0.gemini-2a.subspace.network/ws"
|
|
@@ -12434,7 +12414,7 @@
|
|
|
12434
12414
|
slug: "subspace_gemini_3f",
|
|
12435
12415
|
name: "Subspace Gemini 3f",
|
|
12436
12416
|
isTestnet: true,
|
|
12437
|
-
chainStatus: "
|
|
12417
|
+
chainStatus: "INACTIVE",
|
|
12438
12418
|
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chains/subspace_gemini_3f.png",
|
|
12439
12419
|
providers: {
|
|
12440
12420
|
"Gemini 3f": "wss://rpc-0.gemini-3f.subspace.network/ws"
|
|
@@ -14745,7 +14725,7 @@
|
|
|
14745
14725
|
symbol: "TAO",
|
|
14746
14726
|
decimals: 9,
|
|
14747
14727
|
hasNativeNft: false,
|
|
14748
|
-
supportStaking:
|
|
14728
|
+
supportStaking: false,
|
|
14749
14729
|
supportSmartContract: null,
|
|
14750
14730
|
crowdloanParaId: null,
|
|
14751
14731
|
crowdloanFunds: [
|
|
@@ -16002,7 +15982,6 @@
|
|
|
16002
15982
|
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chains/polkadex_dot.png",
|
|
16003
15983
|
providers: {
|
|
16004
15984
|
RadiumBlock: "wss://polkadex-parachain.public.curie.radiumblock.co/ws",
|
|
16005
|
-
Dwellir: "wss://polkadex-rpc.dwellir.com",
|
|
16006
15985
|
OnFinality: "wss://polkadex-parachain.api.onfinality.io/public-ws"
|
|
16007
15986
|
},
|
|
16008
15987
|
evmInfo: null,
|
|
@@ -16043,7 +16022,7 @@
|
|
|
16043
16022
|
slug: "bittensor_testnet",
|
|
16044
16023
|
name: "Bittensor Testnet",
|
|
16045
16024
|
isTestnet: true,
|
|
16046
|
-
chainStatus: "
|
|
16025
|
+
chainStatus: "INACTIVE",
|
|
16047
16026
|
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chains/bittensor_testnet.png",
|
|
16048
16027
|
providers: {
|
|
16049
16028
|
Testnet: "wss://test.finney.opentensor.ai:443"
|
|
@@ -16069,6 +16048,36 @@
|
|
|
16069
16048
|
},
|
|
16070
16049
|
extraInfo: null
|
|
16071
16050
|
};
|
|
16051
|
+
var subspace_gemini_3h$1 = {
|
|
16052
|
+
slug: "subspace_gemini_3h",
|
|
16053
|
+
name: "Subspace Gemini 3h",
|
|
16054
|
+
isTestnet: true,
|
|
16055
|
+
chainStatus: "ACTIVE",
|
|
16056
|
+
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chains/subspace_gemini_3h.png",
|
|
16057
|
+
providers: {
|
|
16058
|
+
"Gemini 3h": "wss://rpc-0.gemini-3h.subspace.network/ws"
|
|
16059
|
+
},
|
|
16060
|
+
evmInfo: null,
|
|
16061
|
+
substrateInfo: {
|
|
16062
|
+
relaySlug: null,
|
|
16063
|
+
paraId: null,
|
|
16064
|
+
genesisHash: "0x0c121c75f4ef450f40619e1fca9d1e8e7fbabc42c895bc4790801e85d5a91c34",
|
|
16065
|
+
addressPrefix: 2254,
|
|
16066
|
+
chainType: "RELAYCHAIN",
|
|
16067
|
+
crowdloanUrl: null,
|
|
16068
|
+
blockExplorer: null,
|
|
16069
|
+
existentialDeposit: "500",
|
|
16070
|
+
symbol: "tSSC",
|
|
16071
|
+
decimals: 18,
|
|
16072
|
+
hasNativeNft: false,
|
|
16073
|
+
supportStaking: false,
|
|
16074
|
+
supportSmartContract: null,
|
|
16075
|
+
crowdloanParaId: null,
|
|
16076
|
+
crowdloanFunds: [
|
|
16077
|
+
]
|
|
16078
|
+
},
|
|
16079
|
+
extraInfo: null
|
|
16080
|
+
};
|
|
16072
16081
|
const _ChainInfoMap = {
|
|
16073
16082
|
polkadot: polkadot$1,
|
|
16074
16083
|
kusama: kusama$1,
|
|
@@ -16309,7 +16318,8 @@
|
|
|
16309
16318
|
energy_web_x_rococo: energy_web_x_rococo$1,
|
|
16310
16319
|
manta_network_evm: manta_network_evm$1,
|
|
16311
16320
|
polkadex_dot: polkadex_dot$1,
|
|
16312
|
-
bittensor_testnet: bittensor_testnet$1
|
|
16321
|
+
bittensor_testnet: bittensor_testnet$1,
|
|
16322
|
+
subspace_gemini_3h: subspace_gemini_3h$1
|
|
16313
16323
|
};
|
|
16314
16324
|
|
|
16315
16325
|
var polkadot = "https://dev.sw-chain-list-assets.pages.dev/assets/chains/polkadot.png";
|
|
@@ -16520,6 +16530,7 @@
|
|
|
16520
16530
|
var manta_network_evm = "https://dev.sw-chain-list-assets.pages.dev/assets/chains/manta_network_evm.png";
|
|
16521
16531
|
var polkadex_dot = "https://dev.sw-chain-list-assets.pages.dev/assets/chains/polkadex_dot.png";
|
|
16522
16532
|
var bittensor_testnet = "https://dev.sw-chain-list-assets.pages.dev/assets/chains/bittensor_testnet.png";
|
|
16533
|
+
var subspace_gemini_3h = "https://dev.sw-chain-list-assets.pages.dev/assets/chains/subspace_gemini_3h.png";
|
|
16523
16534
|
const _ChainLogoMap = {
|
|
16524
16535
|
"default": "https://dev.sw-chain-list-assets.pages.dev/assets/default.png",
|
|
16525
16536
|
polkadot: polkadot,
|
|
@@ -16731,6 +16742,7 @@
|
|
|
16731
16742
|
manta_network_evm: manta_network_evm,
|
|
16732
16743
|
polkadex_dot: polkadex_dot,
|
|
16733
16744
|
bittensor_testnet: bittensor_testnet,
|
|
16745
|
+
subspace_gemini_3h: subspace_gemini_3h,
|
|
16734
16746
|
"custom-Substrate-gosnetwork": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chains/gos_37cd7c233c.png",
|
|
16735
16747
|
"custom-Substrate-gosspectral": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chains/gos_37cd7c233c.png"
|
|
16736
16748
|
};
|
|
@@ -17140,15 +17152,6 @@
|
|
|
17140
17152
|
priceId: "manta-network",
|
|
17141
17153
|
hasValue: true,
|
|
17142
17154
|
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/manta-mantaatlantic.png"
|
|
17143
|
-
},
|
|
17144
|
-
"PINK-Statemint": {
|
|
17145
|
-
slug: "PINK-Statemint",
|
|
17146
|
-
originChainAsset: null,
|
|
17147
|
-
name: "PINK",
|
|
17148
|
-
symbol: "PINK",
|
|
17149
|
-
priceId: null,
|
|
17150
|
-
hasValue: true,
|
|
17151
|
-
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/pink-statemint.png"
|
|
17152
17155
|
}
|
|
17153
17156
|
};
|
|
17154
17157
|
|
|
@@ -479,6 +479,7 @@
|
|
|
479
479
|
"moonbeam-local-xcpink": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/moonbeam-local-xcpink.png",
|
|
480
480
|
"bifrost_dot-local-vmanta": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/bifrost_dot-local-vmanta.png",
|
|
481
481
|
"bifrost_dot-local-manta": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/bifrost_dot-local-manta.png",
|
|
482
|
+
"subspace_gemini_3h-native-tssc": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/subspace_gemini_3h-native-tssc.png",
|
|
482
483
|
"eth-ethereum": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/eth-ethereum.png",
|
|
483
484
|
"ibtc-interbtc": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/ibtc-interbtc.png",
|
|
484
485
|
"glmr-moonbeam": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/glmr-moonbeam.png",
|
package/cjs/data/ChainAsset.json
CHANGED
|
@@ -7633,40 +7633,6 @@
|
|
|
7633
7633
|
"hasValue": false,
|
|
7634
7634
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/bittensor_testnet-native-tao.png"
|
|
7635
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": "1",
|
|
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"
|
|
7669
|
-
},
|
|
7670
7636
|
"bifrost_dot-LOCAL-vMANTA": {
|
|
7671
7637
|
"originChain": "bifrost_dot",
|
|
7672
7638
|
"slug": "bifrost_dot-LOCAL-vMANTA",
|
|
@@ -7702,5 +7668,19 @@
|
|
|
7702
7668
|
"multiChainAsset": "MANTA-MantaAtlantic",
|
|
7703
7669
|
"hasValue": true,
|
|
7704
7670
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/bifrost_dot-local-manta.png"
|
|
7671
|
+
},
|
|
7672
|
+
"subspace_gemini_3h-NATIVE-tSSC": {
|
|
7673
|
+
"originChain": "subspace_gemini_3h",
|
|
7674
|
+
"slug": "subspace_gemini_3h-NATIVE-tSSC",
|
|
7675
|
+
"name": "Subspace Gemini 3h",
|
|
7676
|
+
"symbol": "tSSC",
|
|
7677
|
+
"decimals": 18,
|
|
7678
|
+
"priceId": null,
|
|
7679
|
+
"minAmount": "500",
|
|
7680
|
+
"assetType": "NATIVE",
|
|
7681
|
+
"metadata": null,
|
|
7682
|
+
"multiChainAsset": null,
|
|
7683
|
+
"hasValue": false,
|
|
7684
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/subspace_gemini_3h-native-tssc.png"
|
|
7705
7685
|
}
|
|
7706
|
-
}
|
|
7686
|
+
}
|
package/cjs/data/ChainInfo.json
CHANGED
|
@@ -6,6 +6,7 @@
|
|
|
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",
|
|
9
10
|
"RadiumBlock": "wss://polkadot.public.curie.radiumblock.co/ws",
|
|
10
11
|
"1RPC": "wss://1rpc.io/dot",
|
|
11
12
|
"Stakeworld": "wss://dot-rpc.stakeworld.io",
|
|
@@ -143,7 +144,6 @@
|
|
|
143
144
|
"Dwellir": "wss://moonbeam-rpc.dwellir.com",
|
|
144
145
|
"1rpc": "wss://1rpc.io/glmr",
|
|
145
146
|
"Blast": "wss://moonbeam.public.blastapi.io",
|
|
146
|
-
"OnFinality": "wss://moonbeam.api.onfinality.io/public-ws",
|
|
147
147
|
"UnitedBloc": "wss://moonbeam.unitedbloc.com"
|
|
148
148
|
},
|
|
149
149
|
"evmInfo": {
|
|
@@ -2205,7 +2205,6 @@
|
|
|
2205
2205
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/statemine.png",
|
|
2206
2206
|
"providers": {
|
|
2207
2207
|
"Dwellir": "wss://statemine-rpc.dwellir.com",
|
|
2208
|
-
"RadiumBlock": "wss://statemine.public.curie.radiumblock.co/ws",
|
|
2209
2208
|
"Dwellir Tunisia": "wss://statemine-rpc-tn.dwellir.com"
|
|
2210
2209
|
},
|
|
2211
2210
|
"evmInfo": null,
|
|
@@ -3594,7 +3593,7 @@
|
|
|
3594
3593
|
"slug": "subspace_gemini_2a",
|
|
3595
3594
|
"name": "Subspace Gemini 2a",
|
|
3596
3595
|
"isTestnet": true,
|
|
3597
|
-
"chainStatus": "
|
|
3596
|
+
"chainStatus": "INACTIVE",
|
|
3598
3597
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/subspace_gemini_2a.png",
|
|
3599
3598
|
"providers": {
|
|
3600
3599
|
"Europe 0": "wss://eu-0.gemini-2a.subspace.network/ws"
|
|
@@ -3704,7 +3703,7 @@
|
|
|
3704
3703
|
"slug": "subspace_gemini_3f",
|
|
3705
3704
|
"name": "Subspace Gemini 3f",
|
|
3706
3705
|
"isTestnet": true,
|
|
3707
|
-
"chainStatus": "
|
|
3706
|
+
"chainStatus": "INACTIVE",
|
|
3708
3707
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/subspace_gemini_3f.png",
|
|
3709
3708
|
"providers": {
|
|
3710
3709
|
"Gemini 3f": "wss://rpc-0.gemini-3f.subspace.network/ws"
|
|
@@ -5989,7 +5988,7 @@
|
|
|
5989
5988
|
"symbol": "TAO",
|
|
5990
5989
|
"decimals": 9,
|
|
5991
5990
|
"hasNativeNft": false,
|
|
5992
|
-
"supportStaking":
|
|
5991
|
+
"supportStaking": false,
|
|
5993
5992
|
"supportSmartContract": null,
|
|
5994
5993
|
"crowdloanParaId": null,
|
|
5995
5994
|
"crowdloanFunds": [
|
|
@@ -7198,7 +7197,6 @@
|
|
|
7198
7197
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/polkadex_dot.png",
|
|
7199
7198
|
"providers": {
|
|
7200
7199
|
"RadiumBlock": "wss://polkadex-parachain.public.curie.radiumblock.co/ws",
|
|
7201
|
-
"Dwellir": "wss://polkadex-rpc.dwellir.com",
|
|
7202
7200
|
"OnFinality": "wss://polkadex-parachain.api.onfinality.io/public-ws"
|
|
7203
7201
|
},
|
|
7204
7202
|
"evmInfo": null,
|
|
@@ -7239,7 +7237,7 @@
|
|
|
7239
7237
|
"slug": "bittensor_testnet",
|
|
7240
7238
|
"name": "Bittensor Testnet",
|
|
7241
7239
|
"isTestnet": true,
|
|
7242
|
-
"chainStatus": "
|
|
7240
|
+
"chainStatus": "INACTIVE",
|
|
7243
7241
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/bittensor_testnet.png",
|
|
7244
7242
|
"providers": {
|
|
7245
7243
|
"Testnet": "wss://test.finney.opentensor.ai:443"
|
|
@@ -7263,5 +7261,34 @@
|
|
|
7263
7261
|
"crowdloanFunds": []
|
|
7264
7262
|
},
|
|
7265
7263
|
"extraInfo": null
|
|
7264
|
+
},
|
|
7265
|
+
"subspace_gemini_3h": {
|
|
7266
|
+
"slug": "subspace_gemini_3h",
|
|
7267
|
+
"name": "Subspace Gemini 3h",
|
|
7268
|
+
"isTestnet": true,
|
|
7269
|
+
"chainStatus": "ACTIVE",
|
|
7270
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/subspace_gemini_3h.png",
|
|
7271
|
+
"providers": {
|
|
7272
|
+
"Gemini 3h": "wss://rpc-0.gemini-3h.subspace.network/ws"
|
|
7273
|
+
},
|
|
7274
|
+
"evmInfo": null,
|
|
7275
|
+
"substrateInfo": {
|
|
7276
|
+
"relaySlug": null,
|
|
7277
|
+
"paraId": null,
|
|
7278
|
+
"genesisHash": "0x0c121c75f4ef450f40619e1fca9d1e8e7fbabc42c895bc4790801e85d5a91c34",
|
|
7279
|
+
"addressPrefix": 2254,
|
|
7280
|
+
"chainType": "RELAYCHAIN",
|
|
7281
|
+
"crowdloanUrl": null,
|
|
7282
|
+
"blockExplorer": null,
|
|
7283
|
+
"existentialDeposit": "500",
|
|
7284
|
+
"symbol": "tSSC",
|
|
7285
|
+
"decimals": 18,
|
|
7286
|
+
"hasNativeNft": false,
|
|
7287
|
+
"supportStaking": false,
|
|
7288
|
+
"supportSmartContract": null,
|
|
7289
|
+
"crowdloanParaId": null,
|
|
7290
|
+
"crowdloanFunds": []
|
|
7291
|
+
},
|
|
7292
|
+
"extraInfo": null
|
|
7266
7293
|
}
|
|
7267
7294
|
}
|
|
@@ -209,6 +209,7 @@
|
|
|
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
211
|
"bittensor_testnet": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/bittensor_testnet.png",
|
|
212
|
+
"subspace_gemini_3h": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/subspace_gemini_3h.png",
|
|
212
213
|
"custom-Substrate-gosnetwork": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chains/gos_37cd7c233c.png",
|
|
213
214
|
"custom-Substrate-gosspectral": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chains/gos_37cd7c233c.png"
|
|
214
215
|
}
|
|
@@ -403,14 +403,5 @@
|
|
|
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"
|
|
415
406
|
}
|
|
416
|
-
}
|
|
407
|
+
}
|
package/cjs/packageInfo.js
CHANGED
package/data/AssetLogoMap.json
CHANGED
|
@@ -479,6 +479,7 @@
|
|
|
479
479
|
"moonbeam-local-xcpink": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/moonbeam-local-xcpink.png",
|
|
480
480
|
"bifrost_dot-local-vmanta": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/bifrost_dot-local-vmanta.png",
|
|
481
481
|
"bifrost_dot-local-manta": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/bifrost_dot-local-manta.png",
|
|
482
|
+
"subspace_gemini_3h-native-tssc": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/subspace_gemini_3h-native-tssc.png",
|
|
482
483
|
"eth-ethereum": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/eth-ethereum.png",
|
|
483
484
|
"ibtc-interbtc": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/ibtc-interbtc.png",
|
|
484
485
|
"glmr-moonbeam": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/glmr-moonbeam.png",
|
package/data/ChainAsset.json
CHANGED
|
@@ -7633,40 +7633,6 @@
|
|
|
7633
7633
|
"hasValue": false,
|
|
7634
7634
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/bittensor_testnet-native-tao.png"
|
|
7635
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": "1",
|
|
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"
|
|
7669
|
-
},
|
|
7670
7636
|
"bifrost_dot-LOCAL-vMANTA": {
|
|
7671
7637
|
"originChain": "bifrost_dot",
|
|
7672
7638
|
"slug": "bifrost_dot-LOCAL-vMANTA",
|
|
@@ -7702,5 +7668,19 @@
|
|
|
7702
7668
|
"multiChainAsset": "MANTA-MantaAtlantic",
|
|
7703
7669
|
"hasValue": true,
|
|
7704
7670
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/bifrost_dot-local-manta.png"
|
|
7671
|
+
},
|
|
7672
|
+
"subspace_gemini_3h-NATIVE-tSSC": {
|
|
7673
|
+
"originChain": "subspace_gemini_3h",
|
|
7674
|
+
"slug": "subspace_gemini_3h-NATIVE-tSSC",
|
|
7675
|
+
"name": "Subspace Gemini 3h",
|
|
7676
|
+
"symbol": "tSSC",
|
|
7677
|
+
"decimals": 18,
|
|
7678
|
+
"priceId": null,
|
|
7679
|
+
"minAmount": "500",
|
|
7680
|
+
"assetType": "NATIVE",
|
|
7681
|
+
"metadata": null,
|
|
7682
|
+
"multiChainAsset": null,
|
|
7683
|
+
"hasValue": false,
|
|
7684
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/subspace_gemini_3h-native-tssc.png"
|
|
7705
7685
|
}
|
|
7706
|
-
}
|
|
7686
|
+
}
|
package/data/ChainInfo.json
CHANGED
|
@@ -6,6 +6,7 @@
|
|
|
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",
|
|
9
10
|
"RadiumBlock": "wss://polkadot.public.curie.radiumblock.co/ws",
|
|
10
11
|
"1RPC": "wss://1rpc.io/dot",
|
|
11
12
|
"Stakeworld": "wss://dot-rpc.stakeworld.io",
|
|
@@ -143,7 +144,6 @@
|
|
|
143
144
|
"Dwellir": "wss://moonbeam-rpc.dwellir.com",
|
|
144
145
|
"1rpc": "wss://1rpc.io/glmr",
|
|
145
146
|
"Blast": "wss://moonbeam.public.blastapi.io",
|
|
146
|
-
"OnFinality": "wss://moonbeam.api.onfinality.io/public-ws",
|
|
147
147
|
"UnitedBloc": "wss://moonbeam.unitedbloc.com"
|
|
148
148
|
},
|
|
149
149
|
"evmInfo": {
|
|
@@ -2205,7 +2205,6 @@
|
|
|
2205
2205
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/statemine.png",
|
|
2206
2206
|
"providers": {
|
|
2207
2207
|
"Dwellir": "wss://statemine-rpc.dwellir.com",
|
|
2208
|
-
"RadiumBlock": "wss://statemine.public.curie.radiumblock.co/ws",
|
|
2209
2208
|
"Dwellir Tunisia": "wss://statemine-rpc-tn.dwellir.com"
|
|
2210
2209
|
},
|
|
2211
2210
|
"evmInfo": null,
|
|
@@ -3594,7 +3593,7 @@
|
|
|
3594
3593
|
"slug": "subspace_gemini_2a",
|
|
3595
3594
|
"name": "Subspace Gemini 2a",
|
|
3596
3595
|
"isTestnet": true,
|
|
3597
|
-
"chainStatus": "
|
|
3596
|
+
"chainStatus": "INACTIVE",
|
|
3598
3597
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/subspace_gemini_2a.png",
|
|
3599
3598
|
"providers": {
|
|
3600
3599
|
"Europe 0": "wss://eu-0.gemini-2a.subspace.network/ws"
|
|
@@ -3704,7 +3703,7 @@
|
|
|
3704
3703
|
"slug": "subspace_gemini_3f",
|
|
3705
3704
|
"name": "Subspace Gemini 3f",
|
|
3706
3705
|
"isTestnet": true,
|
|
3707
|
-
"chainStatus": "
|
|
3706
|
+
"chainStatus": "INACTIVE",
|
|
3708
3707
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/subspace_gemini_3f.png",
|
|
3709
3708
|
"providers": {
|
|
3710
3709
|
"Gemini 3f": "wss://rpc-0.gemini-3f.subspace.network/ws"
|
|
@@ -5989,7 +5988,7 @@
|
|
|
5989
5988
|
"symbol": "TAO",
|
|
5990
5989
|
"decimals": 9,
|
|
5991
5990
|
"hasNativeNft": false,
|
|
5992
|
-
"supportStaking":
|
|
5991
|
+
"supportStaking": false,
|
|
5993
5992
|
"supportSmartContract": null,
|
|
5994
5993
|
"crowdloanParaId": null,
|
|
5995
5994
|
"crowdloanFunds": [
|
|
@@ -7198,7 +7197,6 @@
|
|
|
7198
7197
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/polkadex_dot.png",
|
|
7199
7198
|
"providers": {
|
|
7200
7199
|
"RadiumBlock": "wss://polkadex-parachain.public.curie.radiumblock.co/ws",
|
|
7201
|
-
"Dwellir": "wss://polkadex-rpc.dwellir.com",
|
|
7202
7200
|
"OnFinality": "wss://polkadex-parachain.api.onfinality.io/public-ws"
|
|
7203
7201
|
},
|
|
7204
7202
|
"evmInfo": null,
|
|
@@ -7239,7 +7237,7 @@
|
|
|
7239
7237
|
"slug": "bittensor_testnet",
|
|
7240
7238
|
"name": "Bittensor Testnet",
|
|
7241
7239
|
"isTestnet": true,
|
|
7242
|
-
"chainStatus": "
|
|
7240
|
+
"chainStatus": "INACTIVE",
|
|
7243
7241
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/bittensor_testnet.png",
|
|
7244
7242
|
"providers": {
|
|
7245
7243
|
"Testnet": "wss://test.finney.opentensor.ai:443"
|
|
@@ -7263,5 +7261,34 @@
|
|
|
7263
7261
|
"crowdloanFunds": []
|
|
7264
7262
|
},
|
|
7265
7263
|
"extraInfo": null
|
|
7264
|
+
},
|
|
7265
|
+
"subspace_gemini_3h": {
|
|
7266
|
+
"slug": "subspace_gemini_3h",
|
|
7267
|
+
"name": "Subspace Gemini 3h",
|
|
7268
|
+
"isTestnet": true,
|
|
7269
|
+
"chainStatus": "ACTIVE",
|
|
7270
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/subspace_gemini_3h.png",
|
|
7271
|
+
"providers": {
|
|
7272
|
+
"Gemini 3h": "wss://rpc-0.gemini-3h.subspace.network/ws"
|
|
7273
|
+
},
|
|
7274
|
+
"evmInfo": null,
|
|
7275
|
+
"substrateInfo": {
|
|
7276
|
+
"relaySlug": null,
|
|
7277
|
+
"paraId": null,
|
|
7278
|
+
"genesisHash": "0x0c121c75f4ef450f40619e1fca9d1e8e7fbabc42c895bc4790801e85d5a91c34",
|
|
7279
|
+
"addressPrefix": 2254,
|
|
7280
|
+
"chainType": "RELAYCHAIN",
|
|
7281
|
+
"crowdloanUrl": null,
|
|
7282
|
+
"blockExplorer": null,
|
|
7283
|
+
"existentialDeposit": "500",
|
|
7284
|
+
"symbol": "tSSC",
|
|
7285
|
+
"decimals": 18,
|
|
7286
|
+
"hasNativeNft": false,
|
|
7287
|
+
"supportStaking": false,
|
|
7288
|
+
"supportSmartContract": null,
|
|
7289
|
+
"crowdloanParaId": null,
|
|
7290
|
+
"crowdloanFunds": []
|
|
7291
|
+
},
|
|
7292
|
+
"extraInfo": null
|
|
7266
7293
|
}
|
|
7267
7294
|
}
|
package/data/ChainLogoMap.json
CHANGED
|
@@ -209,6 +209,7 @@
|
|
|
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
211
|
"bittensor_testnet": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/bittensor_testnet.png",
|
|
212
|
+
"subspace_gemini_3h": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/subspace_gemini_3h.png",
|
|
212
213
|
"custom-Substrate-gosnetwork": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chains/gos_37cd7c233c.png",
|
|
213
214
|
"custom-Substrate-gosspectral": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chains/gos_37cd7c233c.png"
|
|
214
215
|
}
|
|
@@ -403,14 +403,5 @@
|
|
|
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"
|
|
415
406
|
}
|
|
416
|
-
}
|
|
407
|
+
}
|
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.40-beta.
|
|
10
|
+
version: '0.2.40-beta.3'
|
|
11
11
|
};
|