@polkadot/types-known 9.10.5 → 9.11.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.
- package/bundle.js +1 -1
- package/chain/index.js +1 -1
- package/cjs/chain/index.js +1 -1
- package/cjs/detectOther.js +1 -1
- package/cjs/detectPackage.js +1 -1
- package/cjs/packageInfo.js +2 -2
- package/cjs/spec/centrifuge-chain.js +1 -1
- package/cjs/spec/index.js +1 -1
- package/cjs/spec/kusama.js +1 -1
- package/cjs/spec/node-template.js +1 -1
- package/cjs/spec/node.js +1 -1
- package/cjs/spec/polkadot.js +1 -1
- package/cjs/spec/rococo.js +1 -1
- package/cjs/spec/shell.js +1 -1
- package/cjs/spec/statemint.js +1 -1
- package/cjs/spec/westend.js +1 -1
- package/cjs/upgrades/e2e/kusama.js +1 -1
- package/cjs/upgrades/e2e/polkadot.js +1 -1
- package/cjs/upgrades/e2e/westend.js +1 -1
- package/cjs/upgrades/index.js +1 -1
- package/cjs/upgrades/manual/kusama.js +1 -1
- package/cjs/upgrades/manual/polkadot.js +1 -1
- package/cjs/upgrades/manual/westend.js +1 -1
- package/cjs/util.js +1 -1
- package/detectOther.js +1 -1
- package/detectPackage.js +1 -1
- package/index.js +1 -1
- package/package.json +7 -7
- package/packageInfo.js +2 -2
- package/spec/centrifuge-chain.js +1 -1
- package/spec/index.js +1 -1
- package/spec/kusama.js +1 -1
- package/spec/node-template.js +1 -1
- package/spec/node.js +1 -1
- package/spec/polkadot.js +1 -1
- package/spec/rococo.js +1 -1
- package/spec/shell.js +1 -1
- package/spec/statemint.js +1 -1
- package/spec/westend.js +1 -1
- package/upgrades/e2e/index.js +1 -1
- package/upgrades/e2e/kusama.js +1 -1
- package/upgrades/e2e/polkadot.js +1 -1
- package/upgrades/e2e/westend.js +1 -1
- package/upgrades/index.js +1 -1
- package/upgrades/manual/index.js +1 -1
- package/upgrades/manual/kusama.js +1 -1
- package/upgrades/manual/polkadot.js +1 -1
- package/upgrades/manual/westend.js +1 -1
- package/util.js +1 -1
package/bundle.js
CHANGED
package/chain/index.js
CHANGED
package/cjs/chain/index.js
CHANGED
|
@@ -4,7 +4,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
6
|
exports.default = void 0;
|
|
7
|
-
// Copyright 2017-
|
|
7
|
+
// Copyright 2017-2023 @polkadot/types-known authors & contributors
|
|
8
8
|
// SPDX-License-Identifier: Apache-2.0
|
|
9
9
|
|
|
10
10
|
// Type overrides based on specific nodes
|
package/cjs/detectOther.js
CHANGED
|
@@ -5,7 +5,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
5
5
|
});
|
|
6
6
|
exports.default = void 0;
|
|
7
7
|
var _packageInfo = require("@polkadot/types/cjs/packageInfo");
|
|
8
|
-
// Copyright 2017-
|
|
8
|
+
// Copyright 2017-2023 @polkadot/types-known authors & contributors
|
|
9
9
|
// SPDX-License-Identifier: Apache-2.0
|
|
10
10
|
var _default = [_packageInfo.packageInfo];
|
|
11
11
|
exports.default = _default;
|
package/cjs/detectPackage.js
CHANGED
|
@@ -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-
|
|
7
|
+
// Copyright 2017-2023 @polkadot/types-known authors & contributors
|
|
8
8
|
// SPDX-License-Identifier: Apache-2.0
|
|
9
9
|
|
|
10
10
|
// Do not edit, auto-generated by @polkadot/dev
|
package/cjs/packageInfo.js
CHANGED
|
@@ -4,7 +4,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
6
|
exports.packageInfo = void 0;
|
|
7
|
-
// Copyright 2017-
|
|
7
|
+
// Copyright 2017-2023 @polkadot/types-known 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/types-known',
|
|
14
14
|
path: typeof __dirname === 'string' ? __dirname : 'auto',
|
|
15
15
|
type: 'cjs',
|
|
16
|
-
version: '9.
|
|
16
|
+
version: '9.11.1'
|
|
17
17
|
};
|
|
18
18
|
exports.packageInfo = packageInfo;
|
|
@@ -5,7 +5,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
5
5
|
});
|
|
6
6
|
exports.default = void 0;
|
|
7
7
|
var _util = require("@polkadot/util");
|
|
8
|
-
// Copyright 2017-
|
|
8
|
+
// Copyright 2017-2023 @polkadot/types-known authors & contributors
|
|
9
9
|
// SPDX-License-Identifier: Apache-2.0
|
|
10
10
|
|
|
11
11
|
/* eslint-disable sort-keys */
|
package/cjs/spec/index.js
CHANGED
|
@@ -14,7 +14,7 @@ var _rococo = _interopRequireDefault(require("./rococo"));
|
|
|
14
14
|
var _shell = _interopRequireDefault(require("./shell"));
|
|
15
15
|
var _statemint = _interopRequireDefault(require("./statemint"));
|
|
16
16
|
var _westend = _interopRequireDefault(require("./westend"));
|
|
17
|
-
// Copyright 2017-
|
|
17
|
+
// Copyright 2017-2023 @polkadot/types-known authors & contributors
|
|
18
18
|
// SPDX-License-Identifier: Apache-2.0
|
|
19
19
|
|
|
20
20
|
// Type overrides for specific spec types & versions as given in runtimeVersion
|
package/cjs/spec/kusama.js
CHANGED
|
@@ -6,7 +6,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
6
6
|
exports.default = void 0;
|
|
7
7
|
var _typesCreate = require("@polkadot/types-create");
|
|
8
8
|
var _util = require("@polkadot/util");
|
|
9
|
-
// Copyright 2017-
|
|
9
|
+
// Copyright 2017-2023 @polkadot/types-known authors & contributors
|
|
10
10
|
// SPDX-License-Identifier: Apache-2.0
|
|
11
11
|
|
|
12
12
|
/* eslint-disable sort-keys */
|
|
@@ -4,7 +4,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
6
|
exports.default = void 0;
|
|
7
|
-
// Copyright 2017-
|
|
7
|
+
// Copyright 2017-2023 @polkadot/types-known authors & contributors
|
|
8
8
|
// SPDX-License-Identifier: Apache-2.0
|
|
9
9
|
|
|
10
10
|
/* eslint-disable sort-keys */
|
package/cjs/spec/node.js
CHANGED
|
@@ -4,7 +4,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
6
|
exports.default = void 0;
|
|
7
|
-
// Copyright 2017-
|
|
7
|
+
// Copyright 2017-2023 @polkadot/types-known authors & contributors
|
|
8
8
|
// SPDX-License-Identifier: Apache-2.0
|
|
9
9
|
|
|
10
10
|
/* eslint-disable sort-keys */
|
package/cjs/spec/polkadot.js
CHANGED
|
@@ -5,7 +5,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
5
5
|
});
|
|
6
6
|
exports.default = void 0;
|
|
7
7
|
var _util = require("@polkadot/util");
|
|
8
|
-
// Copyright 2017-
|
|
8
|
+
// Copyright 2017-2023 @polkadot/types-known authors & contributors
|
|
9
9
|
// SPDX-License-Identifier: Apache-2.0
|
|
10
10
|
|
|
11
11
|
/* eslint-disable sort-keys */
|
package/cjs/spec/rococo.js
CHANGED
|
@@ -6,7 +6,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
6
6
|
exports.default = void 0;
|
|
7
7
|
var _typesCreate = require("@polkadot/types-create");
|
|
8
8
|
var _util = require("@polkadot/util");
|
|
9
|
-
// Copyright 2017-
|
|
9
|
+
// Copyright 2017-2023 @polkadot/types-known authors & contributors
|
|
10
10
|
// SPDX-License-Identifier: Apache-2.0
|
|
11
11
|
|
|
12
12
|
/* eslint-disable sort-keys */
|
package/cjs/spec/shell.js
CHANGED
|
@@ -4,7 +4,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
6
|
exports.default = void 0;
|
|
7
|
-
// Copyright 2017-
|
|
7
|
+
// Copyright 2017-2023 @polkadot/types-known authors & contributors
|
|
8
8
|
// SPDX-License-Identifier: Apache-2.0
|
|
9
9
|
|
|
10
10
|
/* eslint-disable sort-keys */
|
package/cjs/spec/statemint.js
CHANGED
|
@@ -6,7 +6,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
6
6
|
exports.default = void 0;
|
|
7
7
|
var _typesCreate = require("@polkadot/types-create");
|
|
8
8
|
var _util = require("@polkadot/util");
|
|
9
|
-
// Copyright 2017-
|
|
9
|
+
// Copyright 2017-2023 @polkadot/types-known authors & contributors
|
|
10
10
|
// SPDX-License-Identifier: Apache-2.0
|
|
11
11
|
|
|
12
12
|
/* eslint-disable sort-keys */
|
package/cjs/spec/westend.js
CHANGED
|
@@ -6,7 +6,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
6
6
|
exports.default = void 0;
|
|
7
7
|
var _typesCreate = require("@polkadot/types-create");
|
|
8
8
|
var _util = require("@polkadot/util");
|
|
9
|
-
// Copyright 2017-
|
|
9
|
+
// Copyright 2017-2023 @polkadot/types-known authors & contributors
|
|
10
10
|
// SPDX-License-Identifier: Apache-2.0
|
|
11
11
|
|
|
12
12
|
/* eslint-disable sort-keys */
|
|
@@ -4,7 +4,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
6
|
exports.default = void 0;
|
|
7
|
-
// Copyright 2017-
|
|
7
|
+
// Copyright 2017-2023 @polkadot/types-known authors & contributors
|
|
8
8
|
// SPDX-License-Identifier: Apache-2.0
|
|
9
9
|
|
|
10
10
|
// Auto-generated from on-chain data & manual definitions, do not edit
|
|
@@ -4,7 +4,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
6
|
exports.default = void 0;
|
|
7
|
-
// Copyright 2017-
|
|
7
|
+
// Copyright 2017-2023 @polkadot/types-known authors & contributors
|
|
8
8
|
// SPDX-License-Identifier: Apache-2.0
|
|
9
9
|
|
|
10
10
|
// Auto-generated from on-chain data & manual definitions, do not edit
|
|
@@ -4,7 +4,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
6
|
exports.default = void 0;
|
|
7
|
-
// Copyright 2017-
|
|
7
|
+
// Copyright 2017-2023 @polkadot/types-known authors & contributors
|
|
8
8
|
// SPDX-License-Identifier: Apache-2.0
|
|
9
9
|
|
|
10
10
|
// Auto-generated from on-chain data & manual definitions, do not edit
|
package/cjs/upgrades/index.js
CHANGED
|
@@ -9,7 +9,7 @@ var _util = require("@polkadot/util");
|
|
|
9
9
|
var allKnown = _interopRequireWildcard(require("./e2e"));
|
|
10
10
|
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function (nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
|
|
11
11
|
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || typeof obj !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
|
|
12
|
-
// Copyright 2017-
|
|
12
|
+
// Copyright 2017-2023 @polkadot/types-known authors & contributors
|
|
13
13
|
// SPDX-License-Identifier: Apache-2.0
|
|
14
14
|
|
|
15
15
|
// testnets are not available in the networks map
|
|
@@ -4,7 +4,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
6
|
exports.default = void 0;
|
|
7
|
-
// Copyright 2017-
|
|
7
|
+
// Copyright 2017-2023 @polkadot/types-known authors & contributors
|
|
8
8
|
// SPDX-License-Identifier: Apache-2.0
|
|
9
9
|
|
|
10
10
|
const upgrades = [[0, 1020], [26669, 1021], [38245, 1022], [54248, 1023], [59659, 1024], [67651, 1025], [82191, 1027], [83238, 1028], [101503, 1029], [203466, 1030], [295787, 1031], [461692, 1032], [504329, 1033], [569327, 1038], [587687, 1039], [653183, 1040], [693488, 1042], [901442, 1045], [1375086, 1050], [1445458, 1051], [1472960, 1052], [1475648, 1053], [1491596, 1054], [1574408, 1055], [2064961, 1058], [2201991, 1062], [2671528, 2005], [2704202, 2007], [2728002, 2008], [2832534, 2011], [2962294, 2012], [3240000, 2013], [3274408, 2015], [3323565, 2019], [3534175, 2022], [3860281, 2023], [4143129, 2024], [4401242, 2025], [4841367, 2026], [5961600, 2027], [6137912, 2028], [6561855, 2029], [7100891, 2030], [7468792, 9010], [7668600, 9030], [7812476, 9040], [8010981, 9050], [8073833, 9070], [8555825, 9080], [8945245, 9090], [9611377, 9100], [9625129, 9111], [9866422, 9122], [10403784, 9130], [10960765, 9150], [11006614, 9151], [11404482, 9160], [11601803, 9170], [12008022, 9180], [12405451, 9190], [12665416, 9200], [12909508, 9220], [13109752, 9230], [13555777, 9250], [13727747, 9260], [14248044, 9271], [14433840, 9280], [14645900, 9291], [15048375, 9300], [15426015, 9320],
|
|
@@ -4,7 +4,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
6
|
exports.default = void 0;
|
|
7
|
-
// Copyright 2017-
|
|
7
|
+
// Copyright 2017-2023 @polkadot/types-known authors & contributors
|
|
8
8
|
// SPDX-License-Identifier: Apache-2.0
|
|
9
9
|
|
|
10
10
|
const upgrades = [[0, 0], [29231, 1], [188836, 5], [199405, 6], [214264, 7], [244358, 8], [303079, 9], [314201, 10], [342400, 11], [443963, 12], [528470, 13], [687751, 14], [746085, 15], [787923, 16], [799302, 17], [1205128, 18], [1603423, 23], [1733218, 24], [2005673, 25], [2436698, 26], [3613564, 27], [3899547, 28], [4345767, 29], [4876134, 30], [5661442, 9050], [6321619, 9080], [6713249, 9090], [7217907, 9100], [7229126, 9110], [7560558, 9122], [8115869, 9140], [8638103, 9151], [9280179, 9170], [9738717, 9180], [10156856, 9190], [10458576, 9200], [10655116, 9220], [10879371, 9230], [11328884, 9250], [11532856, 9260], [11933818, 9270], [12217535, 9280], [12245277, 9281], [12532644, 9291], [12876189, 9300]];
|
|
@@ -4,7 +4,7 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
4
4
|
value: true
|
|
5
5
|
});
|
|
6
6
|
exports.default = void 0;
|
|
7
|
-
// Copyright 2017-
|
|
7
|
+
// Copyright 2017-2023 @polkadot/types-known authors & contributors
|
|
8
8
|
// SPDX-License-Identifier: Apache-2.0
|
|
9
9
|
|
|
10
10
|
const upgrades = [[214356, 4], [392764, 7], [409740, 8], [809976, 20], [877581, 24], [879238, 25], [889472, 26], [902937, 27], [932751, 28], [991142, 29], [1030162, 31], [1119657, 32], [1199282, 33], [1342534, 34], [1392263, 35], [1431703, 36], [1433369, 37], [1490972, 41], [2087397, 43], [2316688, 44], [2549864, 45], [3925782, 46], [3925843, 47], [4207800, 48], [4627944, 49], [5124076, 50], [5478664, 900], [5482450, 9000], [5584305, 9010], [5784566, 9030], [5879822, 9031], [5896856, 9032], [5897316, 9033], [6117927, 9050], [6210274, 9070], [6379314, 9080], [6979141, 9090], [7568453, 9100], [7766394, 9111], [7911691, 9120], [7968866, 9121], [7982889, 9122], [8514322, 9130], [9091726, 9140], [9091774, 9150], [9406726, 9160], [9921066, 9170], [10007115, 9180], [10480973, 9190], [10578091, 9200], [10678509, 9210], [10811001, 9220], [11096116, 9230], [11409279, 9250], [11584820, 9251], [11716837, 9260], [11876919, 9261], [11987927, 9270], [12077324, 9271], [12301871, 9280], [12604343, 9290], [12841034, 9300], [13128237, 9310], [13272363, 9320], [13483497, 9330], [13649433, 9340], [13761100, 9350]];
|
package/cjs/util.js
CHANGED
|
@@ -15,7 +15,7 @@ var _util = require("@polkadot/util");
|
|
|
15
15
|
var _chain = _interopRequireDefault(require("./chain"));
|
|
16
16
|
var _spec = _interopRequireDefault(require("./spec"));
|
|
17
17
|
var _upgrades = _interopRequireDefault(require("./upgrades"));
|
|
18
|
-
// Copyright 2017-
|
|
18
|
+
// Copyright 2017-2023 @polkadot/types-known authors & contributors
|
|
19
19
|
// SPDX-License-Identifier: Apache-2.0
|
|
20
20
|
|
|
21
21
|
/**
|
package/detectOther.js
CHANGED
package/detectPackage.js
CHANGED
package/index.js
CHANGED
package/package.json
CHANGED
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"./cjs/detectPackage.js"
|
|
21
21
|
],
|
|
22
22
|
"type": "module",
|
|
23
|
-
"version": "9.
|
|
23
|
+
"version": "9.11.1",
|
|
24
24
|
"main": "./cjs/index.js",
|
|
25
25
|
"module": "./index.js",
|
|
26
26
|
"types": "./index.d.ts",
|
|
@@ -170,11 +170,11 @@
|
|
|
170
170
|
}
|
|
171
171
|
},
|
|
172
172
|
"dependencies": {
|
|
173
|
-
"@babel/runtime": "^7.20.
|
|
174
|
-
"@polkadot/networks": "^10.2.
|
|
175
|
-
"@polkadot/types": "9.
|
|
176
|
-
"@polkadot/types-codec": "9.
|
|
177
|
-
"@polkadot/types-create": "9.
|
|
178
|
-
"@polkadot/util": "^10.2.
|
|
173
|
+
"@babel/runtime": "^7.20.7",
|
|
174
|
+
"@polkadot/networks": "^10.2.3",
|
|
175
|
+
"@polkadot/types": "9.11.1",
|
|
176
|
+
"@polkadot/types-codec": "9.11.1",
|
|
177
|
+
"@polkadot/types-create": "9.11.1",
|
|
178
|
+
"@polkadot/util": "^10.2.3"
|
|
179
179
|
}
|
|
180
180
|
}
|
package/packageInfo.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// Copyright 2017-
|
|
1
|
+
// Copyright 2017-2023 @polkadot/types-known 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/types-known',
|
|
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: '9.
|
|
10
|
+
version: '9.11.1'
|
|
11
11
|
};
|
package/spec/centrifuge-chain.js
CHANGED
package/spec/index.js
CHANGED
package/spec/kusama.js
CHANGED
package/spec/node-template.js
CHANGED
package/spec/node.js
CHANGED
package/spec/polkadot.js
CHANGED
package/spec/rococo.js
CHANGED
package/spec/shell.js
CHANGED
package/spec/statemint.js
CHANGED
package/spec/westend.js
CHANGED
package/upgrades/e2e/index.js
CHANGED
package/upgrades/e2e/kusama.js
CHANGED
package/upgrades/e2e/polkadot.js
CHANGED
package/upgrades/e2e/westend.js
CHANGED
package/upgrades/index.js
CHANGED
package/upgrades/manual/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// Copyright 2017-
|
|
1
|
+
// Copyright 2017-2023 @polkadot/types-known authors & contributors
|
|
2
2
|
// SPDX-License-Identifier: Apache-2.0
|
|
3
3
|
|
|
4
4
|
const upgrades = [[0, 1020], [26669, 1021], [38245, 1022], [54248, 1023], [59659, 1024], [67651, 1025], [82191, 1027], [83238, 1028], [101503, 1029], [203466, 1030], [295787, 1031], [461692, 1032], [504329, 1033], [569327, 1038], [587687, 1039], [653183, 1040], [693488, 1042], [901442, 1045], [1375086, 1050], [1445458, 1051], [1472960, 1052], [1475648, 1053], [1491596, 1054], [1574408, 1055], [2064961, 1058], [2201991, 1062], [2671528, 2005], [2704202, 2007], [2728002, 2008], [2832534, 2011], [2962294, 2012], [3240000, 2013], [3274408, 2015], [3323565, 2019], [3534175, 2022], [3860281, 2023], [4143129, 2024], [4401242, 2025], [4841367, 2026], [5961600, 2027], [6137912, 2028], [6561855, 2029], [7100891, 2030], [7468792, 9010], [7668600, 9030], [7812476, 9040], [8010981, 9050], [8073833, 9070], [8555825, 9080], [8945245, 9090], [9611377, 9100], [9625129, 9111], [9866422, 9122], [10403784, 9130], [10960765, 9150], [11006614, 9151], [11404482, 9160], [11601803, 9170], [12008022, 9180], [12405451, 9190], [12665416, 9200], [12909508, 9220], [13109752, 9230], [13555777, 9250], [13727747, 9260], [14248044, 9271], [14433840, 9280], [14645900, 9291], [15048375, 9300], [15426015, 9320],
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// Copyright 2017-
|
|
1
|
+
// Copyright 2017-2023 @polkadot/types-known authors & contributors
|
|
2
2
|
// SPDX-License-Identifier: Apache-2.0
|
|
3
3
|
|
|
4
4
|
const upgrades = [[0, 0], [29231, 1], [188836, 5], [199405, 6], [214264, 7], [244358, 8], [303079, 9], [314201, 10], [342400, 11], [443963, 12], [528470, 13], [687751, 14], [746085, 15], [787923, 16], [799302, 17], [1205128, 18], [1603423, 23], [1733218, 24], [2005673, 25], [2436698, 26], [3613564, 27], [3899547, 28], [4345767, 29], [4876134, 30], [5661442, 9050], [6321619, 9080], [6713249, 9090], [7217907, 9100], [7229126, 9110], [7560558, 9122], [8115869, 9140], [8638103, 9151], [9280179, 9170], [9738717, 9180], [10156856, 9190], [10458576, 9200], [10655116, 9220], [10879371, 9230], [11328884, 9250], [11532856, 9260], [11933818, 9270], [12217535, 9280], [12245277, 9281], [12532644, 9291], [12876189, 9300]];
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// Copyright 2017-
|
|
1
|
+
// Copyright 2017-2023 @polkadot/types-known authors & contributors
|
|
2
2
|
// SPDX-License-Identifier: Apache-2.0
|
|
3
3
|
|
|
4
4
|
const upgrades = [[214356, 4], [392764, 7], [409740, 8], [809976, 20], [877581, 24], [879238, 25], [889472, 26], [902937, 27], [932751, 28], [991142, 29], [1030162, 31], [1119657, 32], [1199282, 33], [1342534, 34], [1392263, 35], [1431703, 36], [1433369, 37], [1490972, 41], [2087397, 43], [2316688, 44], [2549864, 45], [3925782, 46], [3925843, 47], [4207800, 48], [4627944, 49], [5124076, 50], [5478664, 900], [5482450, 9000], [5584305, 9010], [5784566, 9030], [5879822, 9031], [5896856, 9032], [5897316, 9033], [6117927, 9050], [6210274, 9070], [6379314, 9080], [6979141, 9090], [7568453, 9100], [7766394, 9111], [7911691, 9120], [7968866, 9121], [7982889, 9122], [8514322, 9130], [9091726, 9140], [9091774, 9150], [9406726, 9160], [9921066, 9170], [10007115, 9180], [10480973, 9190], [10578091, 9200], [10678509, 9210], [10811001, 9220], [11096116, 9230], [11409279, 9250], [11584820, 9251], [11716837, 9260], [11876919, 9261], [11987927, 9270], [12077324, 9271], [12301871, 9280], [12604343, 9290], [12841034, 9300], [13128237, 9310], [13272363, 9320], [13483497, 9330], [13649433, 9340], [13761100, 9350]];
|
package/util.js
CHANGED