@polkadot/networks 10.2.1 → 10.2.3

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.
@@ -4,7 +4,7 @@ Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
6
  exports.knownGenesis = void 0;
7
- // Copyright 2017-2022 @polkadot/networks authors & contributors
7
+ // Copyright 2017-2023 @polkadot/networks authors & contributors
8
8
  // SPDX-License-Identifier: Apache-2.0
9
9
 
10
10
  // NOTE: In the case where the network was hard-spooned and multiple genesisHashes
@@ -48,7 +48,7 @@ const knownGenesis = {
48
48
  '0x3fd7b9eb6a00376e5be61f01abb429ffb0b104be05eaff4d458da48fcd425baf' // Kusama CC1
49
49
  ],
50
50
 
51
- 'nodle-para': ['0x97da7ede98d7bad4e36b4d734b6055425a3be036da2a332ea5a7037656427a21'],
51
+ nodle: ['0x97da7ede98d7bad4e36b4d734b6055425a3be036da2a332ea5a7037656427a21'],
52
52
  origintrail: ['0xe7e0962324a3b86c83404dbea483f25fb5dab4c224791c81b756cfc948006174'],
53
53
  parallel: ['0xe61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97'],
54
54
  phala: ['0x1bb969d85965e4bb5a651abbedf21a54b6b31a21f66b5401cc3f1e286268d736'],
@@ -4,7 +4,7 @@ Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
6
  exports.knownIcon = void 0;
7
- // Copyright 2017-2022 @polkadot/networks authors & contributors
7
+ // Copyright 2017-2023 @polkadot/networks authors & contributors
8
8
  // SPDX-License-Identifier: Apache-2.0
9
9
 
10
10
  // these are icon overrides
@@ -4,7 +4,7 @@ Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
6
  exports.knownLedger = void 0;
7
- // Copyright 2017-2022 @polkadot/networks authors & contributors
7
+ // Copyright 2017-2023 @polkadot/networks authors & contributors
8
8
  // SPDX-License-Identifier: Apache-2.0
9
9
 
10
10
  // These match up with the keys of the ledgerApps object in the @polkadot/hw-ledger/defaults.ts
