@subwallet/chain-list 0.2.40-beta.1 → 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 +98 -41
- package/cjs/data/AssetLogoMap.json +3 -0
- package/cjs/data/AssetRef.json +14 -0
- package/cjs/data/ChainAsset.json +41 -25
- package/cjs/data/ChainInfo.json +36 -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 +3 -0
- package/data/AssetRef.json +14 -0
- package/data/ChainAsset.json +41 -25
- package/data/ChainInfo.json +36 -7
- package/data/ChainLogoMap.json +1 -0
- package/data/MultiChainAsset.json +1 -10
- package/package.json +1 -1
- package/packageInfo.js +1 -1
|
@@ -485,6 +485,9 @@
|
|
|
485
485
|
"bittensor_testnet-native-tao": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/bittensor_testnet-native-tao.png",
|
|
486
486
|
"statemint-local-pink": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/statemint-local-pink.png",
|
|
487
487
|
"moonbeam-local-xcpink": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/moonbeam-local-xcpink.png",
|
|
488
|
+
"bifrost_dot-local-vmanta": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/bifrost_dot-local-vmanta.png",
|
|
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",
|
|
488
491
|
"eth-ethereum": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/eth-ethereum.png",
|
|
489
492
|
"ibtc-interbtc": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/ibtc-interbtc.png",
|
|
490
493
|
"glmr-moonbeam": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/glmr-moonbeam.png",
|
|
@@ -936,6 +939,13 @@
|
|
|
936
939
|
srcChain: "manta_network",
|
|
937
940
|
destChain: "moonbeam",
|
|
938
941
|
path: "XCM"
|
|
942
|
+
},
|
|
943
|
+
"manta_network-NATIVE-MANTA___bifrost_dot-LOCAL-MANTA": {
|
|
944
|
+
srcAsset: "manta_network-NATIVE-MANTA",
|
|
945
|
+
destAsset: "bifrost_dot-LOCAL-MANTA",
|
|
946
|
+
srcChain: "manta_network",
|
|
947
|
+
destChain: "bifrost_dot",
|
|
948
|
+
path: "XCM"
|
|
939
949
|
},
|
|
940
950
|
"manta_network-LOCAL-DOT___polkadot-NATIVE-DOT": {
|
|
941
951
|
srcAsset: "manta_network-LOCAL-DOT",
|
|
@@ -957,6 +967,13 @@
|
|
|
957
967
|
srcChain: "moonbeam",
|
|
958
968
|
destChain: "manta_network",
|
|
959
969
|
path: "XCM"
|
|
970
|
+
},
|
|
971
|
+
"bifrost_dot-LOCAL-MANTA___manta_network-NATIVE-MANTA": {
|
|
972
|
+
srcAsset: "bifrost_dot-LOCAL-MANTA",
|
|
973
|
+
destAsset: "manta_network-NATIVE-MANTA",
|
|
974
|
+
srcChain: "bifrost_dot",
|
|
975
|
+
destChain: "manta_network",
|
|
976
|
+
path: "XCM"
|
|
960
977
|
}
|
|
961
978
|
};
|
|
962
979
|
|
|
@@ -8595,39 +8612,55 @@
|
|
|
8595
8612
|
hasValue: false,
|
|
8596
8613
|
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/bittensor_testnet-native-tao.png"
|
|
8597
8614
|
},
|
|
8598
|
-
"
|
|
8599
|
-
originChain: "
|
|
8600
|
-
slug: "
|
|
8601
|
-
name: "
|
|
8602
|
-
symbol: "
|
|
8603
|
-
decimals:
|
|
8604
|
-
priceId:
|
|
8605
|
-
minAmount:
|
|
8615
|
+
"bifrost_dot-LOCAL-vMANTA": {
|
|
8616
|
+
originChain: "bifrost_dot",
|
|
8617
|
+
slug: "bifrost_dot-LOCAL-vMANTA",
|
|
8618
|
+
name: "Voucher MANTA",
|
|
8619
|
+
symbol: "vMANTA",
|
|
8620
|
+
decimals: 18,
|
|
8621
|
+
priceId: "bifrost-voucher-manta",
|
|
8622
|
+
minAmount: "10000000000000",
|
|
8606
8623
|
assetType: "LOCAL",
|
|
8607
8624
|
metadata: {
|
|
8608
|
-
|
|
8625
|
+
onChainInfo: {
|
|
8626
|
+
VToken2: "8"
|
|
8627
|
+
}
|
|
8609
8628
|
},
|
|
8610
|
-
multiChainAsset:
|
|
8629
|
+
multiChainAsset: null,
|
|
8611
8630
|
hasValue: true,
|
|
8612
|
-
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/
|
|
8631
|
+
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/bifrost_dot-local-vmanta.png"
|
|
8613
8632
|
},
|
|
8614
|
-
"
|
|
8615
|
-
originChain: "
|
|
8616
|
-
slug: "
|
|
8617
|
-
name: "
|
|
8618
|
-
symbol: "
|
|
8619
|
-
decimals:
|
|
8620
|
-
priceId:
|
|
8621
|
-
minAmount: "
|
|
8633
|
+
"bifrost_dot-LOCAL-MANTA": {
|
|
8634
|
+
originChain: "bifrost_dot",
|
|
8635
|
+
slug: "bifrost_dot-LOCAL-MANTA",
|
|
8636
|
+
name: "Manta Network",
|
|
8637
|
+
symbol: "MANTA",
|
|
8638
|
+
decimals: 18,
|
|
8639
|
+
priceId: "manta-network",
|
|
8640
|
+
minAmount: "10000000000000",
|
|
8622
8641
|
assetType: "LOCAL",
|
|
8623
8642
|
metadata: {
|
|
8624
|
-
|
|
8625
|
-
|
|
8626
|
-
|
|
8643
|
+
onChainInfo: {
|
|
8644
|
+
Token2: "8"
|
|
8645
|
+
}
|
|
8627
8646
|
},
|
|
8628
|
-
multiChainAsset: "
|
|
8647
|
+
multiChainAsset: "MANTA-MantaAtlantic",
|
|
8629
8648
|
hasValue: true,
|
|
8630
|
-
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/
|
|
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"
|
|
8631
8664
|
}
|
|
8632
8665
|
};
|
|
8633
8666
|
|
|
@@ -8638,8 +8671,11 @@
|
|
|
8638
8671
|
chainStatus: "ACTIVE",
|
|
8639
8672
|
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chains/polkadot.png",
|
|
8640
8673
|
providers: {
|
|
8674
|
+
Dwellir: "wss://polkadot-rpc.dwellir.com",
|
|
8641
8675
|
RadiumBlock: "wss://polkadot.public.curie.radiumblock.co/ws",
|
|
8676
|
+
"1RPC": "wss://1rpc.io/dot",
|
|
8642
8677
|
Stakeworld: "wss://dot-rpc.stakeworld.io",
|
|
8678
|
+
LuckyFriday: "wss://rpc-polkadot.luckyfriday.io",
|
|
8643
8679
|
"Dwellir Tunisia": "wss://polkadot-rpc-tn.dwellir.com",
|
|
8644
8680
|
"IBP-GeoDNS1": "wss://rpc.ibp.network/polkadot",
|
|
8645
8681
|
"IBP-GeoDNS2": "wss://rpc.dotters.network/polkadot",
|
|
@@ -8775,7 +8811,6 @@
|
|
|
8775
8811
|
Dwellir: "wss://moonbeam-rpc.dwellir.com",
|
|
8776
8812
|
"1rpc": "wss://1rpc.io/glmr",
|
|
8777
8813
|
Blast: "wss://moonbeam.public.blastapi.io",
|
|
8778
|
-
OnFinality: "wss://moonbeam.api.onfinality.io/public-ws",
|
|
8779
8814
|
UnitedBloc: "wss://moonbeam.unitedbloc.com"
|
|
8780
8815
|
},
|
|
8781
8816
|
evmInfo: {
|
|
@@ -10858,7 +10893,6 @@
|
|
|
10858
10893
|
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chains/statemine.png",
|
|
10859
10894
|
providers: {
|
|
10860
10895
|
Dwellir: "wss://statemine-rpc.dwellir.com",
|
|
10861
|
-
RadiumBlock: "wss://statemine.public.curie.radiumblock.co/ws",
|
|
10862
10896
|
"Dwellir Tunisia": "wss://statemine-rpc-tn.dwellir.com"
|
|
10863
10897
|
},
|
|
10864
10898
|
evmInfo: null,
|
|
@@ -12263,7 +12297,7 @@
|
|
|
12263
12297
|
slug: "subspace_gemini_2a",
|
|
12264
12298
|
name: "Subspace Gemini 2a",
|
|
12265
12299
|
isTestnet: true,
|
|
12266
|
-
chainStatus: "
|
|
12300
|
+
chainStatus: "INACTIVE",
|
|
12267
12301
|
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chains/subspace_gemini_2a.png",
|
|
12268
12302
|
providers: {
|
|
12269
12303
|
"Europe 0": "wss://eu-0.gemini-2a.subspace.network/ws"
|
|
@@ -12380,7 +12414,7 @@
|
|
|
12380
12414
|
slug: "subspace_gemini_3f",
|
|
12381
12415
|
name: "Subspace Gemini 3f",
|
|
12382
12416
|
isTestnet: true,
|
|
12383
|
-
chainStatus: "
|
|
12417
|
+
chainStatus: "INACTIVE",
|
|
12384
12418
|
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chains/subspace_gemini_3f.png",
|
|
12385
12419
|
providers: {
|
|
12386
12420
|
"Gemini 3f": "wss://rpc-0.gemini-3f.subspace.network/ws"
|
|
@@ -14691,7 +14725,7 @@
|
|
|
14691
14725
|
symbol: "TAO",
|
|
14692
14726
|
decimals: 9,
|
|
14693
14727
|
hasNativeNft: false,
|
|
14694
|
-
supportStaking:
|
|
14728
|
+
supportStaking: false,
|
|
14695
14729
|
supportSmartContract: null,
|
|
14696
14730
|
crowdloanParaId: null,
|
|
14697
14731
|
crowdloanFunds: [
|
|
@@ -15948,7 +15982,6 @@
|
|
|
15948
15982
|
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chains/polkadex_dot.png",
|
|
15949
15983
|
providers: {
|
|
15950
15984
|
RadiumBlock: "wss://polkadex-parachain.public.curie.radiumblock.co/ws",
|
|
15951
|
-
Dwellir: "wss://polkadex-rpc.dwellir.com",
|
|
15952
15985
|
OnFinality: "wss://polkadex-parachain.api.onfinality.io/public-ws"
|
|
15953
15986
|
},
|
|
15954
15987
|
evmInfo: null,
|
|
@@ -15989,7 +16022,7 @@
|
|
|
15989
16022
|
slug: "bittensor_testnet",
|
|
15990
16023
|
name: "Bittensor Testnet",
|
|
15991
16024
|
isTestnet: true,
|
|
15992
|
-
chainStatus: "
|
|
16025
|
+
chainStatus: "INACTIVE",
|
|
15993
16026
|
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chains/bittensor_testnet.png",
|
|
15994
16027
|
providers: {
|
|
15995
16028
|
Testnet: "wss://test.finney.opentensor.ai:443"
|
|
@@ -16015,6 +16048,36 @@
|
|
|
16015
16048
|
},
|
|
16016
16049
|
extraInfo: null
|
|
16017
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
|
+
};
|
|
16018
16081
|
const _ChainInfoMap = {
|
|
16019
16082
|
polkadot: polkadot$1,
|
|
16020
16083
|
kusama: kusama$1,
|
|
@@ -16255,7 +16318,8 @@
|
|
|
16255
16318
|
energy_web_x_rococo: energy_web_x_rococo$1,
|
|
16256
16319
|
manta_network_evm: manta_network_evm$1,
|
|
16257
16320
|
polkadex_dot: polkadex_dot$1,
|
|
16258
|
-
bittensor_testnet: bittensor_testnet$1
|
|
16321
|
+
bittensor_testnet: bittensor_testnet$1,
|
|
16322
|
+
subspace_gemini_3h: subspace_gemini_3h$1
|
|
16259
16323
|
};
|
|
16260
16324
|
|
|
16261
16325
|
var polkadot = "https://dev.sw-chain-list-assets.pages.dev/assets/chains/polkadot.png";
|
|
@@ -16466,6 +16530,7 @@
|
|
|
16466
16530
|
var manta_network_evm = "https://dev.sw-chain-list-assets.pages.dev/assets/chains/manta_network_evm.png";
|
|
16467
16531
|
var polkadex_dot = "https://dev.sw-chain-list-assets.pages.dev/assets/chains/polkadex_dot.png";
|
|
16468
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";
|
|
16469
16534
|
const _ChainLogoMap = {
|
|
16470
16535
|
"default": "https://dev.sw-chain-list-assets.pages.dev/assets/default.png",
|
|
16471
16536
|
polkadot: polkadot,
|
|
@@ -16677,6 +16742,7 @@
|
|
|
16677
16742
|
manta_network_evm: manta_network_evm,
|
|
16678
16743
|
polkadex_dot: polkadex_dot,
|
|
16679
16744
|
bittensor_testnet: bittensor_testnet,
|
|
16745
|
+
subspace_gemini_3h: subspace_gemini_3h,
|
|
16680
16746
|
"custom-Substrate-gosnetwork": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chains/gos_37cd7c233c.png",
|
|
16681
16747
|
"custom-Substrate-gosspectral": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chains/gos_37cd7c233c.png"
|
|
16682
16748
|
};
|
|
@@ -17086,15 +17152,6 @@
|
|
|
17086
17152
|
priceId: "manta-network",
|
|
17087
17153
|
hasValue: true,
|
|
17088
17154
|
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"
|
|
17098
17155
|
}
|
|
17099
17156
|
};
|
|
17100
17157
|
|
|
@@ -477,6 +477,9 @@
|
|
|
477
477
|
"bittensor_testnet-native-tao": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/bittensor_testnet-native-tao.png",
|
|
478
478
|
"statemint-local-pink": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/statemint-local-pink.png",
|
|
479
479
|
"moonbeam-local-xcpink": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/moonbeam-local-xcpink.png",
|
|
480
|
+
"bifrost_dot-local-vmanta": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/bifrost_dot-local-vmanta.png",
|
|
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",
|
|
480
483
|
"eth-ethereum": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/eth-ethereum.png",
|
|
481
484
|
"ibtc-interbtc": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/ibtc-interbtc.png",
|
|
482
485
|
"glmr-moonbeam": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/glmr-moonbeam.png",
|
package/cjs/data/AssetRef.json
CHANGED
|
@@ -398,6 +398,13 @@
|
|
|
398
398
|
"destChain": "moonbeam",
|
|
399
399
|
"path": "XCM"
|
|
400
400
|
},
|
|
401
|
+
"manta_network-NATIVE-MANTA___bifrost_dot-LOCAL-MANTA": {
|
|
402
|
+
"srcAsset": "manta_network-NATIVE-MANTA",
|
|
403
|
+
"destAsset": "bifrost_dot-LOCAL-MANTA",
|
|
404
|
+
"srcChain": "manta_network",
|
|
405
|
+
"destChain": "bifrost_dot",
|
|
406
|
+
"path": "XCM"
|
|
407
|
+
},
|
|
401
408
|
"manta_network-LOCAL-DOT___polkadot-NATIVE-DOT": {
|
|
402
409
|
"srcAsset": "manta_network-LOCAL-DOT",
|
|
403
410
|
"destAsset": "polkadot-NATIVE-DOT",
|
|
@@ -418,5 +425,12 @@
|
|
|
418
425
|
"srcChain": "moonbeam",
|
|
419
426
|
"destChain": "manta_network",
|
|
420
427
|
"path": "XCM"
|
|
428
|
+
},
|
|
429
|
+
"bifrost_dot-LOCAL-MANTA___manta_network-NATIVE-MANTA": {
|
|
430
|
+
"srcAsset": "bifrost_dot-LOCAL-MANTA",
|
|
431
|
+
"destAsset": "manta_network-NATIVE-MANTA",
|
|
432
|
+
"srcChain": "bifrost_dot",
|
|
433
|
+
"destChain": "manta_network",
|
|
434
|
+
"path": "XCM"
|
|
421
435
|
}
|
|
422
436
|
}
|
package/cjs/data/ChainAsset.json
CHANGED
|
@@ -7633,38 +7633,54 @@
|
|
|
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
|
-
"
|
|
7637
|
-
"originChain": "
|
|
7638
|
-
"slug": "
|
|
7639
|
-
"name": "
|
|
7640
|
-
"symbol": "
|
|
7641
|
-
"decimals":
|
|
7642
|
-
"priceId":
|
|
7643
|
-
"minAmount":
|
|
7636
|
+
"bifrost_dot-LOCAL-vMANTA": {
|
|
7637
|
+
"originChain": "bifrost_dot",
|
|
7638
|
+
"slug": "bifrost_dot-LOCAL-vMANTA",
|
|
7639
|
+
"name": "Voucher MANTA",
|
|
7640
|
+
"symbol": "vMANTA",
|
|
7641
|
+
"decimals": 18,
|
|
7642
|
+
"priceId": "bifrost-voucher-manta",
|
|
7643
|
+
"minAmount": "10000000000000",
|
|
7644
7644
|
"assetType": "LOCAL",
|
|
7645
7645
|
"metadata": {
|
|
7646
|
-
"
|
|
7646
|
+
"onChainInfo": {
|
|
7647
|
+
"VToken2": "8"
|
|
7648
|
+
}
|
|
7647
7649
|
},
|
|
7648
|
-
"multiChainAsset":
|
|
7650
|
+
"multiChainAsset": null,
|
|
7649
7651
|
"hasValue": true,
|
|
7650
|
-
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/
|
|
7652
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/bifrost_dot-local-vmanta.png"
|
|
7651
7653
|
},
|
|
7652
|
-
"
|
|
7653
|
-
"originChain": "
|
|
7654
|
-
"slug": "
|
|
7655
|
-
"name": "
|
|
7656
|
-
"symbol": "
|
|
7657
|
-
"decimals":
|
|
7658
|
-
"priceId":
|
|
7659
|
-
"minAmount": "
|
|
7654
|
+
"bifrost_dot-LOCAL-MANTA": {
|
|
7655
|
+
"originChain": "bifrost_dot",
|
|
7656
|
+
"slug": "bifrost_dot-LOCAL-MANTA",
|
|
7657
|
+
"name": "Manta Network",
|
|
7658
|
+
"symbol": "MANTA",
|
|
7659
|
+
"decimals": 18,
|
|
7660
|
+
"priceId": "manta-network",
|
|
7661
|
+
"minAmount": "10000000000000",
|
|
7660
7662
|
"assetType": "LOCAL",
|
|
7661
7663
|
"metadata": {
|
|
7662
|
-
"
|
|
7663
|
-
|
|
7664
|
-
|
|
7664
|
+
"onChainInfo": {
|
|
7665
|
+
"Token2": "8"
|
|
7666
|
+
}
|
|
7665
7667
|
},
|
|
7666
|
-
"multiChainAsset": "
|
|
7668
|
+
"multiChainAsset": "MANTA-MantaAtlantic",
|
|
7667
7669
|
"hasValue": true,
|
|
7668
|
-
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/
|
|
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"
|
|
7669
7685
|
}
|
|
7670
|
-
}
|
|
7686
|
+
}
|
package/cjs/data/ChainInfo.json
CHANGED
|
@@ -6,8 +6,11 @@
|
|
|
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",
|
|
11
|
+
"1RPC": "wss://1rpc.io/dot",
|
|
10
12
|
"Stakeworld": "wss://dot-rpc.stakeworld.io",
|
|
13
|
+
"LuckyFriday": "wss://rpc-polkadot.luckyfriday.io",
|
|
11
14
|
"Dwellir Tunisia": "wss://polkadot-rpc-tn.dwellir.com",
|
|
12
15
|
"IBP-GeoDNS1": "wss://rpc.ibp.network/polkadot",
|
|
13
16
|
"IBP-GeoDNS2": "wss://rpc.dotters.network/polkadot",
|
|
@@ -141,7 +144,6 @@
|
|
|
141
144
|
"Dwellir": "wss://moonbeam-rpc.dwellir.com",
|
|
142
145
|
"1rpc": "wss://1rpc.io/glmr",
|
|
143
146
|
"Blast": "wss://moonbeam.public.blastapi.io",
|
|
144
|
-
"OnFinality": "wss://moonbeam.api.onfinality.io/public-ws",
|
|
145
147
|
"UnitedBloc": "wss://moonbeam.unitedbloc.com"
|
|
146
148
|
},
|
|
147
149
|
"evmInfo": {
|
|
@@ -2203,7 +2205,6 @@
|
|
|
2203
2205
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/statemine.png",
|
|
2204
2206
|
"providers": {
|
|
2205
2207
|
"Dwellir": "wss://statemine-rpc.dwellir.com",
|
|
2206
|
-
"RadiumBlock": "wss://statemine.public.curie.radiumblock.co/ws",
|
|
2207
2208
|
"Dwellir Tunisia": "wss://statemine-rpc-tn.dwellir.com"
|
|
2208
2209
|
},
|
|
2209
2210
|
"evmInfo": null,
|
|
@@ -3592,7 +3593,7 @@
|
|
|
3592
3593
|
"slug": "subspace_gemini_2a",
|
|
3593
3594
|
"name": "Subspace Gemini 2a",
|
|
3594
3595
|
"isTestnet": true,
|
|
3595
|
-
"chainStatus": "
|
|
3596
|
+
"chainStatus": "INACTIVE",
|
|
3596
3597
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/subspace_gemini_2a.png",
|
|
3597
3598
|
"providers": {
|
|
3598
3599
|
"Europe 0": "wss://eu-0.gemini-2a.subspace.network/ws"
|
|
@@ -3702,7 +3703,7 @@
|
|
|
3702
3703
|
"slug": "subspace_gemini_3f",
|
|
3703
3704
|
"name": "Subspace Gemini 3f",
|
|
3704
3705
|
"isTestnet": true,
|
|
3705
|
-
"chainStatus": "
|
|
3706
|
+
"chainStatus": "INACTIVE",
|
|
3706
3707
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/subspace_gemini_3f.png",
|
|
3707
3708
|
"providers": {
|
|
3708
3709
|
"Gemini 3f": "wss://rpc-0.gemini-3f.subspace.network/ws"
|
|
@@ -5987,7 +5988,7 @@
|
|
|
5987
5988
|
"symbol": "TAO",
|
|
5988
5989
|
"decimals": 9,
|
|
5989
5990
|
"hasNativeNft": false,
|
|
5990
|
-
"supportStaking":
|
|
5991
|
+
"supportStaking": false,
|
|
5991
5992
|
"supportSmartContract": null,
|
|
5992
5993
|
"crowdloanParaId": null,
|
|
5993
5994
|
"crowdloanFunds": [
|
|
@@ -7196,7 +7197,6 @@
|
|
|
7196
7197
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/polkadex_dot.png",
|
|
7197
7198
|
"providers": {
|
|
7198
7199
|
"RadiumBlock": "wss://polkadex-parachain.public.curie.radiumblock.co/ws",
|
|
7199
|
-
"Dwellir": "wss://polkadex-rpc.dwellir.com",
|
|
7200
7200
|
"OnFinality": "wss://polkadex-parachain.api.onfinality.io/public-ws"
|
|
7201
7201
|
},
|
|
7202
7202
|
"evmInfo": null,
|
|
@@ -7237,7 +7237,7 @@
|
|
|
7237
7237
|
"slug": "bittensor_testnet",
|
|
7238
7238
|
"name": "Bittensor Testnet",
|
|
7239
7239
|
"isTestnet": true,
|
|
7240
|
-
"chainStatus": "
|
|
7240
|
+
"chainStatus": "INACTIVE",
|
|
7241
7241
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/bittensor_testnet.png",
|
|
7242
7242
|
"providers": {
|
|
7243
7243
|
"Testnet": "wss://test.finney.opentensor.ai:443"
|
|
@@ -7261,5 +7261,34 @@
|
|
|
7261
7261
|
"crowdloanFunds": []
|
|
7262
7262
|
},
|
|
7263
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
|
|
7264
7293
|
}
|
|
7265
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
|
@@ -477,6 +477,9 @@
|
|
|
477
477
|
"bittensor_testnet-native-tao": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/bittensor_testnet-native-tao.png",
|
|
478
478
|
"statemint-local-pink": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/statemint-local-pink.png",
|
|
479
479
|
"moonbeam-local-xcpink": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/moonbeam-local-xcpink.png",
|
|
480
|
+
"bifrost_dot-local-vmanta": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/bifrost_dot-local-vmanta.png",
|
|
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",
|
|
480
483
|
"eth-ethereum": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/eth-ethereum.png",
|
|
481
484
|
"ibtc-interbtc": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/ibtc-interbtc.png",
|
|
482
485
|
"glmr-moonbeam": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/glmr-moonbeam.png",
|
package/data/AssetRef.json
CHANGED
|
@@ -398,6 +398,13 @@
|
|
|
398
398
|
"destChain": "moonbeam",
|
|
399
399
|
"path": "XCM"
|
|
400
400
|
},
|
|
401
|
+
"manta_network-NATIVE-MANTA___bifrost_dot-LOCAL-MANTA": {
|
|
402
|
+
"srcAsset": "manta_network-NATIVE-MANTA",
|
|
403
|
+
"destAsset": "bifrost_dot-LOCAL-MANTA",
|
|
404
|
+
"srcChain": "manta_network",
|
|
405
|
+
"destChain": "bifrost_dot",
|
|
406
|
+
"path": "XCM"
|
|
407
|
+
},
|
|
401
408
|
"manta_network-LOCAL-DOT___polkadot-NATIVE-DOT": {
|
|
402
409
|
"srcAsset": "manta_network-LOCAL-DOT",
|
|
403
410
|
"destAsset": "polkadot-NATIVE-DOT",
|
|
@@ -418,5 +425,12 @@
|
|
|
418
425
|
"srcChain": "moonbeam",
|
|
419
426
|
"destChain": "manta_network",
|
|
420
427
|
"path": "XCM"
|
|
428
|
+
},
|
|
429
|
+
"bifrost_dot-LOCAL-MANTA___manta_network-NATIVE-MANTA": {
|
|
430
|
+
"srcAsset": "bifrost_dot-LOCAL-MANTA",
|
|
431
|
+
"destAsset": "manta_network-NATIVE-MANTA",
|
|
432
|
+
"srcChain": "bifrost_dot",
|
|
433
|
+
"destChain": "manta_network",
|
|
434
|
+
"path": "XCM"
|
|
421
435
|
}
|
|
422
436
|
}
|
package/data/ChainAsset.json
CHANGED
|
@@ -7633,38 +7633,54 @@
|
|
|
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
|
-
"
|
|
7637
|
-
"originChain": "
|
|
7638
|
-
"slug": "
|
|
7639
|
-
"name": "
|
|
7640
|
-
"symbol": "
|
|
7641
|
-
"decimals":
|
|
7642
|
-
"priceId":
|
|
7643
|
-
"minAmount":
|
|
7636
|
+
"bifrost_dot-LOCAL-vMANTA": {
|
|
7637
|
+
"originChain": "bifrost_dot",
|
|
7638
|
+
"slug": "bifrost_dot-LOCAL-vMANTA",
|
|
7639
|
+
"name": "Voucher MANTA",
|
|
7640
|
+
"symbol": "vMANTA",
|
|
7641
|
+
"decimals": 18,
|
|
7642
|
+
"priceId": "bifrost-voucher-manta",
|
|
7643
|
+
"minAmount": "10000000000000",
|
|
7644
7644
|
"assetType": "LOCAL",
|
|
7645
7645
|
"metadata": {
|
|
7646
|
-
"
|
|
7646
|
+
"onChainInfo": {
|
|
7647
|
+
"VToken2": "8"
|
|
7648
|
+
}
|
|
7647
7649
|
},
|
|
7648
|
-
"multiChainAsset":
|
|
7650
|
+
"multiChainAsset": null,
|
|
7649
7651
|
"hasValue": true,
|
|
7650
|
-
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/
|
|
7652
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/bifrost_dot-local-vmanta.png"
|
|
7651
7653
|
},
|
|
7652
|
-
"
|
|
7653
|
-
"originChain": "
|
|
7654
|
-
"slug": "
|
|
7655
|
-
"name": "
|
|
7656
|
-
"symbol": "
|
|
7657
|
-
"decimals":
|
|
7658
|
-
"priceId":
|
|
7659
|
-
"minAmount": "
|
|
7654
|
+
"bifrost_dot-LOCAL-MANTA": {
|
|
7655
|
+
"originChain": "bifrost_dot",
|
|
7656
|
+
"slug": "bifrost_dot-LOCAL-MANTA",
|
|
7657
|
+
"name": "Manta Network",
|
|
7658
|
+
"symbol": "MANTA",
|
|
7659
|
+
"decimals": 18,
|
|
7660
|
+
"priceId": "manta-network",
|
|
7661
|
+
"minAmount": "10000000000000",
|
|
7660
7662
|
"assetType": "LOCAL",
|
|
7661
7663
|
"metadata": {
|
|
7662
|
-
"
|
|
7663
|
-
|
|
7664
|
-
|
|
7664
|
+
"onChainInfo": {
|
|
7665
|
+
"Token2": "8"
|
|
7666
|
+
}
|
|
7665
7667
|
},
|
|
7666
|
-
"multiChainAsset": "
|
|
7668
|
+
"multiChainAsset": "MANTA-MantaAtlantic",
|
|
7667
7669
|
"hasValue": true,
|
|
7668
|
-
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/
|
|
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"
|
|
7669
7685
|
}
|
|
7670
|
-
}
|
|
7686
|
+
}
|
package/data/ChainInfo.json
CHANGED
|
@@ -6,8 +6,11 @@
|
|
|
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",
|
|
11
|
+
"1RPC": "wss://1rpc.io/dot",
|
|
10
12
|
"Stakeworld": "wss://dot-rpc.stakeworld.io",
|
|
13
|
+
"LuckyFriday": "wss://rpc-polkadot.luckyfriday.io",
|
|
11
14
|
"Dwellir Tunisia": "wss://polkadot-rpc-tn.dwellir.com",
|
|
12
15
|
"IBP-GeoDNS1": "wss://rpc.ibp.network/polkadot",
|
|
13
16
|
"IBP-GeoDNS2": "wss://rpc.dotters.network/polkadot",
|
|
@@ -141,7 +144,6 @@
|
|
|
141
144
|
"Dwellir": "wss://moonbeam-rpc.dwellir.com",
|
|
142
145
|
"1rpc": "wss://1rpc.io/glmr",
|
|
143
146
|
"Blast": "wss://moonbeam.public.blastapi.io",
|
|
144
|
-
"OnFinality": "wss://moonbeam.api.onfinality.io/public-ws",
|
|
145
147
|
"UnitedBloc": "wss://moonbeam.unitedbloc.com"
|
|
146
148
|
},
|
|
147
149
|
"evmInfo": {
|
|
@@ -2203,7 +2205,6 @@
|
|
|
2203
2205
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/statemine.png",
|
|
2204
2206
|
"providers": {
|
|
2205
2207
|
"Dwellir": "wss://statemine-rpc.dwellir.com",
|
|
2206
|
-
"RadiumBlock": "wss://statemine.public.curie.radiumblock.co/ws",
|
|
2207
2208
|
"Dwellir Tunisia": "wss://statemine-rpc-tn.dwellir.com"
|
|
2208
2209
|
},
|
|
2209
2210
|
"evmInfo": null,
|
|
@@ -3592,7 +3593,7 @@
|
|
|
3592
3593
|
"slug": "subspace_gemini_2a",
|
|
3593
3594
|
"name": "Subspace Gemini 2a",
|
|
3594
3595
|
"isTestnet": true,
|
|
3595
|
-
"chainStatus": "
|
|
3596
|
+
"chainStatus": "INACTIVE",
|
|
3596
3597
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/subspace_gemini_2a.png",
|
|
3597
3598
|
"providers": {
|
|
3598
3599
|
"Europe 0": "wss://eu-0.gemini-2a.subspace.network/ws"
|
|
@@ -3702,7 +3703,7 @@
|
|
|
3702
3703
|
"slug": "subspace_gemini_3f",
|
|
3703
3704
|
"name": "Subspace Gemini 3f",
|
|
3704
3705
|
"isTestnet": true,
|
|
3705
|
-
"chainStatus": "
|
|
3706
|
+
"chainStatus": "INACTIVE",
|
|
3706
3707
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/subspace_gemini_3f.png",
|
|
3707
3708
|
"providers": {
|
|
3708
3709
|
"Gemini 3f": "wss://rpc-0.gemini-3f.subspace.network/ws"
|
|
@@ -5987,7 +5988,7 @@
|
|
|
5987
5988
|
"symbol": "TAO",
|
|
5988
5989
|
"decimals": 9,
|
|
5989
5990
|
"hasNativeNft": false,
|
|
5990
|
-
"supportStaking":
|
|
5991
|
+
"supportStaking": false,
|
|
5991
5992
|
"supportSmartContract": null,
|
|
5992
5993
|
"crowdloanParaId": null,
|
|
5993
5994
|
"crowdloanFunds": [
|
|
@@ -7196,7 +7197,6 @@
|
|
|
7196
7197
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/polkadex_dot.png",
|
|
7197
7198
|
"providers": {
|
|
7198
7199
|
"RadiumBlock": "wss://polkadex-parachain.public.curie.radiumblock.co/ws",
|
|
7199
|
-
"Dwellir": "wss://polkadex-rpc.dwellir.com",
|
|
7200
7200
|
"OnFinality": "wss://polkadex-parachain.api.onfinality.io/public-ws"
|
|
7201
7201
|
},
|
|
7202
7202
|
"evmInfo": null,
|
|
@@ -7237,7 +7237,7 @@
|
|
|
7237
7237
|
"slug": "bittensor_testnet",
|
|
7238
7238
|
"name": "Bittensor Testnet",
|
|
7239
7239
|
"isTestnet": true,
|
|
7240
|
-
"chainStatus": "
|
|
7240
|
+
"chainStatus": "INACTIVE",
|
|
7241
7241
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/bittensor_testnet.png",
|
|
7242
7242
|
"providers": {
|
|
7243
7243
|
"Testnet": "wss://test.finney.opentensor.ai:443"
|
|
@@ -7261,5 +7261,34 @@
|
|
|
7261
7261
|
"crowdloanFunds": []
|
|
7262
7262
|
},
|
|
7263
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
|
|
7264
7293
|
}
|
|
7265
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
|
};
|