@subwallet/chain-list 0.2.40-beta.2 → 0.2.40-beta.4
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 +101 -51
- package/cjs/data/AssetLogoMap.json +1 -0
- package/cjs/data/ChainAsset.json +29 -35
- package/cjs/data/ChainInfo.json +63 -7
- package/cjs/data/ChainLogoMap.json +2 -0
- package/cjs/data/MultiChainAsset.json +1 -10
- package/cjs/packageInfo.js +1 -1
- package/data/AssetLogoMap.json +1 -0
- package/data/ChainAsset.json +29 -35
- package/data/ChainInfo.json +63 -7
- package/data/ChainLogoMap.json +2 -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,34 @@
|
|
|
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"
|
|
8664
|
+
},
|
|
8665
|
+
"continuum_network-NATIVE-NUUM": {
|
|
8666
|
+
originChain: "continuum_network",
|
|
8667
|
+
slug: "continuum_network-NATIVE-NUUM",
|
|
8668
|
+
name: "Continuum Network",
|
|
8669
|
+
symbol: "NUUM",
|
|
8670
|
+
decimals: 18,
|
|
8671
|
+
priceId: null,
|
|
8672
|
+
minAmount: "100000000000000000",
|
|
8673
|
+
assetType: "NATIVE",
|
|
8674
|
+
metadata: null,
|
|
8675
|
+
multiChainAsset: null,
|
|
8676
|
+
hasValue: false,
|
|
8677
|
+
icon: null
|
|
8683
8678
|
}
|
|
8684
8679
|
};
|
|
8685
8680
|
|
|
@@ -8690,6 +8685,7 @@
|
|
|
8690
8685
|
chainStatus: "ACTIVE",
|
|
8691
8686
|
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chains/polkadot.png",
|
|
8692
8687
|
providers: {
|
|
8688
|
+
Dwellir: "wss://polkadot-rpc.dwellir.com",
|
|
8693
8689
|
RadiumBlock: "wss://polkadot.public.curie.radiumblock.co/ws",
|
|
8694
8690
|
"1RPC": "wss://1rpc.io/dot",
|
|
8695
8691
|
Stakeworld: "wss://dot-rpc.stakeworld.io",
|
|
@@ -8829,7 +8825,6 @@
|
|
|
8829
8825
|
Dwellir: "wss://moonbeam-rpc.dwellir.com",
|
|
8830
8826
|
"1rpc": "wss://1rpc.io/glmr",
|
|
8831
8827
|
Blast: "wss://moonbeam.public.blastapi.io",
|
|
8832
|
-
OnFinality: "wss://moonbeam.api.onfinality.io/public-ws",
|
|
8833
8828
|
UnitedBloc: "wss://moonbeam.unitedbloc.com"
|
|
8834
8829
|
},
|
|
8835
8830
|
evmInfo: {
|
|
@@ -10912,7 +10907,6 @@
|
|
|
10912
10907
|
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chains/statemine.png",
|
|
10913
10908
|
providers: {
|
|
10914
10909
|
Dwellir: "wss://statemine-rpc.dwellir.com",
|
|
10915
|
-
RadiumBlock: "wss://statemine.public.curie.radiumblock.co/ws",
|
|
10916
10910
|
"Dwellir Tunisia": "wss://statemine-rpc-tn.dwellir.com"
|
|
10917
10911
|
},
|
|
10918
10912
|
evmInfo: null,
|
|
@@ -12317,7 +12311,7 @@
|
|
|
12317
12311
|
slug: "subspace_gemini_2a",
|
|
12318
12312
|
name: "Subspace Gemini 2a",
|
|
12319
12313
|
isTestnet: true,
|
|
12320
|
-
chainStatus: "
|
|
12314
|
+
chainStatus: "INACTIVE",
|
|
12321
12315
|
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chains/subspace_gemini_2a.png",
|
|
12322
12316
|
providers: {
|
|
12323
12317
|
"Europe 0": "wss://eu-0.gemini-2a.subspace.network/ws"
|
|
@@ -12434,7 +12428,7 @@
|
|
|
12434
12428
|
slug: "subspace_gemini_3f",
|
|
12435
12429
|
name: "Subspace Gemini 3f",
|
|
12436
12430
|
isTestnet: true,
|
|
12437
|
-
chainStatus: "
|
|
12431
|
+
chainStatus: "INACTIVE",
|
|
12438
12432
|
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chains/subspace_gemini_3f.png",
|
|
12439
12433
|
providers: {
|
|
12440
12434
|
"Gemini 3f": "wss://rpc-0.gemini-3f.subspace.network/ws"
|
|
@@ -14745,7 +14739,7 @@
|
|
|
14745
14739
|
symbol: "TAO",
|
|
14746
14740
|
decimals: 9,
|
|
14747
14741
|
hasNativeNft: false,
|
|
14748
|
-
supportStaking:
|
|
14742
|
+
supportStaking: false,
|
|
14749
14743
|
supportSmartContract: null,
|
|
14750
14744
|
crowdloanParaId: null,
|
|
14751
14745
|
crowdloanFunds: [
|
|
@@ -16002,7 +15996,6 @@
|
|
|
16002
15996
|
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chains/polkadex_dot.png",
|
|
16003
15997
|
providers: {
|
|
16004
15998
|
RadiumBlock: "wss://polkadex-parachain.public.curie.radiumblock.co/ws",
|
|
16005
|
-
Dwellir: "wss://polkadex-rpc.dwellir.com",
|
|
16006
15999
|
OnFinality: "wss://polkadex-parachain.api.onfinality.io/public-ws"
|
|
16007
16000
|
},
|
|
16008
16001
|
evmInfo: null,
|
|
@@ -16043,7 +16036,7 @@
|
|
|
16043
16036
|
slug: "bittensor_testnet",
|
|
16044
16037
|
name: "Bittensor Testnet",
|
|
16045
16038
|
isTestnet: true,
|
|
16046
|
-
chainStatus: "
|
|
16039
|
+
chainStatus: "INACTIVE",
|
|
16047
16040
|
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chains/bittensor_testnet.png",
|
|
16048
16041
|
providers: {
|
|
16049
16042
|
Testnet: "wss://test.finney.opentensor.ai:443"
|
|
@@ -16069,6 +16062,66 @@
|
|
|
16069
16062
|
},
|
|
16070
16063
|
extraInfo: null
|
|
16071
16064
|
};
|
|
16065
|
+
var subspace_gemini_3h$1 = {
|
|
16066
|
+
slug: "subspace_gemini_3h",
|
|
16067
|
+
name: "Subspace Gemini 3h",
|
|
16068
|
+
isTestnet: true,
|
|
16069
|
+
chainStatus: "ACTIVE",
|
|
16070
|
+
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chains/subspace_gemini_3h.png",
|
|
16071
|
+
providers: {
|
|
16072
|
+
"Gemini 3h": "wss://rpc-0.gemini-3h.subspace.network/ws"
|
|
16073
|
+
},
|
|
16074
|
+
evmInfo: null,
|
|
16075
|
+
substrateInfo: {
|
|
16076
|
+
relaySlug: null,
|
|
16077
|
+
paraId: null,
|
|
16078
|
+
genesisHash: "0x0c121c75f4ef450f40619e1fca9d1e8e7fbabc42c895bc4790801e85d5a91c34",
|
|
16079
|
+
addressPrefix: 2254,
|
|
16080
|
+
chainType: "RELAYCHAIN",
|
|
16081
|
+
crowdloanUrl: null,
|
|
16082
|
+
blockExplorer: null,
|
|
16083
|
+
existentialDeposit: "500",
|
|
16084
|
+
symbol: "tSSC",
|
|
16085
|
+
decimals: 18,
|
|
16086
|
+
hasNativeNft: false,
|
|
16087
|
+
supportStaking: false,
|
|
16088
|
+
supportSmartContract: null,
|
|
16089
|
+
crowdloanParaId: null,
|
|
16090
|
+
crowdloanFunds: [
|
|
16091
|
+
]
|
|
16092
|
+
},
|
|
16093
|
+
extraInfo: null
|
|
16094
|
+
};
|
|
16095
|
+
var continuum_network$1 = {
|
|
16096
|
+
slug: "continuum_network",
|
|
16097
|
+
name: "Continuum Network",
|
|
16098
|
+
isTestnet: false,
|
|
16099
|
+
chainStatus: "ACTIVE",
|
|
16100
|
+
icon: null,
|
|
16101
|
+
providers: {
|
|
16102
|
+
"Continuum RPC Node": "wss://continuum-rpc-1.metaverse.network/wss"
|
|
16103
|
+
},
|
|
16104
|
+
evmInfo: null,
|
|
16105
|
+
substrateInfo: {
|
|
16106
|
+
relaySlug: null,
|
|
16107
|
+
paraId: 3346,
|
|
16108
|
+
genesisHash: "0xae1ca86c936aa252cdc45f4f436220567b2bbbcc4834f5b8f4191462baf19dfb",
|
|
16109
|
+
addressPrefix: 268,
|
|
16110
|
+
chainType: "RELAYCHAIN",
|
|
16111
|
+
crowdloanUrl: null,
|
|
16112
|
+
blockExplorer: null,
|
|
16113
|
+
existentialDeposit: "100000000000000000",
|
|
16114
|
+
symbol: "NUUM",
|
|
16115
|
+
decimals: 18,
|
|
16116
|
+
hasNativeNft: true,
|
|
16117
|
+
supportStaking: null,
|
|
16118
|
+
supportSmartContract: null,
|
|
16119
|
+
crowdloanParaId: null,
|
|
16120
|
+
crowdloanFunds: [
|
|
16121
|
+
]
|
|
16122
|
+
},
|
|
16123
|
+
extraInfo: null
|
|
16124
|
+
};
|
|
16072
16125
|
const _ChainInfoMap = {
|
|
16073
16126
|
polkadot: polkadot$1,
|
|
16074
16127
|
kusama: kusama$1,
|
|
@@ -16309,7 +16362,9 @@
|
|
|
16309
16362
|
energy_web_x_rococo: energy_web_x_rococo$1,
|
|
16310
16363
|
manta_network_evm: manta_network_evm$1,
|
|
16311
16364
|
polkadex_dot: polkadex_dot$1,
|
|
16312
|
-
bittensor_testnet: bittensor_testnet$1
|
|
16365
|
+
bittensor_testnet: bittensor_testnet$1,
|
|
16366
|
+
subspace_gemini_3h: subspace_gemini_3h$1,
|
|
16367
|
+
continuum_network: continuum_network$1
|
|
16313
16368
|
};
|
|
16314
16369
|
|
|
16315
16370
|
var polkadot = "https://dev.sw-chain-list-assets.pages.dev/assets/chains/polkadot.png";
|
|
@@ -16520,6 +16575,8 @@
|
|
|
16520
16575
|
var manta_network_evm = "https://dev.sw-chain-list-assets.pages.dev/assets/chains/manta_network_evm.png";
|
|
16521
16576
|
var polkadex_dot = "https://dev.sw-chain-list-assets.pages.dev/assets/chains/polkadex_dot.png";
|
|
16522
16577
|
var bittensor_testnet = "https://dev.sw-chain-list-assets.pages.dev/assets/chains/bittensor_testnet.png";
|
|
16578
|
+
var subspace_gemini_3h = "https://dev.sw-chain-list-assets.pages.dev/assets/chains/subspace_gemini_3h.png";
|
|
16579
|
+
var continuum_network = "https://dev.sw-chain-list-assets.pages.dev/assets/default.png";
|
|
16523
16580
|
const _ChainLogoMap = {
|
|
16524
16581
|
"default": "https://dev.sw-chain-list-assets.pages.dev/assets/default.png",
|
|
16525
16582
|
polkadot: polkadot,
|
|
@@ -16731,6 +16788,8 @@
|
|
|
16731
16788
|
manta_network_evm: manta_network_evm,
|
|
16732
16789
|
polkadex_dot: polkadex_dot,
|
|
16733
16790
|
bittensor_testnet: bittensor_testnet,
|
|
16791
|
+
subspace_gemini_3h: subspace_gemini_3h,
|
|
16792
|
+
continuum_network: continuum_network,
|
|
16734
16793
|
"custom-Substrate-gosnetwork": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chains/gos_37cd7c233c.png",
|
|
16735
16794
|
"custom-Substrate-gosspectral": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chains/gos_37cd7c233c.png"
|
|
16736
16795
|
};
|
|
@@ -17140,15 +17199,6 @@
|
|
|
17140
17199
|
priceId: "manta-network",
|
|
17141
17200
|
hasValue: true,
|
|
17142
17201
|
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
17202
|
}
|
|
17153
17203
|
};
|
|
17154
17204
|
|
|
@@ -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,33 @@
|
|
|
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"
|
|
7685
|
+
},
|
|
7686
|
+
"continuum_network-NATIVE-NUUM": {
|
|
7687
|
+
"originChain": "continuum_network",
|
|
7688
|
+
"slug": "continuum_network-NATIVE-NUUM",
|
|
7689
|
+
"name": "Continuum Network",
|
|
7690
|
+
"symbol": "NUUM",
|
|
7691
|
+
"decimals": 18,
|
|
7692
|
+
"priceId": null,
|
|
7693
|
+
"minAmount": "100000000000000000",
|
|
7694
|
+
"assetType": "NATIVE",
|
|
7695
|
+
"metadata": null,
|
|
7696
|
+
"multiChainAsset": null,
|
|
7697
|
+
"hasValue": false,
|
|
7698
|
+
"icon": null
|
|
7705
7699
|
}
|
|
7706
|
-
}
|
|
7700
|
+
}
|
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,63 @@
|
|
|
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
|
|
7293
|
+
},
|
|
7294
|
+
"continuum_network": {
|
|
7295
|
+
"slug": "continuum_network",
|
|
7296
|
+
"name": "Continuum Network",
|
|
7297
|
+
"isTestnet": false,
|
|
7298
|
+
"chainStatus": "ACTIVE",
|
|
7299
|
+
"icon": null,
|
|
7300
|
+
"providers": {
|
|
7301
|
+
"Continuum RPC Node": "wss://continuum-rpc-1.metaverse.network/wss"
|
|
7302
|
+
},
|
|
7303
|
+
"evmInfo": null,
|
|
7304
|
+
"substrateInfo": {
|
|
7305
|
+
"relaySlug": null,
|
|
7306
|
+
"paraId": 3346,
|
|
7307
|
+
"genesisHash": "0xae1ca86c936aa252cdc45f4f436220567b2bbbcc4834f5b8f4191462baf19dfb",
|
|
7308
|
+
"addressPrefix": 268,
|
|
7309
|
+
"chainType": "RELAYCHAIN",
|
|
7310
|
+
"crowdloanUrl": null,
|
|
7311
|
+
"blockExplorer": null,
|
|
7312
|
+
"existentialDeposit": "100000000000000000",
|
|
7313
|
+
"symbol": "NUUM",
|
|
7314
|
+
"decimals": 18,
|
|
7315
|
+
"hasNativeNft": true,
|
|
7316
|
+
"supportStaking": null,
|
|
7317
|
+
"supportSmartContract": null,
|
|
7318
|
+
"crowdloanParaId": null,
|
|
7319
|
+
"crowdloanFunds": []
|
|
7320
|
+
},
|
|
7321
|
+
"extraInfo": null
|
|
7266
7322
|
}
|
|
7267
7323
|
}
|
|
@@ -209,6 +209,8 @@
|
|
|
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",
|
|
213
|
+
"continuum_network": "https://dev.sw-chain-list-assets.pages.dev/assets/default.png",
|
|
212
214
|
"custom-Substrate-gosnetwork": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chains/gos_37cd7c233c.png",
|
|
213
215
|
"custom-Substrate-gosspectral": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chains/gos_37cd7c233c.png"
|
|
214
216
|
}
|
|
@@ -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,33 @@
|
|
|
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"
|
|
7685
|
+
},
|
|
7686
|
+
"continuum_network-NATIVE-NUUM": {
|
|
7687
|
+
"originChain": "continuum_network",
|
|
7688
|
+
"slug": "continuum_network-NATIVE-NUUM",
|
|
7689
|
+
"name": "Continuum Network",
|
|
7690
|
+
"symbol": "NUUM",
|
|
7691
|
+
"decimals": 18,
|
|
7692
|
+
"priceId": null,
|
|
7693
|
+
"minAmount": "100000000000000000",
|
|
7694
|
+
"assetType": "NATIVE",
|
|
7695
|
+
"metadata": null,
|
|
7696
|
+
"multiChainAsset": null,
|
|
7697
|
+
"hasValue": false,
|
|
7698
|
+
"icon": null
|
|
7705
7699
|
}
|
|
7706
|
-
}
|
|
7700
|
+
}
|
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,63 @@
|
|
|
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
|
|
7293
|
+
},
|
|
7294
|
+
"continuum_network": {
|
|
7295
|
+
"slug": "continuum_network",
|
|
7296
|
+
"name": "Continuum Network",
|
|
7297
|
+
"isTestnet": false,
|
|
7298
|
+
"chainStatus": "ACTIVE",
|
|
7299
|
+
"icon": null,
|
|
7300
|
+
"providers": {
|
|
7301
|
+
"Continuum RPC Node": "wss://continuum-rpc-1.metaverse.network/wss"
|
|
7302
|
+
},
|
|
7303
|
+
"evmInfo": null,
|
|
7304
|
+
"substrateInfo": {
|
|
7305
|
+
"relaySlug": null,
|
|
7306
|
+
"paraId": 3346,
|
|
7307
|
+
"genesisHash": "0xae1ca86c936aa252cdc45f4f436220567b2bbbcc4834f5b8f4191462baf19dfb",
|
|
7308
|
+
"addressPrefix": 268,
|
|
7309
|
+
"chainType": "RELAYCHAIN",
|
|
7310
|
+
"crowdloanUrl": null,
|
|
7311
|
+
"blockExplorer": null,
|
|
7312
|
+
"existentialDeposit": "100000000000000000",
|
|
7313
|
+
"symbol": "NUUM",
|
|
7314
|
+
"decimals": 18,
|
|
7315
|
+
"hasNativeNft": true,
|
|
7316
|
+
"supportStaking": null,
|
|
7317
|
+
"supportSmartContract": null,
|
|
7318
|
+
"crowdloanParaId": null,
|
|
7319
|
+
"crowdloanFunds": []
|
|
7320
|
+
},
|
|
7321
|
+
"extraInfo": null
|
|
7266
7322
|
}
|
|
7267
7323
|
}
|
package/data/ChainLogoMap.json
CHANGED
|
@@ -209,6 +209,8 @@
|
|
|
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",
|
|
213
|
+
"continuum_network": "https://dev.sw-chain-list-assets.pages.dev/assets/default.png",
|
|
212
214
|
"custom-Substrate-gosnetwork": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chains/gos_37cd7c233c.png",
|
|
213
215
|
"custom-Substrate-gosspectral": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chains/gos_37cd7c233c.png"
|
|
214
216
|
}
|
|
@@ -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.4'
|
|
11
11
|
};
|