@polkadot/networks 10.2.6 → 10.4.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.
@@ -52,7 +52,7 @@ const knownGenesis = {
52
52
  origintrail: ['0xe7e0962324a3b86c83404dbea483f25fb5dab4c224791c81b756cfc948006174'],
53
53
  parallel: ['0xe61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97'],
54
54
  phala: ['0x1bb969d85965e4bb5a651abbedf21a54b6b31a21f66b5401cc3f1e286268d736'],
55
- picasso: ['0xe8e7f0f4c4f5a00720b4821dbfddefea7490bcf0b19009961cc46957984e2c1c'],
55
+ picasso: ['0x6811a339673c9daa897944dcdac99c6e2939cc88245ed21951a0a3c9a2be75bc', '0xe8e7f0f4c4f5a00720b4821dbfddefea7490bcf0b19009961cc46957984e2c1c'],
56
56
  polkadex: ['0x3920bcb4960a1eef5580cd5367ff3f430eef052774f78468852f7b9cb39f8a3c'],
57
57
  polkadot: ['0x91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3'],
58
58
  polymesh: ['0x6fbd74e5e1d0a61d52ccfe9d4adaed16dd3a7caa37c6bc4d0c2fa12e8b2f4063'],
@@ -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'],
@@ -34,6 +34,7 @@ const knownLedger = {
34
34
  origintrail: 0x00000162,
35
35
  parallel: 0x00000162,
36
36
  phala: 0x00000162,
37
+ picasso: 0x000001b2,
37
38
  polkadex: 0x0000031f,
38
39
  polkadot: 0x00000162,
39
40
  polymesh: 0x00000253,
@@ -43,6 +44,7 @@ const knownLedger = {
43
44
  // common-good on Kusama, shares derivation
44
45
  statemint: 0x00000162,
45
46
  // common-good on Polkadot, shares derivation
47
+ ternoa: 0x00003e3,
46
48
  unique: 0x00000162,
47
49
  vtb: 0x000002b6,
48
50
  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.4.1'
17
17
  };
18
18
  exports.packageInfo = packageInfo;
@@ -46,7 +46,7 @@ export const knownGenesis = {
46
46
  origintrail: ['0xe7e0962324a3b86c83404dbea483f25fb5dab4c224791c81b756cfc948006174'],
47
47
  parallel: ['0xe61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97'],
48
48
  phala: ['0x1bb969d85965e4bb5a651abbedf21a54b6b31a21f66b5401cc3f1e286268d736'],
49
- picasso: ['0xe8e7f0f4c4f5a00720b4821dbfddefea7490bcf0b19009961cc46957984e2c1c'],
49
+ picasso: ['0x6811a339673c9daa897944dcdac99c6e2939cc88245ed21951a0a3c9a2be75bc', '0xe8e7f0f4c4f5a00720b4821dbfddefea7490bcf0b19009961cc46957984e2c1c'],
50
50
  polkadex: ['0x3920bcb4960a1eef5580cd5367ff3f430eef052774f78468852f7b9cb39f8a3c'],
51
51
  polkadot: ['0x91b171bb158e2d3848fa23a9f1c25182fb8e20313b2c1eb49219da7a70ce90c3'],
52
52
  polymesh: ['0x6fbd74e5e1d0a61d52ccfe9d4adaed16dd3a7caa37c6bc4d0c2fa12e8b2f4063'],
@@ -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'],
@@ -28,6 +28,7 @@ export const knownLedger = {
28
28
  origintrail: 0x00000162,
29
29
  parallel: 0x00000162,
30
30
  phala: 0x00000162,
31
+ picasso: 0x000001b2,
31
32
  polkadex: 0x0000031f,
32
33
  polkadot: 0x00000162,
33
34
  polymesh: 0x00000253,
@@ -37,6 +38,7 @@ export const knownLedger = {
37
38
  // common-good on Kusama, shares derivation
38
39
  statemint: 0x00000162,
39
40
  // common-good on Polkadot, shares derivation
41
+ ternoa: 0x00003e3,
40
42
  unique: 0x00000162,
41
43
  vtb: 0x000002b6,
42
44
  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.4.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.4.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.4.1'
11
11
  };