@polkadot/networks 10.2.6 → 10.3.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.
@@ -62,6 +62,7 @@ const knownGenesis = {
62
62
  statemine: ['0x48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a'],
63
63
  statemint: ['0x68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f'],
64
64
  subsocial: ['0x0bd72c1c305172e1275278aaeb3f161e02eccb7a819e63f62d47bd53a28189f8'],
65
+ ternoa: ['0x6859c81ca95ef624c9dfe4dc6e3381c33e5d6509e35e147092bfbc780f777c4e'],
65
66
  unique: ['0x84322d9cddbf35088f1e54e9a85c967a41a56a4f43445768125e61af166c7d31'],
66
67
  vtb: ['0x286bc8414c7000ce1d6ee6a834e29a54c1784814b76243eb77ed0b2c5573c60f', '0x7483b89572fb2bd687c7b9a93b242d0b237f9aba463aba07ec24503931038aaa'],
67
68
  westend: ['0xe143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e'],
@@ -43,6 +43,7 @@ const knownLedger = {
43
43
  // common-good on Kusama, shares derivation
44
44
  statemint: 0x00000162,
45
45
  // common-good on Polkadot, shares derivation
46
+ ternoa: 0x00003e3,
46
47
  unique: 0x00000162,
47
48
  vtb: 0x000002b6,
48
49
  xxnetwork: 0x000007a3
@@ -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.2.6'
16
+ version: '10.3.1'
17
17
  };
18
18
  exports.packageInfo = packageInfo;
@@ -56,6 +56,7 @@ export const knownGenesis = {
56
56
  statemine: ['0x48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a'],
57
57
  statemint: ['0x68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f'],
58
58
  subsocial: ['0x0bd72c1c305172e1275278aaeb3f161e02eccb7a819e63f62d47bd53a28189f8'],
59
+ ternoa: ['0x6859c81ca95ef624c9dfe4dc6e3381c33e5d6509e35e147092bfbc780f777c4e'],
59
60
  unique: ['0x84322d9cddbf35088f1e54e9a85c967a41a56a4f43445768125e61af166c7d31'],
60
61
  vtb: ['0x286bc8414c7000ce1d6ee6a834e29a54c1784814b76243eb77ed0b2c5573c60f', '0x7483b89572fb2bd687c7b9a93b242d0b237f9aba463aba07ec24503931038aaa'],
61
62
  westend: ['0xe143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e'],
@@ -37,6 +37,7 @@ export const knownLedger = {
37
37
  // common-good on Kusama, shares derivation
38
38
  statemint: 0x00000162,
39
39
  // common-good on Polkadot, shares derivation
40
+ ternoa: 0x00003e3,
40
41
  unique: 0x00000162,
41
42
  vtb: 0x000002b6,
42
43
  xxnetwork: 0x000007a3
package/package.json CHANGED
@@ -17,7 +17,7 @@
17
17
  },
18
18
  "sideEffects": false,
19
19
  "type": "module",
20
- "version": "10.2.6",
20
+ "version": "10.3.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.7",
91
- "@polkadot/util": "10.2.6",
92
- "@substrate/ss58-registry": "^1.37.0"
90
+ "@babel/runtime": "^7.20.13",
91
+ "@polkadot/util": "10.3.1",
92
+ "@substrate/ss58-registry": "^1.38.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.2.6'
10
+ version: '10.3.1'
11
11
  };