@polkadot/networks 10.1.5 → 10.1.6

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.
@@ -14,6 +14,7 @@ const knownTestnet = {
14
14
  'dock-testnet': true,
15
15
  jupiter: true,
16
16
  'mathchain-testnet': true,
17
+ p3dt: true,
17
18
  subspace_testnet: true,
18
19
  'zero-alphaville': true
19
20
  };
@@ -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.1.5'
14
+ version: '10.1.6'
15
15
  };
16
16
  exports.packageInfo = packageInfo;
@@ -8,6 +8,7 @@ export const knownTestnet = {
8
8
  'dock-testnet': true,
9
9
  jupiter: true,
10
10
  'mathchain-testnet': true,
11
+ p3dt: true,
11
12
  subspace_testnet: true,
12
13
  'zero-alphaville': true
13
14
  };
package/package.json CHANGED
@@ -17,7 +17,7 @@
17
17
  },
18
18
  "sideEffects": false,
19
19
  "type": "module",
20
- "version": "10.1.5",
20
+ "version": "10.1.6",
21
21
  "main": "./cjs/index.js",
22
22
  "module": "./index.js",
23
23
  "types": "./index.d.ts",
@@ -88,7 +88,7 @@
88
88
  },
89
89
  "dependencies": {
90
90
  "@babel/runtime": "^7.18.9",
91
- "@polkadot/util": "10.1.5",
92
- "@substrate/ss58-registry": "^1.25.0"
91
+ "@polkadot/util": "10.1.6",
92
+ "@substrate/ss58-registry": "^1.28.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.1.5'
8
+ version: '10.1.6'
9
9
  };