@subwallet/chain-list 0.2.27-beta.0 → 0.2.27-beta.1

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.
@@ -13262,7 +13262,7 @@
13262
13262
  addressPrefix: 42,
13263
13263
  chainType: "RELAYCHAIN",
13264
13264
  crowdloanUrl: null,
13265
- blockExplorer: null,
13265
+ blockExplorer: "https://creditcoin.subscan.io/",
13266
13266
  existentialDeposit: "500",
13267
13267
  symbol: "CTC",
13268
13268
  decimals: 18,
@@ -13273,7 +13273,9 @@
13273
13273
  crowdloanFunds: [
13274
13274
  ]
13275
13275
  },
13276
- extraInfo: null
13276
+ extraInfo: {
13277
+ subscanSlug: "creditcoin"
13278
+ }
13277
13279
  };
13278
13280
  var crownSterling$1 = {
13279
13281
  slug: "crownSterling",
@@ -5031,7 +5031,7 @@
5031
5031
  "addressPrefix": 42,
5032
5032
  "chainType": "RELAYCHAIN",
5033
5033
  "crowdloanUrl": null,
5034
- "blockExplorer": null,
5034
+ "blockExplorer": "https://creditcoin.subscan.io/",
5035
5035
  "existentialDeposit": "500",
5036
5036
  "symbol": "CTC",
5037
5037
  "decimals": 18,
@@ -5041,7 +5041,9 @@
5041
5041
  "crowdloanParaId": null,
5042
5042
  "crowdloanFunds": []
5043
5043
  },
5044
- "extraInfo": null
5044
+ "extraInfo": {
5045
+ "subscanSlug": "creditcoin"
5046
+ }
5045
5047
  },
5046
5048
  "crownSterling": {
5047
5049
  "slug": "crownSterling",
@@ -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.27-beta.0'
16
+ version: '0.2.27-beta.1'
17
17
  };
18
18
  exports.packageInfo = packageInfo;
@@ -5031,7 +5031,7 @@
5031
5031
  "addressPrefix": 42,
5032
5032
  "chainType": "RELAYCHAIN",
5033
5033
  "crowdloanUrl": null,
5034
- "blockExplorer": null,
5034
+ "blockExplorer": "https://creditcoin.subscan.io/",
5035
5035
  "existentialDeposit": "500",
5036
5036
  "symbol": "CTC",
5037
5037
  "decimals": 18,
@@ -5041,7 +5041,9 @@
5041
5041
  "crowdloanParaId": null,
5042
5042
  "crowdloanFunds": []
5043
5043
  },
5044
- "extraInfo": null
5044
+ "extraInfo": {
5045
+ "subscanSlug": "creditcoin"
5046
+ }
5045
5047
  },
5046
5048
  "crownSterling": {
5047
5049
  "slug": "crownSterling",
package/package.json CHANGED
@@ -20,7 +20,7 @@
20
20
  "./cjs/detectPackage.js"
21
21
  ],
22
22
  "type": "module",
23
- "version": "0.2.27-beta.0",
23
+ "version": "0.2.27-beta.1",
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.27-beta.0'
10
+ version: '0.2.27-beta.1'
11
11
  };