@subwallet/chain-list 0.2.42-beta.2 → 0.2.42-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 +161 -5
- package/cjs/data/AssetLogoMap.json +4 -0
- package/cjs/data/ChainAsset.json +60 -2
- package/cjs/data/ChainInfo.json +87 -4
- package/cjs/data/ChainLogoMap.json +3 -0
- package/cjs/packageInfo.js +1 -1
- package/data/AssetLogoMap.json +4 -0
- package/data/ChainAsset.json +60 -2
- package/data/ChainInfo.json +87 -4
- package/data/ChainLogoMap.json +3 -0
- package/package.json +1 -1
- package/packageInfo.js +1 -1
|
@@ -492,6 +492,10 @@
|
|
|
492
492
|
"hydradx_main-local-intr": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/hydradx_main-local-intr.png",
|
|
493
493
|
"rococo_assethub-native-roc": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/rococo_assethub-native-roc.png",
|
|
494
494
|
"rococo_assethub-local-weth": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/rococo_assethub-local-weth.png",
|
|
495
|
+
"okxtest-native-okx": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/okxtest-native-okx.png",
|
|
496
|
+
"liberlandtest-native-ldn": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/liberlandtest-native-ldn.png",
|
|
497
|
+
"liberland-native-lld": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/liberland-native-lld.png",
|
|
498
|
+
"liberland-local-llm": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/liberland-local-llm.png",
|
|
495
499
|
"eth-ethereum": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/eth-ethereum.png",
|
|
496
500
|
"ibtc-interbtc": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/ibtc-interbtc.png",
|
|
497
501
|
"glmr-moonbeam": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/glmr-moonbeam.png",
|
|
@@ -8123,7 +8127,7 @@
|
|
|
8123
8127
|
name: "Cypress",
|
|
8124
8128
|
symbol: "CP",
|
|
8125
8129
|
decimals: 18,
|
|
8126
|
-
priceId:
|
|
8130
|
+
priceId: "cypress",
|
|
8127
8131
|
minAmount: null,
|
|
8128
8132
|
assetType: "ERC20",
|
|
8129
8133
|
metadata: {
|
|
@@ -8779,6 +8783,64 @@
|
|
|
8779
8783
|
multiChainAsset: null,
|
|
8780
8784
|
hasValue: false,
|
|
8781
8785
|
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/rococo_assethub-local-weth.png"
|
|
8786
|
+
},
|
|
8787
|
+
"okxTest-NATIVE-OKX": {
|
|
8788
|
+
originChain: "okxTest",
|
|
8789
|
+
slug: "okxTest-NATIVE-OKX",
|
|
8790
|
+
name: "OKX X1 testnet",
|
|
8791
|
+
symbol: "OKX",
|
|
8792
|
+
decimals: 18,
|
|
8793
|
+
priceId: null,
|
|
8794
|
+
minAmount: "0",
|
|
8795
|
+
assetType: "NATIVE",
|
|
8796
|
+
metadata: null,
|
|
8797
|
+
multiChainAsset: null,
|
|
8798
|
+
hasValue: false,
|
|
8799
|
+
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/okxtest-native-okx.png"
|
|
8800
|
+
},
|
|
8801
|
+
"liberlandTest-NATIVE-LDN": {
|
|
8802
|
+
originChain: "liberlandTest",
|
|
8803
|
+
slug: "liberlandTest-NATIVE-LDN",
|
|
8804
|
+
name: "Liberland Testnet",
|
|
8805
|
+
symbol: "LDN",
|
|
8806
|
+
decimals: 12,
|
|
8807
|
+
priceId: null,
|
|
8808
|
+
minAmount: "1000000000000",
|
|
8809
|
+
assetType: "NATIVE",
|
|
8810
|
+
metadata: null,
|
|
8811
|
+
multiChainAsset: null,
|
|
8812
|
+
hasValue: false,
|
|
8813
|
+
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/liberlandtest-native-ldn.png"
|
|
8814
|
+
},
|
|
8815
|
+
"liberland-NATIVE-LLD": {
|
|
8816
|
+
originChain: "liberland",
|
|
8817
|
+
slug: "liberland-NATIVE-LLD",
|
|
8818
|
+
name: "Liberland",
|
|
8819
|
+
symbol: "LLD",
|
|
8820
|
+
decimals: 12,
|
|
8821
|
+
priceId: null,
|
|
8822
|
+
minAmount: "1000000000000",
|
|
8823
|
+
assetType: "NATIVE",
|
|
8824
|
+
metadata: null,
|
|
8825
|
+
multiChainAsset: null,
|
|
8826
|
+
hasValue: true,
|
|
8827
|
+
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/liberland-native-lld.png"
|
|
8828
|
+
},
|
|
8829
|
+
"liberland-LOCAL-LLM": {
|
|
8830
|
+
originChain: "liberland",
|
|
8831
|
+
slug: "liberland-LOCAL-LLM",
|
|
8832
|
+
name: "Liberland Merit",
|
|
8833
|
+
symbol: "LLM",
|
|
8834
|
+
decimals: 12,
|
|
8835
|
+
priceId: null,
|
|
8836
|
+
minAmount: "1",
|
|
8837
|
+
assetType: "LOCAL",
|
|
8838
|
+
metadata: {
|
|
8839
|
+
assetId: "1"
|
|
8840
|
+
},
|
|
8841
|
+
multiChainAsset: null,
|
|
8842
|
+
hasValue: true,
|
|
8843
|
+
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/liberland-local-llm.png"
|
|
8782
8844
|
}
|
|
8783
8845
|
};
|
|
8784
8846
|
|
|
@@ -8790,7 +8852,7 @@
|
|
|
8790
8852
|
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chains/polkadot.png",
|
|
8791
8853
|
providers: {
|
|
8792
8854
|
Dwellir: "wss://polkadot-rpc.dwellir.com",
|
|
8793
|
-
|
|
8855
|
+
RadiumBlock: "wss://polkadot.public.curie.radiumblock.co/ws",
|
|
8794
8856
|
Stakeworld: "wss://dot-rpc.stakeworld.io",
|
|
8795
8857
|
LuckyFriday: "wss://rpc-polkadot.luckyfriday.io",
|
|
8796
8858
|
"Dwellir Tunisia": "wss://polkadot-rpc-tn.dwellir.com",
|
|
@@ -8830,7 +8892,7 @@
|
|
|
8830
8892
|
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chains/kusama.png",
|
|
8831
8893
|
providers: {
|
|
8832
8894
|
Dwellir: "wss://kusama-rpc.dwellir.com",
|
|
8833
|
-
|
|
8895
|
+
RadiumBlock: "wss://kusama.public.curie.radiumblock.co/ws",
|
|
8834
8896
|
"Dwellir Tunisia": "wss://kusama-rpc-tn.dwellir.com",
|
|
8835
8897
|
LuckyFriday: "wss://rpc-kusama.luckyfriday.io",
|
|
8836
8898
|
Stakeworld: "wss://ksm-rpc.stakeworld.io",
|
|
@@ -13025,7 +13087,7 @@
|
|
|
13025
13087
|
symbol: "CAPS",
|
|
13026
13088
|
decimals: 18,
|
|
13027
13089
|
hasNativeNft: false,
|
|
13028
|
-
supportStaking:
|
|
13090
|
+
supportStaking: false,
|
|
13029
13091
|
supportSmartContract: null,
|
|
13030
13092
|
crowdloanParaId: null,
|
|
13031
13093
|
crowdloanFunds: [
|
|
@@ -16263,6 +16325,91 @@
|
|
|
16263
16325
|
},
|
|
16264
16326
|
extraInfo: null
|
|
16265
16327
|
};
|
|
16328
|
+
var okxTest$1 = {
|
|
16329
|
+
slug: "okxTest",
|
|
16330
|
+
name: "OKX X1 testnet",
|
|
16331
|
+
isTestnet: true,
|
|
16332
|
+
chainStatus: "ACTIVE",
|
|
16333
|
+
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chains/okxtest.png",
|
|
16334
|
+
providers: {
|
|
16335
|
+
Testrpc: "https://testrpc.x1.tech/",
|
|
16336
|
+
X1testrpc: "https://x1testrpc.okx.com/"
|
|
16337
|
+
},
|
|
16338
|
+
evmInfo: {
|
|
16339
|
+
evmChainId: 195,
|
|
16340
|
+
blockExplorer: "https://www.okx.com/nl/explorer/x1-test",
|
|
16341
|
+
existentialDeposit: "0",
|
|
16342
|
+
symbol: "OKB",
|
|
16343
|
+
decimals: 18,
|
|
16344
|
+
supportSmartContract: [
|
|
16345
|
+
"ERC20",
|
|
16346
|
+
"ERC721"
|
|
16347
|
+
],
|
|
16348
|
+
abiExplorer: "https://www.okx.com/nl/explorer/x1-test"
|
|
16349
|
+
},
|
|
16350
|
+
substrateInfo: null,
|
|
16351
|
+
extraInfo: null
|
|
16352
|
+
};
|
|
16353
|
+
var liberlandTest$1 = {
|
|
16354
|
+
slug: "liberlandTest",
|
|
16355
|
+
name: "Liberland Testnet",
|
|
16356
|
+
isTestnet: true,
|
|
16357
|
+
chainStatus: "ACTIVE",
|
|
16358
|
+
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chains/liberlandtest.png",
|
|
16359
|
+
providers: {
|
|
16360
|
+
Liberland: "wss://testchain.liberland.org"
|
|
16361
|
+
},
|
|
16362
|
+
evmInfo: null,
|
|
16363
|
+
substrateInfo: {
|
|
16364
|
+
relaySlug: null,
|
|
16365
|
+
paraId: null,
|
|
16366
|
+
genesisHash: "0x131a8f81116a6ee880aa5f84b16115499a50f5f8dccfed80d87e204ec9203f3c",
|
|
16367
|
+
addressPrefix: 42,
|
|
16368
|
+
chainType: "RELAYCHAIN",
|
|
16369
|
+
crowdloanUrl: null,
|
|
16370
|
+
blockExplorer: null,
|
|
16371
|
+
existentialDeposit: "1000000000000",
|
|
16372
|
+
symbol: "LDN",
|
|
16373
|
+
decimals: 12,
|
|
16374
|
+
hasNativeNft: null,
|
|
16375
|
+
supportStaking: null,
|
|
16376
|
+
supportSmartContract: null,
|
|
16377
|
+
crowdloanParaId: null,
|
|
16378
|
+
crowdloanFunds: [
|
|
16379
|
+
]
|
|
16380
|
+
},
|
|
16381
|
+
extraInfo: null
|
|
16382
|
+
};
|
|
16383
|
+
var liberland$1 = {
|
|
16384
|
+
slug: "liberland",
|
|
16385
|
+
name: "Liberland",
|
|
16386
|
+
isTestnet: false,
|
|
16387
|
+
chainStatus: "ACTIVE",
|
|
16388
|
+
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chains/liberland.png",
|
|
16389
|
+
providers: {
|
|
16390
|
+
Liberland: "wss://mainnet.liberland.org"
|
|
16391
|
+
},
|
|
16392
|
+
evmInfo: null,
|
|
16393
|
+
substrateInfo: {
|
|
16394
|
+
relaySlug: null,
|
|
16395
|
+
paraId: null,
|
|
16396
|
+
genesisHash: "0x6bd89e052d67a45bb60a9a23e8581053d5e0d619f15cb9865946937e690c42d6",
|
|
16397
|
+
addressPrefix: 42,
|
|
16398
|
+
chainType: "RELAYCHAIN",
|
|
16399
|
+
crowdloanUrl: null,
|
|
16400
|
+
blockExplorer: null,
|
|
16401
|
+
existentialDeposit: "1000000000000",
|
|
16402
|
+
symbol: "LLD",
|
|
16403
|
+
decimals: 12,
|
|
16404
|
+
hasNativeNft: null,
|
|
16405
|
+
supportStaking: null,
|
|
16406
|
+
supportSmartContract: null,
|
|
16407
|
+
crowdloanParaId: null,
|
|
16408
|
+
crowdloanFunds: [
|
|
16409
|
+
]
|
|
16410
|
+
},
|
|
16411
|
+
extraInfo: null
|
|
16412
|
+
};
|
|
16266
16413
|
const _ChainInfoMap = {
|
|
16267
16414
|
polkadot: polkadot$1,
|
|
16268
16415
|
kusama: kusama$1,
|
|
@@ -16506,7 +16653,10 @@
|
|
|
16506
16653
|
bittensor_testnet: bittensor_testnet$1,
|
|
16507
16654
|
subspace_gemini_3h: subspace_gemini_3h$1,
|
|
16508
16655
|
continuum_network: continuum_network$1,
|
|
16509
|
-
rococo_assethub: rococo_assethub$1
|
|
16656
|
+
rococo_assethub: rococo_assethub$1,
|
|
16657
|
+
okxTest: okxTest$1,
|
|
16658
|
+
liberlandTest: liberlandTest$1,
|
|
16659
|
+
liberland: liberland$1
|
|
16510
16660
|
};
|
|
16511
16661
|
|
|
16512
16662
|
var polkadot = "https://dev.sw-chain-list-assets.pages.dev/assets/chains/polkadot.png";
|
|
@@ -16720,6 +16870,9 @@
|
|
|
16720
16870
|
var subspace_gemini_3h = "https://dev.sw-chain-list-assets.pages.dev/assets/chains/subspace_gemini_3h.png";
|
|
16721
16871
|
var continuum_network = "https://dev.sw-chain-list-assets.pages.dev/assets/chains/continuum_network.png";
|
|
16722
16872
|
var rococo_assethub = "https://dev.sw-chain-list-assets.pages.dev/assets/chains/rococo_assethub.png";
|
|
16873
|
+
var okxTest = "https://dev.sw-chain-list-assets.pages.dev/assets/chains/okxtest.png";
|
|
16874
|
+
var liberlandTest = "https://dev.sw-chain-list-assets.pages.dev/assets/chains/liberlandtest.png";
|
|
16875
|
+
var liberland = "https://dev.sw-chain-list-assets.pages.dev/assets/chains/liberland.png";
|
|
16723
16876
|
const _ChainLogoMap = {
|
|
16724
16877
|
"default": "https://dev.sw-chain-list-assets.pages.dev/assets/default.png",
|
|
16725
16878
|
polkadot: polkadot,
|
|
@@ -16934,6 +17087,9 @@
|
|
|
16934
17087
|
subspace_gemini_3h: subspace_gemini_3h,
|
|
16935
17088
|
continuum_network: continuum_network,
|
|
16936
17089
|
rococo_assethub: rococo_assethub,
|
|
17090
|
+
okxTest: okxTest,
|
|
17091
|
+
liberlandTest: liberlandTest,
|
|
17092
|
+
liberland: liberland,
|
|
16937
17093
|
"custom-Substrate-gosnetwork": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chains/gos_37cd7c233c.png",
|
|
16938
17094
|
"custom-Substrate-gosspectral": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chains/gos_37cd7c233c.png"
|
|
16939
17095
|
};
|
|
@@ -484,6 +484,10 @@
|
|
|
484
484
|
"hydradx_main-local-intr": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/hydradx_main-local-intr.png",
|
|
485
485
|
"rococo_assethub-native-roc": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/rococo_assethub-native-roc.png",
|
|
486
486
|
"rococo_assethub-local-weth": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/rococo_assethub-local-weth.png",
|
|
487
|
+
"okxtest-native-okx": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/okxtest-native-okx.png",
|
|
488
|
+
"liberlandtest-native-ldn": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/liberlandtest-native-ldn.png",
|
|
489
|
+
"liberland-native-lld": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/liberland-native-lld.png",
|
|
490
|
+
"liberland-local-llm": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/liberland-local-llm.png",
|
|
487
491
|
"eth-ethereum": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/eth-ethereum.png",
|
|
488
492
|
"ibtc-interbtc": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/ibtc-interbtc.png",
|
|
489
493
|
"glmr-moonbeam": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/glmr-moonbeam.png",
|
package/cjs/data/ChainAsset.json
CHANGED
|
@@ -7140,7 +7140,7 @@
|
|
|
7140
7140
|
"name": "Cypress",
|
|
7141
7141
|
"symbol": "CP",
|
|
7142
7142
|
"decimals": 18,
|
|
7143
|
-
"priceId":
|
|
7143
|
+
"priceId": "cypress",
|
|
7144
7144
|
"minAmount": null,
|
|
7145
7145
|
"assetType": "ERC20",
|
|
7146
7146
|
"metadata": {
|
|
@@ -7796,5 +7796,63 @@
|
|
|
7796
7796
|
"multiChainAsset": null,
|
|
7797
7797
|
"hasValue": false,
|
|
7798
7798
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/rococo_assethub-local-weth.png"
|
|
7799
|
+
},
|
|
7800
|
+
"okxTest-NATIVE-OKX": {
|
|
7801
|
+
"originChain": "okxTest",
|
|
7802
|
+
"slug": "okxTest-NATIVE-OKX",
|
|
7803
|
+
"name": "OKX X1 testnet",
|
|
7804
|
+
"symbol": "OKX",
|
|
7805
|
+
"decimals": 18,
|
|
7806
|
+
"priceId": null,
|
|
7807
|
+
"minAmount": "0",
|
|
7808
|
+
"assetType": "NATIVE",
|
|
7809
|
+
"metadata": null,
|
|
7810
|
+
"multiChainAsset": null,
|
|
7811
|
+
"hasValue": false,
|
|
7812
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/okxtest-native-okx.png"
|
|
7813
|
+
},
|
|
7814
|
+
"liberlandTest-NATIVE-LDN": {
|
|
7815
|
+
"originChain": "liberlandTest",
|
|
7816
|
+
"slug": "liberlandTest-NATIVE-LDN",
|
|
7817
|
+
"name": "Liberland Testnet",
|
|
7818
|
+
"symbol": "LDN",
|
|
7819
|
+
"decimals": 12,
|
|
7820
|
+
"priceId": null,
|
|
7821
|
+
"minAmount": "1000000000000",
|
|
7822
|
+
"assetType": "NATIVE",
|
|
7823
|
+
"metadata": null,
|
|
7824
|
+
"multiChainAsset": null,
|
|
7825
|
+
"hasValue": false,
|
|
7826
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/liberlandtest-native-ldn.png"
|
|
7827
|
+
},
|
|
7828
|
+
"liberland-NATIVE-LLD": {
|
|
7829
|
+
"originChain": "liberland",
|
|
7830
|
+
"slug": "liberland-NATIVE-LLD",
|
|
7831
|
+
"name": "Liberland",
|
|
7832
|
+
"symbol": "LLD",
|
|
7833
|
+
"decimals": 12,
|
|
7834
|
+
"priceId": null,
|
|
7835
|
+
"minAmount": "1000000000000",
|
|
7836
|
+
"assetType": "NATIVE",
|
|
7837
|
+
"metadata": null,
|
|
7838
|
+
"multiChainAsset": null,
|
|
7839
|
+
"hasValue": true,
|
|
7840
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/liberland-native-lld.png"
|
|
7841
|
+
},
|
|
7842
|
+
"liberland-LOCAL-LLM": {
|
|
7843
|
+
"originChain": "liberland",
|
|
7844
|
+
"slug": "liberland-LOCAL-LLM",
|
|
7845
|
+
"name": "Liberland Merit",
|
|
7846
|
+
"symbol": "LLM",
|
|
7847
|
+
"decimals": 12,
|
|
7848
|
+
"priceId": null,
|
|
7849
|
+
"minAmount": "1",
|
|
7850
|
+
"assetType": "LOCAL",
|
|
7851
|
+
"metadata": {
|
|
7852
|
+
"assetId": "1"
|
|
7853
|
+
},
|
|
7854
|
+
"multiChainAsset": null,
|
|
7855
|
+
"hasValue": true,
|
|
7856
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/liberland-local-llm.png"
|
|
7799
7857
|
}
|
|
7800
|
-
}
|
|
7858
|
+
}
|
package/cjs/data/ChainInfo.json
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
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
|
-
"
|
|
10
|
+
"RadiumBlock": "wss://polkadot.public.curie.radiumblock.co/ws",
|
|
11
11
|
"Stakeworld": "wss://dot-rpc.stakeworld.io",
|
|
12
12
|
"LuckyFriday": "wss://rpc-polkadot.luckyfriday.io",
|
|
13
13
|
"Dwellir Tunisia": "wss://polkadot-rpc-tn.dwellir.com",
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/kusama.png",
|
|
47
47
|
"providers": {
|
|
48
48
|
"Dwellir": "wss://kusama-rpc.dwellir.com",
|
|
49
|
-
"
|
|
49
|
+
"RadiumBlock": "wss://kusama.public.curie.radiumblock.co/ws",
|
|
50
50
|
"Dwellir Tunisia": "wss://kusama-rpc-tn.dwellir.com",
|
|
51
51
|
"LuckyFriday": "wss://rpc-kusama.luckyfriday.io",
|
|
52
52
|
"Stakeworld": "wss://ksm-rpc.stakeworld.io",
|
|
@@ -4186,7 +4186,7 @@
|
|
|
4186
4186
|
"symbol": "CAPS",
|
|
4187
4187
|
"decimals": 18,
|
|
4188
4188
|
"hasNativeNft": false,
|
|
4189
|
-
"supportStaking":
|
|
4189
|
+
"supportStaking": false,
|
|
4190
4190
|
"supportSmartContract": null,
|
|
4191
4191
|
"crowdloanParaId": null,
|
|
4192
4192
|
"crowdloanFunds": []
|
|
@@ -7355,5 +7355,88 @@
|
|
|
7355
7355
|
"crowdloanFunds": []
|
|
7356
7356
|
},
|
|
7357
7357
|
"extraInfo": null
|
|
7358
|
+
},
|
|
7359
|
+
"okxTest": {
|
|
7360
|
+
"slug": "okxTest",
|
|
7361
|
+
"name": "OKX X1 testnet",
|
|
7362
|
+
"isTestnet": true,
|
|
7363
|
+
"chainStatus": "ACTIVE",
|
|
7364
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/okxtest.png",
|
|
7365
|
+
"providers": {
|
|
7366
|
+
"Testrpc": "https://testrpc.x1.tech/",
|
|
7367
|
+
"X1testrpc": "https://x1testrpc.okx.com/"
|
|
7368
|
+
},
|
|
7369
|
+
"evmInfo": {
|
|
7370
|
+
"evmChainId": 195,
|
|
7371
|
+
"blockExplorer": "https://www.okx.com/nl/explorer/x1-test",
|
|
7372
|
+
"existentialDeposit": "0",
|
|
7373
|
+
"symbol": "OKB",
|
|
7374
|
+
"decimals": 18,
|
|
7375
|
+
"supportSmartContract": [
|
|
7376
|
+
"ERC20",
|
|
7377
|
+
"ERC721"
|
|
7378
|
+
],
|
|
7379
|
+
"abiExplorer": "https://www.okx.com/nl/explorer/x1-test"
|
|
7380
|
+
},
|
|
7381
|
+
"substrateInfo": null,
|
|
7382
|
+
"extraInfo": null
|
|
7383
|
+
},
|
|
7384
|
+
"liberlandTest": {
|
|
7385
|
+
"slug": "liberlandTest",
|
|
7386
|
+
"name": "Liberland Testnet",
|
|
7387
|
+
"isTestnet": true,
|
|
7388
|
+
"chainStatus": "ACTIVE",
|
|
7389
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/liberlandtest.png",
|
|
7390
|
+
"providers": {
|
|
7391
|
+
"Liberland": "wss://testchain.liberland.org"
|
|
7392
|
+
},
|
|
7393
|
+
"evmInfo": null,
|
|
7394
|
+
"substrateInfo": {
|
|
7395
|
+
"relaySlug": null,
|
|
7396
|
+
"paraId": null,
|
|
7397
|
+
"genesisHash": "0x131a8f81116a6ee880aa5f84b16115499a50f5f8dccfed80d87e204ec9203f3c",
|
|
7398
|
+
"addressPrefix": 42,
|
|
7399
|
+
"chainType": "RELAYCHAIN",
|
|
7400
|
+
"crowdloanUrl": null,
|
|
7401
|
+
"blockExplorer": null,
|
|
7402
|
+
"existentialDeposit": "1000000000000",
|
|
7403
|
+
"symbol": "LDN",
|
|
7404
|
+
"decimals": 12,
|
|
7405
|
+
"hasNativeNft": null,
|
|
7406
|
+
"supportStaking": null,
|
|
7407
|
+
"supportSmartContract": null,
|
|
7408
|
+
"crowdloanParaId": null,
|
|
7409
|
+
"crowdloanFunds": []
|
|
7410
|
+
},
|
|
7411
|
+
"extraInfo": null
|
|
7412
|
+
},
|
|
7413
|
+
"liberland": {
|
|
7414
|
+
"slug": "liberland",
|
|
7415
|
+
"name": "Liberland",
|
|
7416
|
+
"isTestnet": false,
|
|
7417
|
+
"chainStatus": "ACTIVE",
|
|
7418
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/liberland.png",
|
|
7419
|
+
"providers": {
|
|
7420
|
+
"Liberland": "wss://mainnet.liberland.org"
|
|
7421
|
+
},
|
|
7422
|
+
"evmInfo": null,
|
|
7423
|
+
"substrateInfo": {
|
|
7424
|
+
"relaySlug": null,
|
|
7425
|
+
"paraId": null,
|
|
7426
|
+
"genesisHash": "0x6bd89e052d67a45bb60a9a23e8581053d5e0d619f15cb9865946937e690c42d6",
|
|
7427
|
+
"addressPrefix": 42,
|
|
7428
|
+
"chainType": "RELAYCHAIN",
|
|
7429
|
+
"crowdloanUrl": null,
|
|
7430
|
+
"blockExplorer": null,
|
|
7431
|
+
"existentialDeposit": "1000000000000",
|
|
7432
|
+
"symbol": "LLD",
|
|
7433
|
+
"decimals": 12,
|
|
7434
|
+
"hasNativeNft": null,
|
|
7435
|
+
"supportStaking": null,
|
|
7436
|
+
"supportSmartContract": null,
|
|
7437
|
+
"crowdloanParaId": null,
|
|
7438
|
+
"crowdloanFunds": []
|
|
7439
|
+
},
|
|
7440
|
+
"extraInfo": null
|
|
7358
7441
|
}
|
|
7359
|
-
}
|
|
7442
|
+
}
|
|
@@ -212,6 +212,9 @@
|
|
|
212
212
|
"subspace_gemini_3h": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/subspace_gemini_3h.png",
|
|
213
213
|
"continuum_network": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/continuum_network.png",
|
|
214
214
|
"rococo_assethub": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/rococo_assethub.png",
|
|
215
|
+
"okxTest": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/okxtest.png",
|
|
216
|
+
"liberlandTest": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/liberlandtest.png",
|
|
217
|
+
"liberland": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/liberland.png",
|
|
215
218
|
"custom-Substrate-gosnetwork": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chains/gos_37cd7c233c.png",
|
|
216
219
|
"custom-Substrate-gosspectral": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chains/gos_37cd7c233c.png"
|
|
217
220
|
}
|
package/cjs/packageInfo.js
CHANGED
package/data/AssetLogoMap.json
CHANGED
|
@@ -484,6 +484,10 @@
|
|
|
484
484
|
"hydradx_main-local-intr": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/hydradx_main-local-intr.png",
|
|
485
485
|
"rococo_assethub-native-roc": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/rococo_assethub-native-roc.png",
|
|
486
486
|
"rococo_assethub-local-weth": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/rococo_assethub-local-weth.png",
|
|
487
|
+
"okxtest-native-okx": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/okxtest-native-okx.png",
|
|
488
|
+
"liberlandtest-native-ldn": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/liberlandtest-native-ldn.png",
|
|
489
|
+
"liberland-native-lld": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/liberland-native-lld.png",
|
|
490
|
+
"liberland-local-llm": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/liberland-local-llm.png",
|
|
487
491
|
"eth-ethereum": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/eth-ethereum.png",
|
|
488
492
|
"ibtc-interbtc": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/ibtc-interbtc.png",
|
|
489
493
|
"glmr-moonbeam": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/glmr-moonbeam.png",
|
package/data/ChainAsset.json
CHANGED
|
@@ -7140,7 +7140,7 @@
|
|
|
7140
7140
|
"name": "Cypress",
|
|
7141
7141
|
"symbol": "CP",
|
|
7142
7142
|
"decimals": 18,
|
|
7143
|
-
"priceId":
|
|
7143
|
+
"priceId": "cypress",
|
|
7144
7144
|
"minAmount": null,
|
|
7145
7145
|
"assetType": "ERC20",
|
|
7146
7146
|
"metadata": {
|
|
@@ -7796,5 +7796,63 @@
|
|
|
7796
7796
|
"multiChainAsset": null,
|
|
7797
7797
|
"hasValue": false,
|
|
7798
7798
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/rococo_assethub-local-weth.png"
|
|
7799
|
+
},
|
|
7800
|
+
"okxTest-NATIVE-OKX": {
|
|
7801
|
+
"originChain": "okxTest",
|
|
7802
|
+
"slug": "okxTest-NATIVE-OKX",
|
|
7803
|
+
"name": "OKX X1 testnet",
|
|
7804
|
+
"symbol": "OKX",
|
|
7805
|
+
"decimals": 18,
|
|
7806
|
+
"priceId": null,
|
|
7807
|
+
"minAmount": "0",
|
|
7808
|
+
"assetType": "NATIVE",
|
|
7809
|
+
"metadata": null,
|
|
7810
|
+
"multiChainAsset": null,
|
|
7811
|
+
"hasValue": false,
|
|
7812
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/okxtest-native-okx.png"
|
|
7813
|
+
},
|
|
7814
|
+
"liberlandTest-NATIVE-LDN": {
|
|
7815
|
+
"originChain": "liberlandTest",
|
|
7816
|
+
"slug": "liberlandTest-NATIVE-LDN",
|
|
7817
|
+
"name": "Liberland Testnet",
|
|
7818
|
+
"symbol": "LDN",
|
|
7819
|
+
"decimals": 12,
|
|
7820
|
+
"priceId": null,
|
|
7821
|
+
"minAmount": "1000000000000",
|
|
7822
|
+
"assetType": "NATIVE",
|
|
7823
|
+
"metadata": null,
|
|
7824
|
+
"multiChainAsset": null,
|
|
7825
|
+
"hasValue": false,
|
|
7826
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/liberlandtest-native-ldn.png"
|
|
7827
|
+
},
|
|
7828
|
+
"liberland-NATIVE-LLD": {
|
|
7829
|
+
"originChain": "liberland",
|
|
7830
|
+
"slug": "liberland-NATIVE-LLD",
|
|
7831
|
+
"name": "Liberland",
|
|
7832
|
+
"symbol": "LLD",
|
|
7833
|
+
"decimals": 12,
|
|
7834
|
+
"priceId": null,
|
|
7835
|
+
"minAmount": "1000000000000",
|
|
7836
|
+
"assetType": "NATIVE",
|
|
7837
|
+
"metadata": null,
|
|
7838
|
+
"multiChainAsset": null,
|
|
7839
|
+
"hasValue": true,
|
|
7840
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/liberland-native-lld.png"
|
|
7841
|
+
},
|
|
7842
|
+
"liberland-LOCAL-LLM": {
|
|
7843
|
+
"originChain": "liberland",
|
|
7844
|
+
"slug": "liberland-LOCAL-LLM",
|
|
7845
|
+
"name": "Liberland Merit",
|
|
7846
|
+
"symbol": "LLM",
|
|
7847
|
+
"decimals": 12,
|
|
7848
|
+
"priceId": null,
|
|
7849
|
+
"minAmount": "1",
|
|
7850
|
+
"assetType": "LOCAL",
|
|
7851
|
+
"metadata": {
|
|
7852
|
+
"assetId": "1"
|
|
7853
|
+
},
|
|
7854
|
+
"multiChainAsset": null,
|
|
7855
|
+
"hasValue": true,
|
|
7856
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/liberland-local-llm.png"
|
|
7799
7857
|
}
|
|
7800
|
-
}
|
|
7858
|
+
}
|
package/data/ChainInfo.json
CHANGED
|
@@ -7,7 +7,7 @@
|
|
|
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
|
-
"
|
|
10
|
+
"RadiumBlock": "wss://polkadot.public.curie.radiumblock.co/ws",
|
|
11
11
|
"Stakeworld": "wss://dot-rpc.stakeworld.io",
|
|
12
12
|
"LuckyFriday": "wss://rpc-polkadot.luckyfriday.io",
|
|
13
13
|
"Dwellir Tunisia": "wss://polkadot-rpc-tn.dwellir.com",
|
|
@@ -46,7 +46,7 @@
|
|
|
46
46
|
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/kusama.png",
|
|
47
47
|
"providers": {
|
|
48
48
|
"Dwellir": "wss://kusama-rpc.dwellir.com",
|
|
49
|
-
"
|
|
49
|
+
"RadiumBlock": "wss://kusama.public.curie.radiumblock.co/ws",
|
|
50
50
|
"Dwellir Tunisia": "wss://kusama-rpc-tn.dwellir.com",
|
|
51
51
|
"LuckyFriday": "wss://rpc-kusama.luckyfriday.io",
|
|
52
52
|
"Stakeworld": "wss://ksm-rpc.stakeworld.io",
|
|
@@ -4186,7 +4186,7 @@
|
|
|
4186
4186
|
"symbol": "CAPS",
|
|
4187
4187
|
"decimals": 18,
|
|
4188
4188
|
"hasNativeNft": false,
|
|
4189
|
-
"supportStaking":
|
|
4189
|
+
"supportStaking": false,
|
|
4190
4190
|
"supportSmartContract": null,
|
|
4191
4191
|
"crowdloanParaId": null,
|
|
4192
4192
|
"crowdloanFunds": []
|
|
@@ -7355,5 +7355,88 @@
|
|
|
7355
7355
|
"crowdloanFunds": []
|
|
7356
7356
|
},
|
|
7357
7357
|
"extraInfo": null
|
|
7358
|
+
},
|
|
7359
|
+
"okxTest": {
|
|
7360
|
+
"slug": "okxTest",
|
|
7361
|
+
"name": "OKX X1 testnet",
|
|
7362
|
+
"isTestnet": true,
|
|
7363
|
+
"chainStatus": "ACTIVE",
|
|
7364
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/okxtest.png",
|
|
7365
|
+
"providers": {
|
|
7366
|
+
"Testrpc": "https://testrpc.x1.tech/",
|
|
7367
|
+
"X1testrpc": "https://x1testrpc.okx.com/"
|
|
7368
|
+
},
|
|
7369
|
+
"evmInfo": {
|
|
7370
|
+
"evmChainId": 195,
|
|
7371
|
+
"blockExplorer": "https://www.okx.com/nl/explorer/x1-test",
|
|
7372
|
+
"existentialDeposit": "0",
|
|
7373
|
+
"symbol": "OKB",
|
|
7374
|
+
"decimals": 18,
|
|
7375
|
+
"supportSmartContract": [
|
|
7376
|
+
"ERC20",
|
|
7377
|
+
"ERC721"
|
|
7378
|
+
],
|
|
7379
|
+
"abiExplorer": "https://www.okx.com/nl/explorer/x1-test"
|
|
7380
|
+
},
|
|
7381
|
+
"substrateInfo": null,
|
|
7382
|
+
"extraInfo": null
|
|
7383
|
+
},
|
|
7384
|
+
"liberlandTest": {
|
|
7385
|
+
"slug": "liberlandTest",
|
|
7386
|
+
"name": "Liberland Testnet",
|
|
7387
|
+
"isTestnet": true,
|
|
7388
|
+
"chainStatus": "ACTIVE",
|
|
7389
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/liberlandtest.png",
|
|
7390
|
+
"providers": {
|
|
7391
|
+
"Liberland": "wss://testchain.liberland.org"
|
|
7392
|
+
},
|
|
7393
|
+
"evmInfo": null,
|
|
7394
|
+
"substrateInfo": {
|
|
7395
|
+
"relaySlug": null,
|
|
7396
|
+
"paraId": null,
|
|
7397
|
+
"genesisHash": "0x131a8f81116a6ee880aa5f84b16115499a50f5f8dccfed80d87e204ec9203f3c",
|
|
7398
|
+
"addressPrefix": 42,
|
|
7399
|
+
"chainType": "RELAYCHAIN",
|
|
7400
|
+
"crowdloanUrl": null,
|
|
7401
|
+
"blockExplorer": null,
|
|
7402
|
+
"existentialDeposit": "1000000000000",
|
|
7403
|
+
"symbol": "LDN",
|
|
7404
|
+
"decimals": 12,
|
|
7405
|
+
"hasNativeNft": null,
|
|
7406
|
+
"supportStaking": null,
|
|
7407
|
+
"supportSmartContract": null,
|
|
7408
|
+
"crowdloanParaId": null,
|
|
7409
|
+
"crowdloanFunds": []
|
|
7410
|
+
},
|
|
7411
|
+
"extraInfo": null
|
|
7412
|
+
},
|
|
7413
|
+
"liberland": {
|
|
7414
|
+
"slug": "liberland",
|
|
7415
|
+
"name": "Liberland",
|
|
7416
|
+
"isTestnet": false,
|
|
7417
|
+
"chainStatus": "ACTIVE",
|
|
7418
|
+
"icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/liberland.png",
|
|
7419
|
+
"providers": {
|
|
7420
|
+
"Liberland": "wss://mainnet.liberland.org"
|
|
7421
|
+
},
|
|
7422
|
+
"evmInfo": null,
|
|
7423
|
+
"substrateInfo": {
|
|
7424
|
+
"relaySlug": null,
|
|
7425
|
+
"paraId": null,
|
|
7426
|
+
"genesisHash": "0x6bd89e052d67a45bb60a9a23e8581053d5e0d619f15cb9865946937e690c42d6",
|
|
7427
|
+
"addressPrefix": 42,
|
|
7428
|
+
"chainType": "RELAYCHAIN",
|
|
7429
|
+
"crowdloanUrl": null,
|
|
7430
|
+
"blockExplorer": null,
|
|
7431
|
+
"existentialDeposit": "1000000000000",
|
|
7432
|
+
"symbol": "LLD",
|
|
7433
|
+
"decimals": 12,
|
|
7434
|
+
"hasNativeNft": null,
|
|
7435
|
+
"supportStaking": null,
|
|
7436
|
+
"supportSmartContract": null,
|
|
7437
|
+
"crowdloanParaId": null,
|
|
7438
|
+
"crowdloanFunds": []
|
|
7439
|
+
},
|
|
7440
|
+
"extraInfo": null
|
|
7358
7441
|
}
|
|
7359
|
-
}
|
|
7442
|
+
}
|
package/data/ChainLogoMap.json
CHANGED
|
@@ -212,6 +212,9 @@
|
|
|
212
212
|
"subspace_gemini_3h": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/subspace_gemini_3h.png",
|
|
213
213
|
"continuum_network": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/continuum_network.png",
|
|
214
214
|
"rococo_assethub": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/rococo_assethub.png",
|
|
215
|
+
"okxTest": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/okxtest.png",
|
|
216
|
+
"liberlandTest": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/liberlandtest.png",
|
|
217
|
+
"liberland": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/liberland.png",
|
|
215
218
|
"custom-Substrate-gosnetwork": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chains/gos_37cd7c233c.png",
|
|
216
219
|
"custom-Substrate-gosspectral": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chains/gos_37cd7c233c.png"
|
|
217
220
|
}
|
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.42-beta.
|
|
10
|
+
version: '0.2.42-beta.4'
|
|
11
11
|
};
|