@polkadot/networks 10.0.2 → 10.1.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.
@@ -28,6 +28,7 @@ const knownGenesis = {
28
28
  '0x3d75507dd46301767e601265791da1d9cb47b6ebc94e87347b635e5bf58bd047', // Snakenet Gen2
29
29
  '0x0ed32bfcab4a83517fac88f2aa7cbc2f88d3ab93be9a12b6188a036bf8a943c2' // Snakenet Gen1
30
30
  ],
31
+ 'interlay-parachain': ['0xbf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72'],
31
32
  karura: ['0xbaf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b'],
32
33
  kulupu: ['0xf7a99d3cb92853d00d5275c971c132c074636256583fee53b3bbe60d7b8769ba'],
33
34
  kusama: ['0xb0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe', // Kusama CC3,
@@ -46,6 +47,7 @@ const knownGenesis = {
46
47
  statemine: ['0x48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a'],
47
48
  statemint: ['0x68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f'],
48
49
  subsocial: ['0x0bd72c1c305172e1275278aaeb3f161e02eccb7a819e63f62d47bd53a28189f8'],
50
+ unique: ['0x84322d9cddbf35088f1e54e9a85c967a41a56a4f43445768125e61af166c7d31'],
49
51
  westend: ['0xe143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e'],
50
52
  xxnetwork: ['0x50dd5d206917bf10502c68fb4d18a59fc8aa31586f4e8856b493e43544aa82aa']
51
53
  };
@@ -21,6 +21,7 @@ const knownLedger = {
21
21
  edgeware: 0x0000020b,
22
22
  equilibrium: 0x05f5e0fd,
23
23
  genshiro: 0x05f5e0fc,
24
+ 'interlay-parachain': 0x00000162,
24
25
  karura: 0x000002ae,
25
26
  kusama: 0x000001b2,
26
27
  'nodle-para': 0x000003eb,
@@ -34,6 +35,7 @@ const knownLedger = {
34
35
  // common-good on Kusama, shares derivation
35
36
  statemint: 0x00000162,
36
37
  // common-good on Polkadot, shares derivation
38
+ unique: 0x00000162,
37
39
  xxnetwork: 0x000007a3
38
40
  };
39
41
  exports.knownLedger = knownLedger;
package/cjs/package.json CHANGED
@@ -1,3 +1,3 @@
1
1
  {
2
2
  "type": "commonjs"
3
- }
3
+ }
@@ -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: '10.0.2'
14
+ version: '10.1.1'
15
15
  };
16
16
  exports.packageInfo = packageInfo;
@@ -22,6 +22,7 @@ export const knownGenesis = {
22
22
  '0x3d75507dd46301767e601265791da1d9cb47b6ebc94e87347b635e5bf58bd047', // Snakenet Gen2
23
23
  '0x0ed32bfcab4a83517fac88f2aa7cbc2f88d3ab93be9a12b6188a036bf8a943c2' // Snakenet Gen1
24
24
  ],
25
+ 'interlay-parachain': ['0xbf88efe70e9e0e916416e8bed61f2b45717f517d7f3523e33c7b001e5ffcbc72'],
25
26
  karura: ['0xbaf5aabe40646d11f0ee8abbdc64f4a4b7674925cba08e4a05ff9ebed6e2126b'],
26
27
  kulupu: ['0xf7a99d3cb92853d00d5275c971c132c074636256583fee53b3bbe60d7b8769ba'],
27
28
  kusama: ['0xb0a8d493285c2df73290dfb7e61f870f17b41801197a149ca93654499ea3dafe', // Kusama CC3,
@@ -40,6 +41,7 @@ export const knownGenesis = {
40
41
  statemine: ['0x48239ef607d7928874027a43a67689209727dfb3d3dc5e5b03a39bdc2eda771a'],
41
42
  statemint: ['0x68d56f15f85d3136970ec16946040bc1752654e906147f7e43e9d539d7c3de2f'],
42
43
  subsocial: ['0x0bd72c1c305172e1275278aaeb3f161e02eccb7a819e63f62d47bd53a28189f8'],
44
+ unique: ['0x84322d9cddbf35088f1e54e9a85c967a41a56a4f43445768125e61af166c7d31'],
43
45
  westend: ['0xe143f23803ac50e8f6f8e62695d1ce9e4e1d68aa36c1cd2cfd15340213f3423e'],
44
46
  xxnetwork: ['0x50dd5d206917bf10502c68fb4d18a59fc8aa31586f4e8856b493e43544aa82aa']
45
47
  };
@@ -15,6 +15,7 @@ export const knownLedger = {
15
15
  edgeware: 0x0000020b,
16
16
  equilibrium: 0x05f5e0fd,
17
17
  genshiro: 0x05f5e0fc,
18
+ 'interlay-parachain': 0x00000162,
18
19
  karura: 0x000002ae,
19
20
  kusama: 0x000001b2,
20
21
  'nodle-para': 0x000003eb,
@@ -28,5 +29,6 @@ export const knownLedger = {
28
29
  // common-good on Kusama, shares derivation
29
30
  statemint: 0x00000162,
30
31
  // common-good on Polkadot, shares derivation
32
+ unique: 0x00000162,
31
33
  xxnetwork: 0x000007a3
32
34
  };
package/package.json CHANGED
@@ -17,7 +17,7 @@
17
17
  },
18
18
  "sideEffects": false,
19
19
  "type": "module",
20
- "version": "10.0.2",
20
+ "version": "10.1.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.18.6",
91
- "@polkadot/util": "10.0.2",
92
- "@substrate/ss58-registry": "^1.23.0"
90
+ "@babel/runtime": "^7.18.9",
91
+ "@polkadot/util": "10.1.1",
92
+ "@substrate/ss58-registry": "^1.24.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: '10.0.2'
8
+ version: '10.1.1'
9
9
  };