@polkadot/networks 13.2.2 → 13.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.
@@ -167,6 +167,9 @@ exports.knownGenesis = {
167
167
  unique: [
168
168
  '0x84322d9cddbf35088f1e54e9a85c967a41a56a4f43445768125e61af166c7d31'
169
169
  ],
170
+ vara: [
171
+ '0xfe1b4c55fd4d668101126434206571a7838a8b6b93a6d1b95d607e78e6c53763'
172
+ ],
170
173
  vtb: [
171
174
  '0x286bc8414c7000ce1d6ee6a834e29a54c1784814b76243eb77ed0b2c5573c60f',
172
175
  '0x7483b89572fb2bd687c7b9a93b242d0b237f9aba463aba07ec24503931038aaa'
@@ -44,6 +44,7 @@ exports.knownLedger = {
44
44
  statemint: 0x00000162, // common-good on Polkadot, shares derivation
45
45
  ternoa: 0x00003e3,
46
46
  unique: 0x00000295,
47
+ vara: 0x00001370,
47
48
  vtb: 0x000002b6,
48
49
  xxnetwork: 0x000007a3,
49
50
  zeitgeist: 0x00000162
@@ -1,4 +1,4 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.packageInfo = void 0;
4
- exports.packageInfo = { name: '@polkadot/networks', path: typeof __dirname === 'string' ? __dirname : 'auto', type: 'cjs', version: '13.2.2' };
4
+ exports.packageInfo = { name: '@polkadot/networks', path: typeof __dirname === 'string' ? __dirname : 'auto', type: 'cjs', version: '13.3.1' };
@@ -164,6 +164,9 @@ export const knownGenesis = {
164
164
  unique: [
165
165
  '0x84322d9cddbf35088f1e54e9a85c967a41a56a4f43445768125e61af166c7d31'
166
166
  ],
167
+ vara: [
168
+ '0xfe1b4c55fd4d668101126434206571a7838a8b6b93a6d1b95d607e78e6c53763'
169
+ ],
167
170
  vtb: [
168
171
  '0x286bc8414c7000ce1d6ee6a834e29a54c1784814b76243eb77ed0b2c5573c60f',
169
172
  '0x7483b89572fb2bd687c7b9a93b242d0b237f9aba463aba07ec24503931038aaa'
@@ -41,6 +41,7 @@ export const knownLedger = {
41
41
  statemint: 0x00000162, // common-good on Polkadot, shares derivation
42
42
  ternoa: 0x00003e3,
43
43
  unique: 0x00000295,
44
+ vara: 0x00001370,
44
45
  vtb: 0x000002b6,
45
46
  xxnetwork: 0x000007a3,
46
47
  zeitgeist: 0x00000162
package/package.json CHANGED
@@ -15,7 +15,7 @@
15
15
  },
16
16
  "sideEffects": false,
17
17
  "type": "module",
18
- "version": "13.2.2",
18
+ "version": "13.3.1",
19
19
  "main": "./cjs/index.js",
20
20
  "module": "./index.js",
21
21
  "types": "./index.d.ts",
@@ -182,7 +182,7 @@
182
182
  }
183
183
  },
184
184
  "dependencies": {
185
- "@polkadot/util": "13.2.2",
185
+ "@polkadot/util": "13.3.1",
186
186
  "@substrate/ss58-registry": "^1.51.0",
187
187
  "tslib": "^2.8.0"
188
188
  }
package/packageInfo.js CHANGED
@@ -1 +1 @@
1
- export const packageInfo = { name: '@polkadot/networks', path: (import.meta && import.meta.url) ? new URL(import.meta.url).pathname.substring(0, new URL(import.meta.url).pathname.lastIndexOf('/') + 1) : 'auto', type: 'esm', version: '13.2.2' };
1
+ export const packageInfo = { name: '@polkadot/networks', path: (import.meta && import.meta.url) ? new URL(import.meta.url).pathname.substring(0, new URL(import.meta.url).pathname.lastIndexOf('/') + 1) : 'auto', type: 'esm', version: '13.3.1' };