@subwallet/chain-list 0.2.64-beta.5 → 0.2.65-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.
@@ -19847,7 +19847,7 @@
19847
19847
  addressPrefix: 42,
19848
19848
  chainType: "RELAYCHAIN",
19849
19849
  crowdloanUrl: null,
19850
- blockExplorer: "https://avail-testnet.subscan.io/",
19850
+ blockExplorer: "https://avail-goldberg.subscan.io/",
19851
19851
  existentialDeposit: "10000000000000",
19852
19852
  symbol: "AVL",
19853
19853
  decimals: 18,
@@ -21170,7 +21170,7 @@
21170
21170
  name: "Kusama People",
21171
21171
  isTestnet: false,
21172
21172
  chainStatus: "ACTIVE",
21173
- icon: null,
21173
+ icon: "https://dev.sw-chain-list-assets.pages.dev/assets/chains/peoplekusama.png",
21174
21174
  providers: {
21175
21175
  Parity: "wss://kusama-people-rpc.polkadot.io",
21176
21176
  Stakeworld: "wss://ksm-rpc.stakeworld.io/people"
@@ -21804,7 +21804,7 @@
21804
21804
  var cess_testnet = "https://dev.sw-chain-list-assets.pages.dev/assets/chains/cess_testnet.png";
21805
21805
  var bitcoin = "https://dev.sw-chain-list-assets.pages.dev/assets/chains/bitcoin.png";
21806
21806
  var bitcoinTestnet = "https://dev.sw-chain-list-assets.pages.dev/assets/chains/bitcointestnet.png";
21807
- var peopleKusama = "https://dev.sw-chain-list-assets.pages.dev/assets/default.png";
21807
+ var peopleKusama = "https://dev.sw-chain-list-assets.pages.dev/assets/chains/peoplekusama.png";
21808
21808
  var lineaZkEvm = "https://dev.sw-chain-list-assets.pages.dev/assets/chains/lineazkevm.png";
21809
21809
  var bounceBitEvm = "https://dev.sw-chain-list-assets.pages.dev/assets/chains/bouncebitevm.png";
21810
21810
  var bounceBitEvmTest = "https://dev.sw-chain-list-assets.pages.dev/assets/chains/bouncebitevmtest.png";
@@ -7379,7 +7379,7 @@
7379
7379
  "addressPrefix": 42,
7380
7380
  "chainType": "RELAYCHAIN",
7381
7381
  "crowdloanUrl": null,
7382
- "blockExplorer": "https://avail-testnet.subscan.io/",
7382
+ "blockExplorer": "https://avail-goldberg.subscan.io/",
7383
7383
  "existentialDeposit": "10000000000000",
7384
7384
  "symbol": "AVL",
7385
7385
  "decimals": 18,
@@ -8676,7 +8676,7 @@
8676
8676
  "name": "Kusama People",
8677
8677
  "isTestnet": false,
8678
8678
  "chainStatus": "ACTIVE",
8679
- "icon": null,
8679
+ "icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/peoplekusama.png",
8680
8680
  "providers": {
8681
8681
  "Parity": "wss://kusama-people-rpc.polkadot.io",
8682
8682
  "Stakeworld": "wss://ksm-rpc.stakeworld.io/people"
@@ -8777,4 +8777,4 @@
8777
8777
  "extraInfo": null,
8778
8778
  "bitcoinInfo": null
8779
8779
  }
8780
- }
8780
+ }
@@ -247,7 +247,7 @@
247
247
  "cess_testnet": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/cess_testnet.png",
248
248
  "bitcoin": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/bitcoin.png",
249
249
  "bitcoinTestnet": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/bitcointestnet.png",
250
- "peopleKusama": "https://dev.sw-chain-list-assets.pages.dev/assets/default.png",
250
+ "peopleKusama": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/peoplekusama.png",
251
251
  "lineaZkEvm": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/lineazkevm.png",
252
252
  "bounceBitEvm": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/bouncebitevm.png",
253
253
  "bounceBitEvmTest": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/bouncebitevmtest.png",
@@ -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.64-beta.5'
16
+ version: '0.2.65-beta.0'
17
17
  };
18
18
  exports.packageInfo = packageInfo;
@@ -7379,7 +7379,7 @@
7379
7379
  "addressPrefix": 42,
7380
7380
  "chainType": "RELAYCHAIN",
7381
7381
  "crowdloanUrl": null,
7382
- "blockExplorer": "https://avail-testnet.subscan.io/",
7382
+ "blockExplorer": "https://avail-goldberg.subscan.io/",
7383
7383
  "existentialDeposit": "10000000000000",
7384
7384
  "symbol": "AVL",
7385
7385
  "decimals": 18,
@@ -8676,7 +8676,7 @@
8676
8676
  "name": "Kusama People",
8677
8677
  "isTestnet": false,
8678
8678
  "chainStatus": "ACTIVE",
8679
- "icon": null,
8679
+ "icon": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/peoplekusama.png",
8680
8680
  "providers": {
8681
8681
  "Parity": "wss://kusama-people-rpc.polkadot.io",
8682
8682
  "Stakeworld": "wss://ksm-rpc.stakeworld.io/people"
@@ -8777,4 +8777,4 @@
8777
8777
  "extraInfo": null,
8778
8778
  "bitcoinInfo": null
8779
8779
  }
8780
- }
8780
+ }
@@ -247,7 +247,7 @@
247
247
  "cess_testnet": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/cess_testnet.png",
248
248
  "bitcoin": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/bitcoin.png",
249
249
  "bitcoinTestnet": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/bitcointestnet.png",
250
- "peopleKusama": "https://dev.sw-chain-list-assets.pages.dev/assets/default.png",
250
+ "peopleKusama": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/peoplekusama.png",
251
251
  "lineaZkEvm": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/lineazkevm.png",
252
252
  "bounceBitEvm": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/bouncebitevm.png",
253
253
  "bounceBitEvmTest": "https://dev.sw-chain-list-assets.pages.dev/assets/chains/bouncebitevmtest.png",
package/package.json CHANGED
@@ -20,7 +20,7 @@
20
20
  "./cjs/detectPackage.js"
21
21
  ],
22
22
  "type": "module",
23
- "version": "0.2.64-beta.5",
23
+ "version": "0.2.65-beta.0",
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.64-beta.5'
10
+ version: '0.2.65-beta.0'
11
11
  };