@polkadot/networks 13.5.3 → 13.5.4

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.
@@ -36,6 +36,11 @@ exports.knownGenesis = {
36
36
  composable: [
37
37
  '0xdaab8df776eb52ec604a5df5d388bb62a050a0aaec4556a64265b9d42755552d'
38
38
  ],
39
+ creditcoin3: [
40
+ '0x4436a7d64e363df85e065a894721002a86643283f9707338bf195d360ba2ee71', // cc3 mainnet
41
+ '0xfc4ec97a1c1f119c4353aecb4a17c7c0cf7b40d5d660143d8bad9117e9866572', // cc3 testnet/drynet
42
+ '0xfc9df99a665f964aed6649f275055e54df5e3420489538ed31d7788f53d11ef6' // cc3 devnet
43
+ ],
39
44
  darwinia: [
40
45
  '0xe71578b37a7c799b0ab4ee87ffa6f059a6b98f71f06fb8c84a8d88013a548ad6'
41
46
  ],
@@ -11,6 +11,7 @@ exports.knownLedger = {
11
11
  bittensor: 0x00000162,
12
12
  centrifuge: 0x000002eb,
13
13
  composable: 0x00000162,
14
+ creditcoin3: 0x00000162,
14
15
  darwinia: 0x00000162,
15
16
  'dock-mainnet': 0x00000252,
16
17
  edgeware: 0x0000020b,
@@ -1,4 +1,4 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.packageInfo = void 0;
4
- exports.packageInfo = { name: '@polkadot/networks', path: typeof __dirname === 'string' ? __dirname : 'auto', type: 'cjs', version: '13.5.3' };
4
+ exports.packageInfo = { name: '@polkadot/networks', path: typeof __dirname === 'string' ? __dirname : 'auto', type: 'cjs', version: '13.5.4' };
@@ -33,6 +33,11 @@ export const knownGenesis = {
33
33
  composable: [
34
34
  '0xdaab8df776eb52ec604a5df5d388bb62a050a0aaec4556a64265b9d42755552d'
35
35
  ],
36
+ creditcoin3: [
37
+ '0x4436a7d64e363df85e065a894721002a86643283f9707338bf195d360ba2ee71', // cc3 mainnet
38
+ '0xfc4ec97a1c1f119c4353aecb4a17c7c0cf7b40d5d660143d8bad9117e9866572', // cc3 testnet/drynet
39
+ '0xfc9df99a665f964aed6649f275055e54df5e3420489538ed31d7788f53d11ef6' // cc3 devnet
40
+ ],
36
41
  darwinia: [
37
42
  '0xe71578b37a7c799b0ab4ee87ffa6f059a6b98f71f06fb8c84a8d88013a548ad6'
38
43
  ],
@@ -8,6 +8,7 @@ export const knownLedger = {
8
8
  bittensor: 0x00000162,
9
9
  centrifuge: 0x000002eb,
10
10
  composable: 0x00000162,
11
+ creditcoin3: 0x00000162,
11
12
  darwinia: 0x00000162,
12
13
  'dock-mainnet': 0x00000252,
13
14
  edgeware: 0x0000020b,
package/package.json CHANGED
@@ -15,7 +15,7 @@
15
15
  },
16
16
  "sideEffects": false,
17
17
  "type": "module",
18
- "version": "13.5.3",
18
+ "version": "13.5.4",
19
19
  "main": "./cjs/index.js",
20
20
  "module": "./index.js",
21
21
  "types": "./index.d.ts",
@@ -182,7 +182,7 @@
182
182
  }
183
183
  },
184
184
  "dependencies": {
185
- "@polkadot/util": "13.5.3",
185
+ "@polkadot/util": "13.5.4",
186
186
  "@substrate/ss58-registry": "^1.51.0",
187
187
  "tslib": "^2.8.0"
188
188
  }
package/packageInfo.js CHANGED
@@ -1 +1 @@
1
- export const packageInfo = { name: '@polkadot/networks', path: (import.meta && import.meta.url) ? new URL(import.meta.url).pathname.substring(0, new URL(import.meta.url).pathname.lastIndexOf('/') + 1) : 'auto', type: 'esm', version: '13.5.3' };
1
+ export const packageInfo = { name: '@polkadot/networks', path: (import.meta && import.meta.url) ? new URL(import.meta.url).pathname.substring(0, new URL(import.meta.url).pathname.lastIndexOf('/') + 1) : 'auto', type: 'esm', version: '13.5.4' };