@subwallet/chain-list 0.2.40-beta.5 → 0.2.41-beta.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundle-subwallet-chain-list.js +78 -12
- package/cjs/data/AssetLogoMap.json +1 -0
- package/cjs/data/ChainAsset.json +51 -1
- package/cjs/data/ChainInfo.json +18 -12
- package/cjs/data/MultiChainAsset.json +10 -1
- package/cjs/packageInfo.js +1 -1
- package/data/AssetLogoMap.json +1 -0
- package/data/ChainAsset.json +51 -1
- package/data/ChainInfo.json +18 -12
- package/data/MultiChainAsset.json +10 -1
- package/package.json +1 -1
- package/packageInfo.js +1 -1
|
@@ -489,6 +489,7 @@
|
|
|
489
489
|
"bifrost_dot-local-manta": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/bifrost_dot-local-manta.png",
|
|
490
490
|
"subspace_gemini_3h-native-tssc": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/subspace_gemini_3h-native-tssc.png",
|
|
491
491
|
"continuum_network-native-nuum": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/continuum_network-native-nuum.png",
|
|
492
|
+
"hydradx_main-local-intr": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/hydradx_main-local-intr.png",
|
|
492
493
|
"eth-ethereum": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/eth-ethereum.png",
|
|
493
494
|
"ibtc-interbtc": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/ibtc-interbtc.png",
|
|
494
495
|
"glmr-moonbeam": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/glmr-moonbeam.png",
|
|
@@ -8612,6 +8613,40 @@
|
|
|
8612
8613
|
multiChainAsset: null,
|
|
8613
8614
|
hasValue: false,
|
|
8614
8615
|
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/bittensor_testnet-native-tao.png"
|
|
8616
|
+
},
|
|
8617
|
+
"statemint-LOCAL-PINK": {
|
|
8618
|
+
originChain: "statemint",
|
|
8619
|
+
slug: "statemint-LOCAL-PINK",
|
|
8620
|
+
name: "Statemint",
|
|
8621
|
+
symbol: "PINK",
|
|
8622
|
+
decimals: 10,
|
|
8623
|
+
priceId: null,
|
|
8624
|
+
minAmount: "1",
|
|
8625
|
+
assetType: "LOCAL",
|
|
8626
|
+
metadata: {
|
|
8627
|
+
assetId: "23"
|
|
8628
|
+
},
|
|
8629
|
+
multiChainAsset: "PINK-Statemint",
|
|
8630
|
+
hasValue: true,
|
|
8631
|
+
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/statemint-local-pink.png"
|
|
8632
|
+
},
|
|
8633
|
+
"moonbeam-LOCAL-xcPINK": {
|
|
8634
|
+
originChain: "moonbeam",
|
|
8635
|
+
slug: "moonbeam-LOCAL-xcPINK",
|
|
8636
|
+
name: "Moonbeam",
|
|
8637
|
+
symbol: "xcPINK",
|
|
8638
|
+
decimals: 10,
|
|
8639
|
+
priceId: null,
|
|
8640
|
+
minAmount: "1",
|
|
8641
|
+
assetType: "LOCAL",
|
|
8642
|
+
metadata: {
|
|
8643
|
+
assetId: "42259045809535163221576417993425387648",
|
|
8644
|
+
assetType: "ForeignAsset",
|
|
8645
|
+
contractAddress: "0xfFfFFfFf30478fAFBE935e466da114E14fB3563d"
|
|
8646
|
+
},
|
|
8647
|
+
multiChainAsset: "PINK-Statemint",
|
|
8648
|
+
hasValue: true,
|
|
8649
|
+
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/moonbeam-local-xcpink.png"
|
|
8615
8650
|
},
|
|
8616
8651
|
"bifrost_dot-LOCAL-vMANTA": {
|
|
8617
8652
|
originChain: "bifrost_dot",
|
|
@@ -8676,6 +8711,22 @@
|
|
|
8676
8711
|
multiChainAsset: null,
|
|
8677
8712
|
hasValue: false,
|
|
8678
8713
|
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/continuum_network-native-nuum.png"
|
|
8714
|
+
},
|
|
8715
|
+
"hydradx_main-LOCAL-INTR": {
|
|
8716
|
+
originChain: "hydradx_main",
|
|
8717
|
+
slug: "hydradx_main-LOCAL-INTR",
|
|
8718
|
+
name: "Interlay",
|
|
8719
|
+
symbol: "INTR",
|
|
8720
|
+
decimals: 10,
|
|
8721
|
+
priceId: "interlay",
|
|
8722
|
+
minAmount: "6164274209",
|
|
8723
|
+
assetType: "LOCAL",
|
|
8724
|
+
metadata: {
|
|
8725
|
+
assetId: "17"
|
|
8726
|
+
},
|
|
8727
|
+
multiChainAsset: "INTR-Interlay",
|
|
8728
|
+
hasValue: true,
|
|
8729
|
+
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/hydradx_main-local-intr.png"
|
|
8679
8730
|
}
|
|
8680
8731
|
};
|
|
8681
8732
|
|
|
@@ -8687,7 +8738,6 @@
|
|
|
8687
8738
|
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chains/polkadot.png",
|
|
8688
8739
|
providers: {
|
|
8689
8740
|
Dwellir: "wss://polkadot-rpc.dwellir.com",
|
|
8690
|
-
RadiumBlock: "wss://polkadot.public.curie.radiumblock.co/ws",
|
|
8691
8741
|
"1RPC": "wss://1rpc.io/dot",
|
|
8692
8742
|
Stakeworld: "wss://dot-rpc.stakeworld.io",
|
|
8693
8743
|
LuckyFriday: "wss://rpc-polkadot.luckyfriday.io",
|
|
@@ -8728,7 +8778,6 @@
|
|
|
8728
8778
|
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chains/kusama.png",
|
|
8729
8779
|
providers: {
|
|
8730
8780
|
Dwellir: "wss://kusama-rpc.dwellir.com",
|
|
8731
|
-
RadiumBlock: "wss://polkadot.public.curie.radiumblock.co/ws",
|
|
8732
8781
|
"1RPC": "wss://1rpc.io/ksm",
|
|
8733
8782
|
"Dwellir Tunisia": "wss://kusama-rpc-tn.dwellir.com",
|
|
8734
8783
|
LuckyFriday: "wss://rpc-kusama.luckyfriday.io",
|
|
@@ -9037,8 +9086,11 @@
|
|
|
9037
9086
|
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chains/statemint.png",
|
|
9038
9087
|
providers: {
|
|
9039
9088
|
Dwellir: "wss://statemint-rpc.dwellir.com",
|
|
9040
|
-
|
|
9041
|
-
"
|
|
9089
|
+
"Dwellir Tunisia": "wss://statemint-rpc-tn.dwellir.com",
|
|
9090
|
+
"IBP-GeoDNS1": "wss://sys.ibp.network/statemint",
|
|
9091
|
+
"IBP-GeoDNS2": "wss://sys.dotters.network/statemint",
|
|
9092
|
+
"Lucky Friday": "wss://rpc-asset-hub-polkadot.luckyfriday.io",
|
|
9093
|
+
StakeWorld: "wss://dot-rpc.stakeworld.io/assethub"
|
|
9042
9094
|
},
|
|
9043
9095
|
evmInfo: null,
|
|
9044
9096
|
substrateInfo: {
|
|
@@ -10908,7 +10960,11 @@
|
|
|
10908
10960
|
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chains/statemine.png",
|
|
10909
10961
|
providers: {
|
|
10910
10962
|
Dwellir: "wss://statemine-rpc.dwellir.com",
|
|
10911
|
-
"Dwellir Tunisia": "wss://statemine-rpc-tn.dwellir.com"
|
|
10963
|
+
"Dwellir Tunisia": "wss://statemine-rpc-tn.dwellir.com",
|
|
10964
|
+
"IBP-GeoDNS1": "wss://sys.ibp.network/statemine",
|
|
10965
|
+
"IBP-GeoDNS2": "wss://sys.dotters.network/statemine",
|
|
10966
|
+
"Lucky Friday": "wss://rpc-asset-hub-kusama.luckyfriday.io",
|
|
10967
|
+
"Stake World": "wss://ksm-rpc.stakeworld.io/assethub"
|
|
10912
10968
|
},
|
|
10913
10969
|
evmInfo: null,
|
|
10914
10970
|
substrateInfo: {
|
|
@@ -12515,7 +12571,7 @@
|
|
|
12515
12571
|
addressPrefix: 2254,
|
|
12516
12572
|
chainType: "RELAYCHAIN",
|
|
12517
12573
|
crowdloanUrl: null,
|
|
12518
|
-
blockExplorer:
|
|
12574
|
+
blockExplorer: null,
|
|
12519
12575
|
existentialDeposit: "500",
|
|
12520
12576
|
symbol: "tSSC",
|
|
12521
12577
|
decimals: 18,
|
|
@@ -12526,9 +12582,7 @@
|
|
|
12526
12582
|
crowdloanFunds: [
|
|
12527
12583
|
]
|
|
12528
12584
|
},
|
|
12529
|
-
extraInfo:
|
|
12530
|
-
subscanSlug: "subspace"
|
|
12531
|
-
}
|
|
12585
|
+
extraInfo: null
|
|
12532
12586
|
};
|
|
12533
12587
|
var dorafactory$1 = {
|
|
12534
12588
|
slug: "dorafactory",
|
|
@@ -14311,7 +14365,8 @@
|
|
|
14311
14365
|
chainStatus: "ACTIVE",
|
|
14312
14366
|
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chains/vara_network.png",
|
|
14313
14367
|
providers: {
|
|
14314
|
-
Vara: "wss://rpc.vara-network.io"
|
|
14368
|
+
Vara: "wss://rpc.vara-network.io",
|
|
14369
|
+
"Vara Network": "wss://rpc.vara.network"
|
|
14315
14370
|
},
|
|
14316
14371
|
evmInfo: null,
|
|
14317
14372
|
substrateInfo: {
|
|
@@ -16080,7 +16135,7 @@
|
|
|
16080
16135
|
addressPrefix: 2254,
|
|
16081
16136
|
chainType: "RELAYCHAIN",
|
|
16082
16137
|
crowdloanUrl: null,
|
|
16083
|
-
blockExplorer:
|
|
16138
|
+
blockExplorer: "https://subspace.subscan.io/",
|
|
16084
16139
|
existentialDeposit: "500",
|
|
16085
16140
|
symbol: "tSSC",
|
|
16086
16141
|
decimals: 18,
|
|
@@ -16091,7 +16146,9 @@
|
|
|
16091
16146
|
crowdloanFunds: [
|
|
16092
16147
|
]
|
|
16093
16148
|
},
|
|
16094
|
-
extraInfo:
|
|
16149
|
+
extraInfo: {
|
|
16150
|
+
subscanSlug: "subspace"
|
|
16151
|
+
}
|
|
16095
16152
|
};
|
|
16096
16153
|
var continuum_network$1 = {
|
|
16097
16154
|
slug: "continuum_network",
|
|
@@ -17200,6 +17257,15 @@
|
|
|
17200
17257
|
priceId: "manta-network",
|
|
17201
17258
|
hasValue: true,
|
|
17202
17259
|
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/manta-mantaatlantic.png"
|
|
17260
|
+
},
|
|
17261
|
+
"PINK-Statemint": {
|
|
17262
|
+
slug: "PINK-Statemint",
|
|
17263
|
+
originChainAsset: null,
|
|
17264
|
+
name: "PINK",
|
|
17265
|
+
symbol: "PINK",
|
|
17266
|
+
priceId: null,
|
|
17267
|
+
hasValue: true,
|
|
17268
|
+
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/pink-statemint.png"
|
|
17203
17269
|
}
|
|
17204
17270
|
};
|
|
17205
17271
|
|
|
@@ -481,6 +481,7 @@
|
|
|
481
481
|
"bifrost_dot-local-manta": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/bifrost_dot-local-manta.png",
|
|
482
482
|
"subspace_gemini_3h-native-tssc": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/subspace_gemini_3h-native-tssc.png",
|
|
483
483
|
"continuum_network-native-nuum": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/continuum_network-native-nuum.png",
|
|
484
|
+
"hydradx_main-local-intr": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/hydradx_main-local-intr.png",
|
|
484
485
|
"eth-ethereum": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/eth-ethereum.png",
|
|
485
486
|
"ibtc-interbtc": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/ibtc-interbtc.png",
|
|
486
487
|
"glmr-moonbeam": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/glmr-moonbeam.png",
|
package/cjs/data/ChainAsset.json
CHANGED
|
@@ -7633,6 +7633,40 @@
|
|
|
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
|
+
},
|
|
7636
7670
|
"bifrost_dot-LOCAL-vMANTA": {
|
|
7637
7671
|
"originChain": "bifrost_dot",
|
|
7638
7672
|
"slug": "bifrost_dot-LOCAL-vMANTA",
|
|
@@ -7696,5 +7730,21 @@
|
|
|
7696
7730
|
"multiChainAsset": null,
|
|
7697
7731
|
"hasValue": false,
|
|
7698
7732
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/continuum_network-native-nuum.png"
|
|
7733
|
+
},
|
|
7734
|
+
"hydradx_main-LOCAL-INTR": {
|
|
7735
|
+
"originChain": "hydradx_main",
|
|
7736
|
+
"slug": "hydradx_main-LOCAL-INTR",
|
|
7737
|
+
"name": "Interlay",
|
|
7738
|
+
"symbol": "INTR",
|
|
7739
|
+
"decimals": 10,
|
|
7740
|
+
"priceId": "interlay",
|
|
7741
|
+
"minAmount": "6164274209",
|
|
7742
|
+
"assetType": "LOCAL",
|
|
7743
|
+
"metadata": {
|
|
7744
|
+
"assetId": "17"
|
|
7745
|
+
},
|
|
7746
|
+
"multiChainAsset": "INTR-Interlay",
|
|
7747
|
+
"hasValue": true,
|
|
7748
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/hydradx_main-local-intr.png"
|
|
7699
7749
|
}
|
|
7700
|
-
}
|
|
7750
|
+
}
|
package/cjs/data/ChainInfo.json
CHANGED
|
@@ -7,7 +7,6 @@
|
|
|
7
7
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/polkadot.png",
|
|
8
8
|
"providers": {
|
|
9
9
|
"Dwellir": "wss://polkadot-rpc.dwellir.com",
|
|
10
|
-
"RadiumBlock": "wss://polkadot.public.curie.radiumblock.co/ws",
|
|
11
10
|
"1RPC": "wss://1rpc.io/dot",
|
|
12
11
|
"Stakeworld": "wss://dot-rpc.stakeworld.io",
|
|
13
12
|
"LuckyFriday": "wss://rpc-polkadot.luckyfriday.io",
|
|
@@ -47,7 +46,6 @@
|
|
|
47
46
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/kusama.png",
|
|
48
47
|
"providers": {
|
|
49
48
|
"Dwellir": "wss://kusama-rpc.dwellir.com",
|
|
50
|
-
"RadiumBlock": "wss://polkadot.public.curie.radiumblock.co/ws",
|
|
51
49
|
"1RPC": "wss://1rpc.io/ksm",
|
|
52
50
|
"Dwellir Tunisia": "wss://kusama-rpc-tn.dwellir.com",
|
|
53
51
|
"LuckyFriday": "wss://rpc-kusama.luckyfriday.io",
|
|
@@ -354,8 +352,11 @@
|
|
|
354
352
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/statemint.png",
|
|
355
353
|
"providers": {
|
|
356
354
|
"Dwellir": "wss://statemint-rpc.dwellir.com",
|
|
357
|
-
"
|
|
358
|
-
"
|
|
355
|
+
"Dwellir Tunisia": "wss://statemint-rpc-tn.dwellir.com",
|
|
356
|
+
"IBP-GeoDNS1": "wss://sys.ibp.network/statemint",
|
|
357
|
+
"IBP-GeoDNS2": "wss://sys.dotters.network/statemint",
|
|
358
|
+
"Lucky Friday": "wss://rpc-asset-hub-polkadot.luckyfriday.io",
|
|
359
|
+
"StakeWorld": "wss://dot-rpc.stakeworld.io/assethub"
|
|
359
360
|
},
|
|
360
361
|
"evmInfo": null,
|
|
361
362
|
"substrateInfo": {
|
|
@@ -2205,7 +2206,11 @@
|
|
|
2205
2206
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/statemine.png",
|
|
2206
2207
|
"providers": {
|
|
2207
2208
|
"Dwellir": "wss://statemine-rpc.dwellir.com",
|
|
2208
|
-
"Dwellir Tunisia": "wss://statemine-rpc-tn.dwellir.com"
|
|
2209
|
+
"Dwellir Tunisia": "wss://statemine-rpc-tn.dwellir.com",
|
|
2210
|
+
"IBP-GeoDNS1": "wss://sys.ibp.network/statemine",
|
|
2211
|
+
"IBP-GeoDNS2": "wss://sys.dotters.network/statemine",
|
|
2212
|
+
"Lucky Friday": "wss://rpc-asset-hub-kusama.luckyfriday.io",
|
|
2213
|
+
"Stake World": "wss://ksm-rpc.stakeworld.io/assethub"
|
|
2209
2214
|
},
|
|
2210
2215
|
"evmInfo": null,
|
|
2211
2216
|
"substrateInfo": {
|
|
@@ -3788,7 +3793,7 @@
|
|
|
3788
3793
|
"addressPrefix": 2254,
|
|
3789
3794
|
"chainType": "RELAYCHAIN",
|
|
3790
3795
|
"crowdloanUrl": null,
|
|
3791
|
-
"blockExplorer":
|
|
3796
|
+
"blockExplorer": null,
|
|
3792
3797
|
"existentialDeposit": "500",
|
|
3793
3798
|
"symbol": "tSSC",
|
|
3794
3799
|
"decimals": 18,
|
|
@@ -3798,9 +3803,7 @@
|
|
|
3798
3803
|
"crowdloanParaId": null,
|
|
3799
3804
|
"crowdloanFunds": []
|
|
3800
3805
|
},
|
|
3801
|
-
"extraInfo":
|
|
3802
|
-
"subscanSlug": "subspace"
|
|
3803
|
-
}
|
|
3806
|
+
"extraInfo": null
|
|
3804
3807
|
},
|
|
3805
3808
|
"dorafactory": {
|
|
3806
3809
|
"slug": "dorafactory",
|
|
@@ -5566,7 +5569,8 @@
|
|
|
5566
5569
|
"chainStatus": "ACTIVE",
|
|
5567
5570
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/vara_network.png",
|
|
5568
5571
|
"providers": {
|
|
5569
|
-
"Vara": "wss://rpc.vara-network.io"
|
|
5572
|
+
"Vara": "wss://rpc.vara-network.io",
|
|
5573
|
+
"Vara Network": "wss://rpc.vara.network"
|
|
5570
5574
|
},
|
|
5571
5575
|
"evmInfo": null,
|
|
5572
5576
|
"substrateInfo": {
|
|
@@ -7279,7 +7283,7 @@
|
|
|
7279
7283
|
"addressPrefix": 2254,
|
|
7280
7284
|
"chainType": "RELAYCHAIN",
|
|
7281
7285
|
"crowdloanUrl": null,
|
|
7282
|
-
"blockExplorer":
|
|
7286
|
+
"blockExplorer": "https://subspace.subscan.io/",
|
|
7283
7287
|
"existentialDeposit": "500",
|
|
7284
7288
|
"symbol": "tSSC",
|
|
7285
7289
|
"decimals": 18,
|
|
@@ -7289,7 +7293,9 @@
|
|
|
7289
7293
|
"crowdloanParaId": null,
|
|
7290
7294
|
"crowdloanFunds": []
|
|
7291
7295
|
},
|
|
7292
|
-
"extraInfo":
|
|
7296
|
+
"extraInfo": {
|
|
7297
|
+
"subscanSlug": "subspace"
|
|
7298
|
+
}
|
|
7293
7299
|
},
|
|
7294
7300
|
"continuum_network": {
|
|
7295
7301
|
"slug": "continuum_network",
|
|
@@ -403,5 +403,14 @@
|
|
|
403
403
|
"priceId": "manta-network",
|
|
404
404
|
"hasValue": true,
|
|
405
405
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/manta-mantaatlantic.png"
|
|
406
|
+
},
|
|
407
|
+
"PINK-Statemint": {
|
|
408
|
+
"slug": "PINK-Statemint",
|
|
409
|
+
"originChainAsset": null,
|
|
410
|
+
"name": "PINK",
|
|
411
|
+
"symbol": "PINK",
|
|
412
|
+
"priceId": null,
|
|
413
|
+
"hasValue": true,
|
|
414
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/pink-statemint.png"
|
|
406
415
|
}
|
|
407
|
-
}
|
|
416
|
+
}
|
package/cjs/packageInfo.js
CHANGED
package/data/AssetLogoMap.json
CHANGED
|
@@ -481,6 +481,7 @@
|
|
|
481
481
|
"bifrost_dot-local-manta": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/bifrost_dot-local-manta.png",
|
|
482
482
|
"subspace_gemini_3h-native-tssc": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/subspace_gemini_3h-native-tssc.png",
|
|
483
483
|
"continuum_network-native-nuum": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/continuum_network-native-nuum.png",
|
|
484
|
+
"hydradx_main-local-intr": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/hydradx_main-local-intr.png",
|
|
484
485
|
"eth-ethereum": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/eth-ethereum.png",
|
|
485
486
|
"ibtc-interbtc": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/ibtc-interbtc.png",
|
|
486
487
|
"glmr-moonbeam": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/glmr-moonbeam.png",
|
package/data/ChainAsset.json
CHANGED
|
@@ -7633,6 +7633,40 @@
|
|
|
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
|
+
},
|
|
7636
7670
|
"bifrost_dot-LOCAL-vMANTA": {
|
|
7637
7671
|
"originChain": "bifrost_dot",
|
|
7638
7672
|
"slug": "bifrost_dot-LOCAL-vMANTA",
|
|
@@ -7696,5 +7730,21 @@
|
|
|
7696
7730
|
"multiChainAsset": null,
|
|
7697
7731
|
"hasValue": false,
|
|
7698
7732
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/continuum_network-native-nuum.png"
|
|
7733
|
+
},
|
|
7734
|
+
"hydradx_main-LOCAL-INTR": {
|
|
7735
|
+
"originChain": "hydradx_main",
|
|
7736
|
+
"slug": "hydradx_main-LOCAL-INTR",
|
|
7737
|
+
"name": "Interlay",
|
|
7738
|
+
"symbol": "INTR",
|
|
7739
|
+
"decimals": 10,
|
|
7740
|
+
"priceId": "interlay",
|
|
7741
|
+
"minAmount": "6164274209",
|
|
7742
|
+
"assetType": "LOCAL",
|
|
7743
|
+
"metadata": {
|
|
7744
|
+
"assetId": "17"
|
|
7745
|
+
},
|
|
7746
|
+
"multiChainAsset": "INTR-Interlay",
|
|
7747
|
+
"hasValue": true,
|
|
7748
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/hydradx_main-local-intr.png"
|
|
7699
7749
|
}
|
|
7700
|
-
}
|
|
7750
|
+
}
|
package/data/ChainInfo.json
CHANGED
|
@@ -7,7 +7,6 @@
|
|
|
7
7
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/polkadot.png",
|
|
8
8
|
"providers": {
|
|
9
9
|
"Dwellir": "wss://polkadot-rpc.dwellir.com",
|
|
10
|
-
"RadiumBlock": "wss://polkadot.public.curie.radiumblock.co/ws",
|
|
11
10
|
"1RPC": "wss://1rpc.io/dot",
|
|
12
11
|
"Stakeworld": "wss://dot-rpc.stakeworld.io",
|
|
13
12
|
"LuckyFriday": "wss://rpc-polkadot.luckyfriday.io",
|
|
@@ -47,7 +46,6 @@
|
|
|
47
46
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/kusama.png",
|
|
48
47
|
"providers": {
|
|
49
48
|
"Dwellir": "wss://kusama-rpc.dwellir.com",
|
|
50
|
-
"RadiumBlock": "wss://polkadot.public.curie.radiumblock.co/ws",
|
|
51
49
|
"1RPC": "wss://1rpc.io/ksm",
|
|
52
50
|
"Dwellir Tunisia": "wss://kusama-rpc-tn.dwellir.com",
|
|
53
51
|
"LuckyFriday": "wss://rpc-kusama.luckyfriday.io",
|
|
@@ -354,8 +352,11 @@
|
|
|
354
352
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/statemint.png",
|
|
355
353
|
"providers": {
|
|
356
354
|
"Dwellir": "wss://statemint-rpc.dwellir.com",
|
|
357
|
-
"
|
|
358
|
-
"
|
|
355
|
+
"Dwellir Tunisia": "wss://statemint-rpc-tn.dwellir.com",
|
|
356
|
+
"IBP-GeoDNS1": "wss://sys.ibp.network/statemint",
|
|
357
|
+
"IBP-GeoDNS2": "wss://sys.dotters.network/statemint",
|
|
358
|
+
"Lucky Friday": "wss://rpc-asset-hub-polkadot.luckyfriday.io",
|
|
359
|
+
"StakeWorld": "wss://dot-rpc.stakeworld.io/assethub"
|
|
359
360
|
},
|
|
360
361
|
"evmInfo": null,
|
|
361
362
|
"substrateInfo": {
|
|
@@ -2205,7 +2206,11 @@
|
|
|
2205
2206
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/statemine.png",
|
|
2206
2207
|
"providers": {
|
|
2207
2208
|
"Dwellir": "wss://statemine-rpc.dwellir.com",
|
|
2208
|
-
"Dwellir Tunisia": "wss://statemine-rpc-tn.dwellir.com"
|
|
2209
|
+
"Dwellir Tunisia": "wss://statemine-rpc-tn.dwellir.com",
|
|
2210
|
+
"IBP-GeoDNS1": "wss://sys.ibp.network/statemine",
|
|
2211
|
+
"IBP-GeoDNS2": "wss://sys.dotters.network/statemine",
|
|
2212
|
+
"Lucky Friday": "wss://rpc-asset-hub-kusama.luckyfriday.io",
|
|
2213
|
+
"Stake World": "wss://ksm-rpc.stakeworld.io/assethub"
|
|
2209
2214
|
},
|
|
2210
2215
|
"evmInfo": null,
|
|
2211
2216
|
"substrateInfo": {
|
|
@@ -3788,7 +3793,7 @@
|
|
|
3788
3793
|
"addressPrefix": 2254,
|
|
3789
3794
|
"chainType": "RELAYCHAIN",
|
|
3790
3795
|
"crowdloanUrl": null,
|
|
3791
|
-
"blockExplorer":
|
|
3796
|
+
"blockExplorer": null,
|
|
3792
3797
|
"existentialDeposit": "500",
|
|
3793
3798
|
"symbol": "tSSC",
|
|
3794
3799
|
"decimals": 18,
|
|
@@ -3798,9 +3803,7 @@
|
|
|
3798
3803
|
"crowdloanParaId": null,
|
|
3799
3804
|
"crowdloanFunds": []
|
|
3800
3805
|
},
|
|
3801
|
-
"extraInfo":
|
|
3802
|
-
"subscanSlug": "subspace"
|
|
3803
|
-
}
|
|
3806
|
+
"extraInfo": null
|
|
3804
3807
|
},
|
|
3805
3808
|
"dorafactory": {
|
|
3806
3809
|
"slug": "dorafactory",
|
|
@@ -5566,7 +5569,8 @@
|
|
|
5566
5569
|
"chainStatus": "ACTIVE",
|
|
5567
5570
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/vara_network.png",
|
|
5568
5571
|
"providers": {
|
|
5569
|
-
"Vara": "wss://rpc.vara-network.io"
|
|
5572
|
+
"Vara": "wss://rpc.vara-network.io",
|
|
5573
|
+
"Vara Network": "wss://rpc.vara.network"
|
|
5570
5574
|
},
|
|
5571
5575
|
"evmInfo": null,
|
|
5572
5576
|
"substrateInfo": {
|
|
@@ -7279,7 +7283,7 @@
|
|
|
7279
7283
|
"addressPrefix": 2254,
|
|
7280
7284
|
"chainType": "RELAYCHAIN",
|
|
7281
7285
|
"crowdloanUrl": null,
|
|
7282
|
-
"blockExplorer":
|
|
7286
|
+
"blockExplorer": "https://subspace.subscan.io/",
|
|
7283
7287
|
"existentialDeposit": "500",
|
|
7284
7288
|
"symbol": "tSSC",
|
|
7285
7289
|
"decimals": 18,
|
|
@@ -7289,7 +7293,9 @@
|
|
|
7289
7293
|
"crowdloanParaId": null,
|
|
7290
7294
|
"crowdloanFunds": []
|
|
7291
7295
|
},
|
|
7292
|
-
"extraInfo":
|
|
7296
|
+
"extraInfo": {
|
|
7297
|
+
"subscanSlug": "subspace"
|
|
7298
|
+
}
|
|
7293
7299
|
},
|
|
7294
7300
|
"continuum_network": {
|
|
7295
7301
|
"slug": "continuum_network",
|
|
@@ -403,5 +403,14 @@
|
|
|
403
403
|
"priceId": "manta-network",
|
|
404
404
|
"hasValue": true,
|
|
405
405
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/manta-mantaatlantic.png"
|
|
406
|
+
},
|
|
407
|
+
"PINK-Statemint": {
|
|
408
|
+
"slug": "PINK-Statemint",
|
|
409
|
+
"originChainAsset": null,
|
|
410
|
+
"name": "PINK",
|
|
411
|
+
"symbol": "PINK",
|
|
412
|
+
"priceId": null,
|
|
413
|
+
"hasValue": true,
|
|
414
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/pink-statemint.png"
|
|
406
415
|
}
|
|
407
|
-
}
|
|
416
|
+
}
|
package/package.json
CHANGED
package/packageInfo.js
CHANGED
|
@@ -7,5 +7,5 @@ export const packageInfo = {
|
|
|
7
7
|
name: '@subwallet/chain-list',
|
|
8
8
|
path: (import.meta && import.meta.url) ? new URL(import.meta.url).pathname.substring(0, new URL(import.meta.url).pathname.lastIndexOf('/') + 1) : 'auto',
|
|
9
9
|
type: 'esm',
|
|
10
|
-
version: '0.2.
|
|
10
|
+
version: '0.2.41-beta.0'
|
|
11
11
|
};
|