@subwallet/chain-list 0.1.12-beta.1 → 0.1.12

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.
@@ -7133,7 +7133,7 @@
7133
7133
  };
7134
7134
  var statemint$1 = {
7135
7135
  slug: "statemint",
7136
- name: "Polkadot asset hub (Statemint)",
7136
+ name: "Polkadot Asset Hub (Statemint)",
7137
7137
  chainStatus: "ACTIVE",
7138
7138
  providers: {
7139
7139
  Parity: "wss://statemint-rpc.polkadot.io",
@@ -8474,7 +8474,7 @@
8474
8474
  };
8475
8475
  var statemine$1 = {
8476
8476
  slug: "statemine",
8477
- name: "Kusama asset hub (Statemine)",
8477
+ name: "Kusama Asset Hub (Statemine)",
8478
8478
  chainStatus: "ACTIVE",
8479
8479
  providers: {
8480
8480
  Parity: "wss://statemine-rpc.polkadot.io",
@@ -274,7 +274,7 @@
274
274
  },
275
275
  "statemint": {
276
276
  "slug": "statemint",
277
- "name": "Polkadot asset hub (Statemint)",
277
+ "name": "Polkadot Asset Hub (Statemint)",
278
278
  "chainStatus": "ACTIVE",
279
279
  "providers": {
280
280
  "Parity": "wss://statemint-rpc.polkadot.io",
@@ -1615,7 +1615,7 @@
1615
1615
  },
1616
1616
  "statemine": {
1617
1617
  "slug": "statemine",
1618
- "name": "Kusama asset hub (Statemine)",
1618
+ "name": "Kusama Asset Hub (Statemine)",
1619
1619
  "chainStatus": "ACTIVE",
1620
1620
  "providers": {
1621
1621
  "Parity": "wss://statemine-rpc.polkadot.io",
@@ -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.1.12-beta.1'
16
+ version: '0.1.12'
17
17
  };
18
18
  exports.packageInfo = packageInfo;
@@ -274,7 +274,7 @@
274
274
  },
275
275
  "statemint": {
276
276
  "slug": "statemint",
277
- "name": "Polkadot asset hub (Statemint)",
277
+ "name": "Polkadot Asset Hub (Statemint)",
278
278
  "chainStatus": "ACTIVE",
279
279
  "providers": {
280
280
  "Parity": "wss://statemint-rpc.polkadot.io",
@@ -1615,7 +1615,7 @@
1615
1615
  },
1616
1616
  "statemine": {
1617
1617
  "slug": "statemine",
1618
- "name": "Kusama asset hub (Statemine)",
1618
+ "name": "Kusama Asset Hub (Statemine)",
1619
1619
  "chainStatus": "ACTIVE",
1620
1620
  "providers": {
1621
1621
  "Parity": "wss://statemine-rpc.polkadot.io",
package/package.json CHANGED
@@ -20,7 +20,7 @@
20
20
  "./cjs/detectPackage.js"
21
21
  ],
22
22
  "type": "module",
23
- "version": "0.1.12-beta.1",
23
+ "version": "0.1.12",
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.1.12-beta.1'
10
+ version: '0.1.12'
11
11
  };