@subwallet/chain-list 0.2.76 → 0.2.77

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.
@@ -22865,7 +22865,7 @@
22865
22865
  addressPrefix: 42,
22866
22866
  chainType: "RELAYCHAIN",
22867
22867
  crowdloanUrl: null,
22868
- blockExplorer: null,
22868
+ blockExplorer: "https://avail.subscan.io/",
22869
22869
  existentialDeposit: "1000000000000",
22870
22870
  symbol: "AVAIL",
22871
22871
  decimals: 18,
@@ -22876,7 +22876,10 @@
22876
22876
  crowdloanFunds: [
22877
22877
  ]
22878
22878
  },
22879
- extraInfo: null,
22879
+ extraInfo: {
22880
+ subscanSlug: "avail",
22881
+ chainBalanceSlug: "avail"
22882
+ },
22880
22883
  bitcoinInfo: null
22881
22884
  };
22882
22885
  var merlinEvm$1 = {
@@ -8413,7 +8413,7 @@
8413
8413
  "addressPrefix": 42,
8414
8414
  "chainType": "RELAYCHAIN",
8415
8415
  "crowdloanUrl": null,
8416
- "blockExplorer": null,
8416
+ "blockExplorer": "https://avail.subscan.io/",
8417
8417
  "existentialDeposit": "1000000000000",
8418
8418
  "symbol": "AVAIL",
8419
8419
  "decimals": 18,
@@ -8423,7 +8423,10 @@
8423
8423
  "crowdloanParaId": null,
8424
8424
  "crowdloanFunds": []
8425
8425
  },
8426
- "extraInfo": null,
8426
+ "extraInfo": {
8427
+ "subscanSlug": "avail",
8428
+ "chainBalanceSlug": "avail"
8429
+ },
8427
8430
  "bitcoinInfo": null
8428
8431
  },
8429
8432
  "merlinEvm": {
@@ -9202,4 +9205,4 @@
9202
9205
  "extraInfo": null,
9203
9206
  "bitcoinInfo": null
9204
9207
  }
9205
- }
9208
+ }
@@ -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.76'
16
+ version: '0.2.77'
17
17
  };
18
18
  exports.packageInfo = packageInfo;
@@ -8413,7 +8413,7 @@
8413
8413
  "addressPrefix": 42,
8414
8414
  "chainType": "RELAYCHAIN",
8415
8415
  "crowdloanUrl": null,
8416
- "blockExplorer": null,
8416
+ "blockExplorer": "https://avail.subscan.io/",
8417
8417
  "existentialDeposit": "1000000000000",
8418
8418
  "symbol": "AVAIL",
8419
8419
  "decimals": 18,
@@ -8423,7 +8423,10 @@
8423
8423
  "crowdloanParaId": null,
8424
8424
  "crowdloanFunds": []
8425
8425
  },
8426
- "extraInfo": null,
8426
+ "extraInfo": {
8427
+ "subscanSlug": "avail",
8428
+ "chainBalanceSlug": "avail"
8429
+ },
8427
8430
  "bitcoinInfo": null
8428
8431
  },
8429
8432
  "merlinEvm": {
@@ -9202,4 +9205,4 @@
9202
9205
  "extraInfo": null,
9203
9206
  "bitcoinInfo": null
9204
9207
  }
9205
- }
9208
+ }
package/package.json CHANGED
@@ -20,7 +20,7 @@
20
20
  "./cjs/detectPackage.js"
21
21
  ],
22
22
  "type": "module",
23
- "version": "0.2.76",
23
+ "version": "0.2.77",
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.76'
10
+ version: '0.2.77'
11
11
  };