@polkadot/networks 9.1.2-7 → 9.2.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.
@@ -11,12 +11,14 @@ exports.knownLedger = void 0;
11
11
  //
12
12
  // NOTE: Any network here needs to have a genesisHash attached in the ./genesis.ts config
13
13
  const knownLedger = {
14
+ acala: 0x00000313,
14
15
  bifrost: 0x00000314,
15
16
  centrifuge: 0x000002eb,
16
17
  'dock-mainnet': 0x00000252,
17
18
  edgeware: 0x0000020b,
18
19
  equilibrium: 0x05f5e0fd,
19
20
  genshiro: 0x05f5e0fc,
21
+ karura: 0x000002ae,
20
22
  kusama: 0x000001b2,
21
23
  'nodle-chain': 0x000003eb,
22
24
  polkadot: 0x00000162,
@@ -11,6 +11,6 @@ const packageInfo = {
11
11
  name: '@polkadot/networks',
12
12
  path: typeof __dirname === 'string' ? __dirname : 'auto',
13
13
  type: 'cjs',
14
- version: '9.1.2-7'
14
+ version: '9.2.1'
15
15
  };
16
16
  exports.packageInfo = packageInfo;
@@ -5,12 +5,14 @@
5
5
  //
6
6
  // NOTE: Any network here needs to have a genesisHash attached in the ./genesis.ts config
7
7
  export const knownLedger = {
8
+ acala: 0x00000313,
8
9
  bifrost: 0x00000314,
9
10
  centrifuge: 0x000002eb,
10
11
  'dock-mainnet': 0x00000252,
11
12
  edgeware: 0x0000020b,
12
13
  equilibrium: 0x05f5e0fd,
13
14
  genshiro: 0x05f5e0fc,
15
+ karura: 0x000002ae,
14
16
  kusama: 0x000001b2,
15
17
  'nodle-chain': 0x000003eb,
16
18
  polkadot: 0x00000162,
package/package.json CHANGED
@@ -17,7 +17,7 @@
17
17
  },
18
18
  "sideEffects": false,
19
19
  "type": "module",
20
- "version": "9.1.2-7",
20
+ "version": "9.2.1",
21
21
  "main": "./cjs/index.js",
22
22
  "module": "./index.js",
23
23
  "types": "./index.d.ts",
@@ -88,7 +88,7 @@
88
88
  },
89
89
  "dependencies": {
90
90
  "@babel/runtime": "^7.17.9",
91
- "@polkadot/util": "9.1.2-7",
91
+ "@polkadot/util": "9.2.1",
92
92
  "@substrate/ss58-registry": "^1.18.0"
93
93
  }
94
94
  }
package/packageInfo.js CHANGED
@@ -5,5 +5,5 @@ export const packageInfo = {
5
5
  name: '@polkadot/networks',
6
6
  path: (import.meta && import.meta.url) ? new URL(import.meta.url).pathname.substring(0, new URL(import.meta.url).pathname.lastIndexOf('/') + 1) : 'auto',
7
7
  type: 'esm',
8
- version: '9.1.2-7'
8
+ version: '9.2.1'
9
9
  };