@subwallet/chain-list 0.2.42-beta.2 → 0.2.42-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 +48 -5
- package/cjs/data/AssetLogoMap.json +1 -0
- package/cjs/data/ChainAsset.json +16 -2
- package/cjs/data/ChainInfo.json +29 -4
- package/cjs/data/ChainLogoMap.json +1 -0
- package/cjs/packageInfo.js +1 -1
- package/data/AssetLogoMap.json +1 -0
- package/data/ChainAsset.json +16 -2
- package/data/ChainInfo.json +29 -4
- package/data/ChainLogoMap.json +1 -0
- package/package.json +1 -1
- package/packageInfo.js +1 -1
|
@@ -492,6 +492,7 @@
|
|
|
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",
|
|
495
496
|
"eth-ethereum": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/eth-ethereum.png",
|
|
496
497
|
"ibtc-interbtc": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/ibtc-interbtc.png",
|
|
497
498
|
"glmr-moonbeam": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/glmr-moonbeam.png",
|
|
@@ -8123,7 +8124,7 @@
|
|
|
8123
8124
|
name: "Cypress",
|
|
8124
8125
|
symbol: "CP",
|
|
8125
8126
|
decimals: 18,
|
|
8126
|
-
priceId:
|
|
8127
|
+
priceId: "cypress",
|
|
8127
8128
|
minAmount: null,
|
|
8128
8129
|
assetType: "ERC20",
|
|
8129
8130
|
metadata: {
|
|
@@ -8779,6 +8780,20 @@
|
|
|
8779
8780
|
multiChainAsset: null,
|
|
8780
8781
|
hasValue: false,
|
|
8781
8782
|
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/rococo_assethub-local-weth.png"
|
|
8783
|
+
},
|
|
8784
|
+
"okxTest-NATIVE-OKX": {
|
|
8785
|
+
originChain: "okxTest",
|
|
8786
|
+
slug: "okxTest-NATIVE-OKX",
|
|
8787
|
+
name: "OKX X1 testnet",
|
|
8788
|
+
symbol: "OKX",
|
|
8789
|
+
decimals: 18,
|
|
8790
|
+
priceId: null,
|
|
8791
|
+
minAmount: "0",
|
|
8792
|
+
assetType: "NATIVE",
|
|
8793
|
+
metadata: null,
|
|
8794
|
+
multiChainAsset: null,
|
|
8795
|
+
hasValue: false,
|
|
8796
|
+
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chain-assets/okxtest-native-okx.png"
|
|
8782
8797
|
}
|
|
8783
8798
|
};
|
|
8784
8799
|
|
|
@@ -8790,7 +8805,7 @@
|
|
|
8790
8805
|
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chains/polkadot.png",
|
|
8791
8806
|
providers: {
|
|
8792
8807
|
Dwellir: "wss://polkadot-rpc.dwellir.com",
|
|
8793
|
-
|
|
8808
|
+
RadiumBlock: "wss://polkadot.public.curie.radiumblock.co/ws",
|
|
8794
8809
|
Stakeworld: "wss://dot-rpc.stakeworld.io",
|
|
8795
8810
|
LuckyFriday: "wss://rpc-polkadot.luckyfriday.io",
|
|
8796
8811
|
"Dwellir Tunisia": "wss://polkadot-rpc-tn.dwellir.com",
|
|
@@ -8830,7 +8845,7 @@
|
|
|
8830
8845
|
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chains/kusama.png",
|
|
8831
8846
|
providers: {
|
|
8832
8847
|
Dwellir: "wss://kusama-rpc.dwellir.com",
|
|
8833
|
-
|
|
8848
|
+
RadiumBlock: "wss://kusama.public.curie.radiumblock.co/ws",
|
|
8834
8849
|
"Dwellir Tunisia": "wss://kusama-rpc-tn.dwellir.com",
|
|
8835
8850
|
LuckyFriday: "wss://rpc-kusama.luckyfriday.io",
|
|
8836
8851
|
Stakeworld: "wss://ksm-rpc.stakeworld.io",
|
|
@@ -13025,7 +13040,7 @@
|
|
|
13025
13040
|
symbol: "CAPS",
|
|
13026
13041
|
decimals: 18,
|
|
13027
13042
|
hasNativeNft: false,
|
|
13028
|
-
supportStaking:
|
|
13043
|
+
supportStaking: false,
|
|
13029
13044
|
supportSmartContract: null,
|
|
13030
13045
|
crowdloanParaId: null,
|
|
13031
13046
|
crowdloanFunds: [
|
|
@@ -16263,6 +16278,31 @@
|
|
|
16263
16278
|
},
|
|
16264
16279
|
extraInfo: null
|
|
16265
16280
|
};
|
|
16281
|
+
var okxTest$1 = {
|
|
16282
|
+
slug: "okxTest",
|
|
16283
|
+
name: "OKX X1 testnet",
|
|
16284
|
+
isTestnet: true,
|
|
16285
|
+
chainStatus: "ACTIVE",
|
|
16286
|
+
icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chains/okxtest.png",
|
|
16287
|
+
providers: {
|
|
16288
|
+
Testrpc: "https://testrpc.x1.tech/",
|
|
16289
|
+
X1testrpc: "https://x1testrpc.okx.com/"
|
|
16290
|
+
},
|
|
16291
|
+
evmInfo: {
|
|
16292
|
+
evmChainId: 195,
|
|
16293
|
+
blockExplorer: "https://www.okx.com/nl/explorer/x1-test",
|
|
16294
|
+
existentialDeposit: "0",
|
|
16295
|
+
symbol: "OKB",
|
|
16296
|
+
decimals: 18,
|
|
16297
|
+
supportSmartContract: [
|
|
16298
|
+
"ERC20",
|
|
16299
|
+
"ERC721"
|
|
16300
|
+
],
|
|
16301
|
+
abiExplorer: "https://www.okx.com/nl/explorer/x1-test"
|
|
16302
|
+
},
|
|
16303
|
+
substrateInfo: null,
|
|
16304
|
+
extraInfo: null
|
|
16305
|
+
};
|
|
16266
16306
|
const _ChainInfoMap = {
|
|
16267
16307
|
polkadot: polkadot$1,
|
|
16268
16308
|
kusama: kusama$1,
|
|
@@ -16506,7 +16546,8 @@
|
|
|
16506
16546
|
bittensor_testnet: bittensor_testnet$1,
|
|
16507
16547
|
subspace_gemini_3h: subspace_gemini_3h$1,
|
|
16508
16548
|
continuum_network: continuum_network$1,
|
|
16509
|
-
rococo_assethub: rococo_assethub$1
|
|
16549
|
+
rococo_assethub: rococo_assethub$1,
|
|
16550
|
+
okxTest: okxTest$1
|
|
16510
16551
|
};
|
|
16511
16552
|
|
|
16512
16553
|
var polkadot = "https://dev.sw-chain-list-assets.pages.dev/assets/chains/polkadot.png";
|
|
@@ -16720,6 +16761,7 @@
|
|
|
16720
16761
|
var subspace_gemini_3h = "https://dev.sw-chain-list-assets.pages.dev/assets/chains/subspace_gemini_3h.png";
|
|
16721
16762
|
var continuum_network = "https://dev.sw-chain-list-assets.pages.dev/assets/chains/continuum_network.png";
|
|
16722
16763
|
var rococo_assethub = "https://dev.sw-chain-list-assets.pages.dev/assets/chains/rococo_assethub.png";
|
|
16764
|
+
var okxTest = "https://dev.sw-chain-list-assets.pages.dev/assets/chains/okxtest.png";
|
|
16723
16765
|
const _ChainLogoMap = {
|
|
16724
16766
|
"default": "https://dev.sw-chain-list-assets.pages.dev/assets/default.png",
|
|
16725
16767
|
polkadot: polkadot,
|
|
@@ -16934,6 +16976,7 @@
|
|
|
16934
16976
|
subspace_gemini_3h: subspace_gemini_3h,
|
|
16935
16977
|
continuum_network: continuum_network,
|
|
16936
16978
|
rococo_assethub: rococo_assethub,
|
|
16979
|
+
okxTest: okxTest,
|
|
16937
16980
|
"custom-Substrate-gosnetwork": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chains/gos_37cd7c233c.png",
|
|
16938
16981
|
"custom-Substrate-gosspectral": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chains/gos_37cd7c233c.png"
|
|
16939
16982
|
};
|
|
@@ -484,6 +484,7 @@
|
|
|
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",
|
|
487
488
|
"eth-ethereum": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/eth-ethereum.png",
|
|
488
489
|
"ibtc-interbtc": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/ibtc-interbtc.png",
|
|
489
490
|
"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,19 @@
|
|
|
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"
|
|
7799
7813
|
}
|
|
7800
|
-
}
|
|
7814
|
+
}
|
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,30 @@
|
|
|
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
|
|
7358
7383
|
}
|
|
7359
|
-
}
|
|
7384
|
+
}
|
|
@@ -212,6 +212,7 @@
|
|
|
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",
|
|
215
216
|
"custom-Substrate-gosnetwork": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chains/gos_37cd7c233c.png",
|
|
216
217
|
"custom-Substrate-gosspectral": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chains/gos_37cd7c233c.png"
|
|
217
218
|
}
|
package/cjs/packageInfo.js
CHANGED
package/data/AssetLogoMap.json
CHANGED
|
@@ -484,6 +484,7 @@
|
|
|
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",
|
|
487
488
|
"eth-ethereum": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/eth-ethereum.png",
|
|
488
489
|
"ibtc-interbtc": "https://dev.sw-chain-list-assets.pages.dev/assets/multi-chain-assets/ibtc-interbtc.png",
|
|
489
490
|
"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,19 @@
|
|
|
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"
|
|
7799
7813
|
}
|
|
7800
|
-
}
|
|
7814
|
+
}
|
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,30 @@
|
|
|
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
|
|
7358
7383
|
}
|
|
7359
|
-
}
|
|
7384
|
+
}
|
package/data/ChainLogoMap.json
CHANGED
|
@@ -212,6 +212,7 @@
|
|
|
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",
|
|
215
216
|
"custom-Substrate-gosnetwork": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chains/gos_37cd7c233c.png",
|
|
216
217
|
"custom-Substrate-gosspectral": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chains/gos_37cd7c233c.png"
|
|
217
218
|
}
|
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.3'
|
|
11
11
|
};
|