@@ -30,7 +30,7 @@ const knownLedger = {
30
30
  karura: 0x000002ae,
31
31
  khala: 0x000001b2,
32
32
  kusama: 0x000001b2,
33
- 'nodle-para': 0x000003eb,
33
+ nodle: 0x000003eb,
34
34
  origintrail: 0x00000162,
35
35
  parallel: 0x00000162,
36
36
  phala: 0x00000162,
@@ -4,7 +4,7 @@ Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
6
  exports.knownTestnet = void 0;
7
- // Copyright 2017-2022 @polkadot/networks authors & contributors
7
+ // Copyright 2017-2023 @polkadot/networks authors & contributors
8
8
  // SPDX-License-Identifier: Apache-2.0
9
9
 
10
10
  // testnets should not allow selection
@@ -4,7 +4,7 @@ Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
6
  exports.default = void 0;
7
- // Copyright 2017-2022 @polkadot/networks authors & contributors
7
+ // Copyright 2017-2023 @polkadot/networks authors & contributors
8
8
  // SPDX-License-Identifier: Apache-2.0
9
9
  var _default = [];
10
10
  exports.default = _default;
@@ -4,7 +4,7 @@ var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefau
4
4
  var _util = require("@polkadot/util");
5
5
  var _detectOther = _interopRequireDefault(require("./detectOther"));
6
6
  var _packageInfo = require("./packageInfo");
7
- // Copyright 2017-2022 @polkadot/networks authors & contributors
7
+ // Copyright 2017-2023 @polkadot/networks authors & contributors
8
8
  // SPDX-License-Identifier: Apache-2.0
9
9
 
10
10
  // Do not edit, auto-generated by @polkadot/dev
package/cjs/interfaces.js CHANGED
@@ -7,7 +7,7 @@ Object.defineProperty(exports, "__esModule", {
7
7
  exports.selectableNetworks = exports.availableNetworks = exports.allNetworks = void 0;
8
8
  var _ss58Registry = _interopRequireDefault(require("@substrate/ss58-registry"));
9
9
  var _defaults = require("./defaults");
10
- // Copyright 2017-2022 @polkadot/networks authors & contributors
10
+ // Copyright 2017-2023 @polkadot/networks authors & contributors
11
11
  // SPDX-License-Identifier: Apache-2.0
12
12
 
13
13
  // These are known prefixes that are not sorted
@@ -4,7 +4,7 @@ Object.defineProperty(exports, "__esModule", {
4
4
  value: true
5
5
  });
6
6
  exports.packageInfo = void 0;
7
- // Copyright 2017-2022 @polkadot/networks authors & contributors
7
+ // Copyright 2017-2023 @polkadot/networks authors & contributors
8
8
  // SPDX-License-Identifier: Apache-2.0
9
9
 
10
10
  // Do not edit, auto-generated by @polkadot/dev
@@ -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.1'
16
+ version: '10.2.3'
17
17
  };
18
18
  exports.packageInfo = packageInfo;
@@ -1,4 +1,4 @@
1
- // Copyright 2017-2022 @polkadot/networks authors & contributors
1
+ // Copyright 2017-2023 @polkadot/networks authors & contributors
2
2
  // SPDX-License-Identifier: Apache-2.0
3
3
 
4
4
  // NOTE: In the case where the network was hard-spooned and multiple genesisHashes
@@ -42,7 +42,7 @@ export const knownGenesis = {
42
42
  '0x3fd7b9eb6a00376e5be61f01abb429ffb0b104be05eaff4d458da48fcd425baf' // Kusama CC1
43
43
  ],
44
44
 
45
- 'nodle-para': ['0x97da7ede98d7bad4e36b4d734b6055425a3be036da2a332ea5a7037656427a21'],
45
+ nodle: ['0x97da7ede98d7bad4e36b4d734b6055425a3be036da2a332ea5a7037656427a21'],
46
46
  origintrail: ['0xe7e0962324a3b86c83404dbea483f25fb5dab4c224791c81b756cfc948006174'],
47
47
  parallel: ['0xe61a41c53f5dcd0beb09df93b34402aada44cb05117b71059cce40a2723a4e97'],
48
48
  phala: ['0x1bb969d85965e4bb5a651abbedf21a54b6b31a21f66b5401cc3f1e286268d736'],
package/defaults/icons.js CHANGED
@@ -1,4 +1,4 @@
1
- // Copyright 2017-2022 @polkadot/networks authors & contributors
1
+ // Copyright 2017-2023 @polkadot/networks authors & contributors
2
2
  // SPDX-License-Identifier: Apache-2.0
3
3
 
4
4
  // these are icon overrides
package/defaults/index.js CHANGED
@@ -1,4 +1,4 @@
1
- // Copyright 2017-2022 @polkadot/networks authors & contributors
1
+ // Copyright 2017-2023 @polkadot/networks authors & contributors
2
2
  // SPDX-License-Identifier: Apache-2.0
3
3
 
4
4
  export { knownGenesis } from "./genesis.js";
@@ -1,4 +1,4 @@
1
- // Copyright 2017-2022 @polkadot/networks authors & contributors
1
+ // Copyright 2017-2023 @polkadot/networks authors & contributors
2
2
  // SPDX-License-Identifier: Apache-2.0
3
3
 
4
4
  // These match up with the keys of the ledgerApps object in the @polkadot/hw-ledger/defaults.ts
@@ -24,7 +24,7 @@ export const knownLedger = {
24
24
  karura: 0x000002ae,
25
25
  khala: 0x000001b2,
26
26
  kusama: 0x000001b2,
27
- 'nodle-para': 0x000003eb,
27
+ nodle: 0x000003eb,
28
28
  origintrail: 0x00000162,
29
29
  parallel: 0x00000162,
30
30
  phala: 0x00000162,
@@ -1,4 +1,4 @@
1
- // Copyright 2017-2022 @polkadot/networks authors & contributors
1
+ // Copyright 2017-2023 @polkadot/networks authors & contributors
2
2
  // SPDX-License-Identifier: Apache-2.0
3
3
 
4
4
  // testnets should not allow selection
package/detectOther.js CHANGED
@@ -1,4 +1,4 @@
1
- // Copyright 2017-2022 @polkadot/networks authors & contributors
1
+ // Copyright 2017-2023 @polkadot/networks authors & contributors
2
2
  // SPDX-License-Identifier: Apache-2.0
3
3
 
4
4
  export default [];
package/detectPackage.js CHANGED
@@ -1,4 +1,4 @@
1
- // Copyright 2017-2022 @polkadot/networks authors & contributors
1
+ // Copyright 2017-2023 @polkadot/networks authors & contributors
2
2
  // SPDX-License-Identifier: Apache-2.0
3
3
 
4
4
  // Do not edit, auto-generated by @polkadot/dev
package/index.js CHANGED
@@ -1,4 +1,4 @@
1
- // Copyright 2017-2022 @polkadot/networks authors & contributors
1
+ // Copyright 2017-2023 @polkadot/networks authors & contributors
2
2
  // SPDX-License-Identifier: Apache-2.0
3
3
 
4
4
  // TODO: This was removed, really cannot recall the reason...
package/interfaces.js CHANGED
@@ -1,4 +1,4 @@
1
- // Copyright 2017-2022 @polkadot/networks authors & contributors
1
+ // Copyright 2017-2023 @polkadot/networks authors & contributors
2
2
  // SPDX-License-Identifier: Apache-2.0
3
3
 
4
4
  import knownSubstrate from '@substrate/ss58-registry';
package/package.json CHANGED
@@ -17,7 +17,7 @@
17
17
  },
18
18
  "sideEffects": false,
19
19
  "type": "module",
20
- "version": "10.2.1",
20
+ "version": "10.2.3",
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.6",
91
- "@polkadot/util": "10.2.1",
92
- "@substrate/ss58-registry": "^1.35.0"
90
+ "@babel/runtime": "^7.20.7",
91
+ "@polkadot/util": "10.2.3",
92
+ "@substrate/ss58-registry": "^1.37.0"
93
93
  }
94
94
  }
package/packageInfo.js CHANGED
@@ -1,4 +1,4 @@
1
- // Copyright 2017-2022 @polkadot/networks authors & contributors
1
+ // Copyright 2017-2023 @polkadot/networks authors & contributors
2
2
  // SPDX-License-Identifier: Apache-2.0
3
3
 
4
4
  // Do not edit, auto-generated by @polkadot/dev
@@ -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.1'
10
+ version: '10.2.3'
11
11
  };