@polkadot/networks 10.1.13 → 10.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.
@@ -13,6 +13,7 @@ exports.knownGenesis = void 0;
13
13
  // (See Kusama as an example)
14
14
  const knownGenesis = {
15
15
  acala: ['0xfc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c'],
16
+ ajuna: ['0xe358eb1d11b31255a286c12e44fe6780b7edb171d657905a97e39f71d9c6c3ee'],
16
17
  'aleph-node': ['0x70255b4d28de0fc4e1a193d7e175ad1ccef431598211c55538f1018651a0344e'],
17
18
  astar: ['0x9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6'],
18
19
  basilisk: ['0xa85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755'],
@@ -13,6 +13,7 @@ exports.knownLedger = void 0;
13
13
  // NOTE: Any network here needs to have a genesisHash attached in the ./genesis.ts config
14
14
  const knownLedger = {
15
15
  acala: 0x00000313,
16
+ ajuna: 0x00000162,
16
17
  'aleph-node': 0x00000283,
17
18
  astar: 0x0000032a,
18
19
  bifrost: 0x00000314,
@@ -13,6 +13,6 @@ const packageInfo = {
13
13
  name: '@polkadot/networks',
14
14
  path: typeof __dirname === 'string' ? __dirname : 'auto',
15
15
  type: 'cjs',
16
- version: '10.1.13'
16
+ version: '10.2.1'
17
17
  };
18
18
  exports.packageInfo = packageInfo;
@@ -7,6 +7,7 @@
7
7
  // (See Kusama as an example)
8
8
  export const knownGenesis = {
9
9
  acala: ['0xfc41b9bd8ef8fe53d58c7ea67c794c7ec9a73daf05e6d54b14ff6342c99ba64c'],
10
+ ajuna: ['0xe358eb1d11b31255a286c12e44fe6780b7edb171d657905a97e39f71d9c6c3ee'],
10
11
  'aleph-node': ['0x70255b4d28de0fc4e1a193d7e175ad1ccef431598211c55538f1018651a0344e'],
11
12
  astar: ['0x9eb76c5184c4ab8679d2d5d819fdf90b9c001403e9e17da2e14b6d8aec4029c6'],
12
13
  basilisk: ['0xa85cfb9b9fd4d622a5b28289a02347af987d8f73fa3108450e2b4a11c1ce5755'],
@@ -7,6 +7,7 @@
7
7
  // NOTE: Any network here needs to have a genesisHash attached in the ./genesis.ts config
8
8
  export const knownLedger = {
9
9
  acala: 0x00000313,
10
+ ajuna: 0x00000162,
10
11
  'aleph-node': 0x00000283,
11
12
  astar: 0x0000032a,
12
13
  bifrost: 0x00000314,
package/package.json CHANGED
@@ -17,7 +17,7 @@
17
17
  },
18
18
  "sideEffects": false,
19
19
  "type": "module",
20
- "version": "10.1.13",
20
+ "version": "10.2.1",
21
21
  "main": "./cjs/index.js",
22
22
  "module": "./index.js",
23
23
  "types": "./index.d.ts",
@@ -87,8 +87,8 @@
87
87
  }
88
88
  },
89
89
  "dependencies": {
90
- "@babel/runtime": "^7.20.1",
91
- "@polkadot/util": "10.1.13",
92
- "@substrate/ss58-registry": "^1.34.0"
90
+ "@babel/runtime": "^7.20.6",
91
+ "@polkadot/util": "10.2.1",
92
+ "@substrate/ss58-registry": "^1.35.0"
93
93
  }
94
94
  }
package/packageInfo.js CHANGED
@@ -7,5 +7,5 @@ export const packageInfo = {
7
7
  name: '@polkadot/networks',
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: '10.1.13'
10
+ version: '10.2.1'
11
11
  };