@subwallet/chain-list 0.2.42-beta.1 → 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.
@@ -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: null,
8127
+ priceId: "cypress",
8127
8128
  minAmount: null,
8128
8129
  assetType: "ERC20",
8129
8130
  metadata: {
@@ -8754,6 +8755,7 @@
8754
8755
  minAmount: null,
8755
8756
  assetType: "LOCAL",
8756
8757
  metadata: {
8758
+ isBridged: true,
8757
8759
  multilocation: {
8758
8760
  parents: 2,
8759
8761
  interior: {
@@ -8778,6 +8780,20 @@
8778
8780
  multiChainAsset: null,
8779
8781
  hasValue: false,
8780
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"
8781
8797
  }
8782
8798
  };
8783
8799
 
@@ -8789,7 +8805,7 @@
8789
8805
  icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chains/polkadot.png",
8790
8806
  providers: {
8791
8807
  Dwellir: "wss://polkadot-rpc.dwellir.com",
8792
- "1RPC": "wss://1rpc.io/dot",
8808
+ RadiumBlock: "wss://polkadot.public.curie.radiumblock.co/ws",
8793
8809
  Stakeworld: "wss://dot-rpc.stakeworld.io",
8794
8810
  LuckyFriday: "wss://rpc-polkadot.luckyfriday.io",
8795
8811
  "Dwellir Tunisia": "wss://polkadot-rpc-tn.dwellir.com",
@@ -8829,7 +8845,7 @@
8829
8845
  icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chains/kusama.png",
8830
8846
  providers: {
8831
8847
  Dwellir: "wss://kusama-rpc.dwellir.com",
8832
- "1RPC": "wss://1rpc.io/ksm",
8848
+ RadiumBlock: "wss://kusama.public.curie.radiumblock.co/ws",
8833
8849
  "Dwellir Tunisia": "wss://kusama-rpc-tn.dwellir.com",
8834
8850
  LuckyFriday: "wss://rpc-kusama.luckyfriday.io",
8835
8851
  Stakeworld: "wss://ksm-rpc.stakeworld.io",
@@ -13024,7 +13040,7 @@
13024
13040
  symbol: "CAPS",
13025
13041
  decimals: 18,
13026
13042
  hasNativeNft: false,
13027
- supportStaking: true,
13043
+ supportStaking: false,
13028
13044
  supportSmartContract: null,
13029
13045
  crowdloanParaId: null,
13030
13046
  crowdloanFunds: [
@@ -16262,6 +16278,31 @@
16262
16278
  },
16263
16279
  extraInfo: null
16264
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
+ };
16265
16306
  const _ChainInfoMap = {
16266
16307
  polkadot: polkadot$1,
16267
16308
  kusama: kusama$1,
@@ -16505,7 +16546,8 @@
16505
16546
  bittensor_testnet: bittensor_testnet$1,
16506
16547
  subspace_gemini_3h: subspace_gemini_3h$1,
16507
16548
  continuum_network: continuum_network$1,
16508
- rococo_assethub: rococo_assethub$1
16549
+ rococo_assethub: rococo_assethub$1,
16550
+ okxTest: okxTest$1
16509
16551
  };
16510
16552
 
16511
16553
  var polkadot = "https://dev.sw-chain-list-assets.pages.dev/assets/chains/polkadot.png";
@@ -16719,6 +16761,7 @@
16719
16761
  var subspace_gemini_3h = "https://dev.sw-chain-list-assets.pages.dev/assets/chains/subspace_gemini_3h.png";
16720
16762
  var continuum_network = "https://dev.sw-chain-list-assets.pages.dev/assets/chains/continuum_network.png";
16721
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";
16722
16765
  const _ChainLogoMap = {
16723
16766
  "default": "https://dev.sw-chain-list-assets.pages.dev/assets/default.png",
16724
16767
  polkadot: polkadot,
@@ -16933,6 +16976,7 @@
16933
16976
  subspace_gemini_3h: subspace_gemini_3h,
16934
16977
  continuum_network: continuum_network,
16935
16978
  rococo_assethub: rococo_assethub,
16979
+ okxTest: okxTest,
16936
16980
  "custom-Substrate-gosnetwork": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chains/gos_37cd7c233c.png",
16937
16981
  "custom-Substrate-gosspectral": "https://dev.sw-chain-list-assets.pages.dev/assets/custom-chains/gos_37cd7c233c.png"
16938
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",
@@ -7140,7 +7140,7 @@
7140
7140
  "name": "Cypress",
7141
7141
  "symbol": "CP",
7142
7142
  "decimals": 18,
7143
- "priceId": null,
7143
+ "priceId": "cypress",
7144
7144
  "minAmount": null,
7145
7145
  "assetType": "ERC20",
7146
7146
  "metadata": {
@@ -7771,6 +7771,7 @@
7771
7771
  "minAmount": null,
7772
7772
  "assetType": "LOCAL",
7773
7773
  "metadata": {
7774
+ "isBridged": true,
7774
7775
  "multilocation": {
7775
7776
  "parents": 2,
7776
7777
  "interior": {
@@ -7795,5 +7796,19 @@
7795
7796
  "multiChainAsset": null,
7796
7797
  "hasValue": false,
7797
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"
7798
7813
  }
7799
- }
7814
+ }
@@ -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
- "1RPC": "wss://1rpc.io/dot",
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
- "1RPC": "wss://1rpc.io/ksm",
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": true,
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
  }
@@ -13,6 +13,6 @@ const packageInfo = {
13
13
  name: '@subwallet/chain-list',
14
14
  path: typeof __dirname === 'string' ? __dirname : 'auto',
15
15
  type: 'cjs',
16
- version: '0.2.42-beta.1'
16
+ version: '0.2.42-beta.3'
17
17
  };
18
18
  exports.packageInfo = packageInfo;
@@ -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",
@@ -7140,7 +7140,7 @@
7140
7140
  "name": "Cypress",
7141
7141
  "symbol": "CP",
7142
7142
  "decimals": 18,
7143
- "priceId": null,
7143
+ "priceId": "cypress",
7144
7144
  "minAmount": null,
7145
7145
  "assetType": "ERC20",
7146
7146
  "metadata": {
@@ -7771,6 +7771,7 @@
7771
7771
  "minAmount": null,
7772
7772
  "assetType": "LOCAL",
7773
7773
  "metadata": {
7774
+ "isBridged": true,
7774
7775
  "multilocation": {
7775
7776
  "parents": 2,
7776
7777
  "interior": {
@@ -7795,5 +7796,19 @@
7795
7796
  "multiChainAsset": null,
7796
7797
  "hasValue": false,
7797
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"
7798
7813
  }
7799
- }
7814
+ }
@@ -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
- "1RPC": "wss://1rpc.io/dot",
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
- "1RPC": "wss://1rpc.io/ksm",
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": true,
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/package.json CHANGED
@@ -20,7 +20,7 @@
20
20
  "./cjs/detectPackage.js"
21
21
  ],
22
22
  "type": "module",
23
- "version": "0.2.42-beta.1",
23
+ "version": "0.2.42-beta.3",
24
24
  "main": "./cjs/index.js",
25
25
  "module": "./index.js",
26
26
  "types": "./index.d.ts",
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.1'
10
+ version: '0.2.42-beta.3'
11
11
  };