@polkadot/types-known 10.12.4 → 10.13.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/cjs/packageInfo.js +1 -1
- package/cjs/upgrades/e2e/kusama.js +82 -0
- package/cjs/upgrades/e2e/westend.js +168 -0
- package/cjs/upgrades/manual/kusama.js +2 -1
- package/cjs/upgrades/manual/westend.js +2 -1
- package/package.json +4 -4
- package/packageInfo.js +1 -1
- package/upgrades/e2e/kusama.js +82 -0
- package/upgrades/e2e/westend.js +168 -0
- package/upgrades/manual/kusama.js +2 -1
- package/upgrades/manual/westend.js +2 -1
package/cjs/packageInfo.js
CHANGED
|
@@ -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/types-known', path: typeof __dirname === 'string' ? __dirname : 'auto', type: 'cjs', version: '10.
|
|
4
|
+
exports.packageInfo = { name: '@polkadot/types-known', path: typeof __dirname === 'string' ? __dirname : 'auto', type: 'cjs', version: '10.13.1' };
|
|
@@ -4773,5 +4773,87 @@ exports.upgrades = [
|
|
|
4773
4773
|
1
|
|
4774
4774
|
]
|
|
4775
4775
|
]
|
|
4776
|
+
],
|
|
4777
|
+
[
|
|
4778
|
+
22515962,
|
|
4779
|
+
1001003,
|
|
4780
|
+
[
|
|
4781
|
+
[
|
|
4782
|
+
"0xdf6acb689907609b",
|
|
4783
|
+
4
|
|
4784
|
+
],
|
|
4785
|
+
[
|
|
4786
|
+
"0x37e397fc7c91f5e4",
|
|
4787
|
+
2
|
|
4788
|
+
],
|
|
4789
|
+
[
|
|
4790
|
+
"0x40fe3ad401f8959a",
|
|
4791
|
+
6
|
|
4792
|
+
],
|
|
4793
|
+
[
|
|
4794
|
+
"0xd2bc9897eed08f15",
|
|
4795
|
+
3
|
|
4796
|
+
],
|
|
4797
|
+
[
|
|
4798
|
+
"0xf78b278be53f454c",
|
|
4799
|
+
2
|
|
4800
|
+
],
|
|
4801
|
+
[
|
|
4802
|
+
"0xaf2c0297a23e6d3d",
|
|
4803
|
+
7
|
|
4804
|
+
],
|
|
4805
|
+
[
|
|
4806
|
+
"0x49eaaf1b548a0cb0",
|
|
4807
|
+
3
|
|
4808
|
+
],
|
|
4809
|
+
[
|
|
4810
|
+
"0x91d5df18b0d2cf58",
|
|
4811
|
+
2
|
|
4812
|
+
],
|
|
4813
|
+
[
|
|
4814
|
+
"0x2a5e924655399e60",
|
|
4815
|
+
1
|
|
4816
|
+
],
|
|
4817
|
+
[
|
|
4818
|
+
"0xed99c5acb25eedf5",
|
|
4819
|
+
3
|
|
4820
|
+
],
|
|
4821
|
+
[
|
|
4822
|
+
"0xcbca25e39f142387",
|
|
4823
|
+
2
|
|
4824
|
+
],
|
|
4825
|
+
[
|
|
4826
|
+
"0x687ad44ad37f03c2",
|
|
4827
|
+
1
|
|
4828
|
+
],
|
|
4829
|
+
[
|
|
4830
|
+
"0xab3c0572291feb8b",
|
|
4831
|
+
1
|
|
4832
|
+
],
|
|
4833
|
+
[
|
|
4834
|
+
"0xbc9d89904f5b923f",
|
|
4835
|
+
1
|
|
4836
|
+
],
|
|
4837
|
+
[
|
|
4838
|
+
"0x37c8bb1350a9a2a8",
|
|
4839
|
+
4
|
|
4840
|
+
],
|
|
4841
|
+
[
|
|
4842
|
+
"0xf3ff14d5ab527059",
|
|
4843
|
+
3
|
|
4844
|
+
],
|
|
4845
|
+
[
|
|
4846
|
+
"0x17a6bc0d0062aeb3",
|
|
4847
|
+
1
|
|
4848
|
+
],
|
|
4849
|
+
[
|
|
4850
|
+
"0x18ef58a3b67ba770",
|
|
4851
|
+
1
|
|
4852
|
+
],
|
|
4853
|
+
[
|
|
4854
|
+
"0xfbc577b9d747efd6",
|
|
4855
|
+
1
|
|
4856
|
+
]
|
|
4857
|
+
]
|
|
4776
4858
|
]
|
|
4777
4859
|
];
|
|
@@ -5329,5 +5329,173 @@ exports.upgrades = [
|
|
|
5329
5329
|
1
|
|
5330
5330
|
]
|
|
5331
5331
|
]
|
|
5332
|
+
],
|
|
5333
|
+
[
|
|
5334
|
+
20056997,
|
|
5335
|
+
1009000,
|
|
5336
|
+
[
|
|
5337
|
+
[
|
|
5338
|
+
"0xdf6acb689907609b",
|
|
5339
|
+
5
|
|
5340
|
+
],
|
|
5341
|
+
[
|
|
5342
|
+
"0x37e397fc7c91f5e4",
|
|
5343
|
+
2
|
|
5344
|
+
],
|
|
5345
|
+
[
|
|
5346
|
+
"0x40fe3ad401f8959a",
|
|
5347
|
+
6
|
|
5348
|
+
],
|
|
5349
|
+
[
|
|
5350
|
+
"0xd2bc9897eed08f15",
|
|
5351
|
+
3
|
|
5352
|
+
],
|
|
5353
|
+
[
|
|
5354
|
+
"0xf78b278be53f454c",
|
|
5355
|
+
2
|
|
5356
|
+
],
|
|
5357
|
+
[
|
|
5358
|
+
"0xaf2c0297a23e6d3d",
|
|
5359
|
+
10
|
|
5360
|
+
],
|
|
5361
|
+
[
|
|
5362
|
+
"0x49eaaf1b548a0cb0",
|
|
5363
|
+
3
|
|
5364
|
+
],
|
|
5365
|
+
[
|
|
5366
|
+
"0x91d5df18b0d2cf58",
|
|
5367
|
+
2
|
|
5368
|
+
],
|
|
5369
|
+
[
|
|
5370
|
+
"0x2a5e924655399e60",
|
|
5371
|
+
1
|
|
5372
|
+
],
|
|
5373
|
+
[
|
|
5374
|
+
"0xed99c5acb25eedf5",
|
|
5375
|
+
3
|
|
5376
|
+
],
|
|
5377
|
+
[
|
|
5378
|
+
"0xcbca25e39f142387",
|
|
5379
|
+
2
|
|
5380
|
+
],
|
|
5381
|
+
[
|
|
5382
|
+
"0x687ad44ad37f03c2",
|
|
5383
|
+
1
|
|
5384
|
+
],
|
|
5385
|
+
[
|
|
5386
|
+
"0xab3c0572291feb8b",
|
|
5387
|
+
1
|
|
5388
|
+
],
|
|
5389
|
+
[
|
|
5390
|
+
"0xbc9d89904f5b923f",
|
|
5391
|
+
1
|
|
5392
|
+
],
|
|
5393
|
+
[
|
|
5394
|
+
"0x37c8bb1350a9a2a8",
|
|
5395
|
+
4
|
|
5396
|
+
],
|
|
5397
|
+
[
|
|
5398
|
+
"0xf3ff14d5ab527059",
|
|
5399
|
+
3
|
|
5400
|
+
],
|
|
5401
|
+
[
|
|
5402
|
+
"0x17a6bc0d0062aeb3",
|
|
5403
|
+
1
|
|
5404
|
+
],
|
|
5405
|
+
[
|
|
5406
|
+
"0x18ef58a3b67ba770",
|
|
5407
|
+
1
|
|
5408
|
+
],
|
|
5409
|
+
[
|
|
5410
|
+
"0xfbc577b9d747efd6",
|
|
5411
|
+
1
|
|
5412
|
+
]
|
|
5413
|
+
]
|
|
5414
|
+
],
|
|
5415
|
+
[
|
|
5416
|
+
20368318,
|
|
5417
|
+
1010000,
|
|
5418
|
+
[
|
|
5419
|
+
[
|
|
5420
|
+
"0xdf6acb689907609b",
|
|
5421
|
+
5
|
|
5422
|
+
],
|
|
5423
|
+
[
|
|
5424
|
+
"0x37e397fc7c91f5e4",
|
|
5425
|
+
2
|
|
5426
|
+
],
|
|
5427
|
+
[
|
|
5428
|
+
"0x40fe3ad401f8959a",
|
|
5429
|
+
6
|
|
5430
|
+
],
|
|
5431
|
+
[
|
|
5432
|
+
"0xd2bc9897eed08f15",
|
|
5433
|
+
3
|
|
5434
|
+
],
|
|
5435
|
+
[
|
|
5436
|
+
"0xf78b278be53f454c",
|
|
5437
|
+
2
|
|
5438
|
+
],
|
|
5439
|
+
[
|
|
5440
|
+
"0xaf2c0297a23e6d3d",
|
|
5441
|
+
10
|
|
5442
|
+
],
|
|
5443
|
+
[
|
|
5444
|
+
"0x49eaaf1b548a0cb0",
|
|
5445
|
+
3
|
|
5446
|
+
],
|
|
5447
|
+
[
|
|
5448
|
+
"0x91d5df18b0d2cf58",
|
|
5449
|
+
2
|
|
5450
|
+
],
|
|
5451
|
+
[
|
|
5452
|
+
"0x2a5e924655399e60",
|
|
5453
|
+
1
|
|
5454
|
+
],
|
|
5455
|
+
[
|
|
5456
|
+
"0xed99c5acb25eedf5",
|
|
5457
|
+
3
|
|
5458
|
+
],
|
|
5459
|
+
[
|
|
5460
|
+
"0xcbca25e39f142387",
|
|
5461
|
+
2
|
|
5462
|
+
],
|
|
5463
|
+
[
|
|
5464
|
+
"0x687ad44ad37f03c2",
|
|
5465
|
+
1
|
|
5466
|
+
],
|
|
5467
|
+
[
|
|
5468
|
+
"0xab3c0572291feb8b",
|
|
5469
|
+
1
|
|
5470
|
+
],
|
|
5471
|
+
[
|
|
5472
|
+
"0xbc9d89904f5b923f",
|
|
5473
|
+
1
|
|
5474
|
+
],
|
|
5475
|
+
[
|
|
5476
|
+
"0x37c8bb1350a9a2a8",
|
|
5477
|
+
4
|
|
5478
|
+
],
|
|
5479
|
+
[
|
|
5480
|
+
"0xf3ff14d5ab527059",
|
|
5481
|
+
3
|
|
5482
|
+
],
|
|
5483
|
+
[
|
|
5484
|
+
"0x6ff52ee858e6c5bd",
|
|
5485
|
+
1
|
|
5486
|
+
],
|
|
5487
|
+
[
|
|
5488
|
+
"0x17a6bc0d0062aeb3",
|
|
5489
|
+
1
|
|
5490
|
+
],
|
|
5491
|
+
[
|
|
5492
|
+
"0x18ef58a3b67ba770",
|
|
5493
|
+
1
|
|
5494
|
+
],
|
|
5495
|
+
[
|
|
5496
|
+
"0xfbc577b9d747efd6",
|
|
5497
|
+
1
|
|
5498
|
+
]
|
|
5499
|
+
]
|
|
5332
5500
|
]
|
|
5333
5501
|
];
|
|
@@ -18,5 +18,6 @@ exports.upgrades = [
|
|
|
18
18
|
[14248044, 9271], [14433840, 9280], [14645900, 9291], [15048375, 9300], [15426015, 9320],
|
|
19
19
|
// we have 9340 via system.setStorage (whitelist.WhitelistedCallDispatched event)
|
|
20
20
|
[15680713, 9340], [15756296, 9350], [15912007, 9360], [16356547, 9370], [17335450, 9381],
|
|
21
|
-
[18062739, 9420], [18625000, 9430], [20465806, 1000000], [21570000, 1001000], [21786291, 1001002]
|
|
21
|
+
[18062739, 9420], [18625000, 9430], [20465806, 1000000], [21570000, 1001000], [21786291, 1001002],
|
|
22
|
+
[22515962, 1001003]
|
|
22
23
|
];
|
|
@@ -18,5 +18,6 @@ exports.upgrades = [
|
|
|
18
18
|
[13649433, 9340], [13761100, 9350], [13847400, 9360], [14249200, 9370], [14576855, 9380],
|
|
19
19
|
[14849830, 9390], [15146832, 9400], [15332317, 9401], [15661793, 9420], [16165469, 9430],
|
|
20
20
|
[18293984, 102000], [18293991, 103000], [18451783, 104000], [18679741, 1005000], [19166695, 1006000],
|
|
21
|
-
[19234157, 1006001], [19542944, 1007000], [19621258, 1007001], [19761406, 1008000]
|
|
21
|
+
[19234157, 1006001], [19542944, 1007000], [19621258, 1007001], [19761406, 1008000], [20056997, 1009000],
|
|
22
|
+
[20368318, 1010000]
|
|
22
23
|
];
|
package/package.json
CHANGED
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"./cjs/packageDetect.js"
|
|
19
19
|
],
|
|
20
20
|
"type": "module",
|
|
21
|
-
"version": "10.
|
|
21
|
+
"version": "10.13.1",
|
|
22
22
|
"main": "./cjs/index.js",
|
|
23
23
|
"module": "./index.js",
|
|
24
24
|
"types": "./index.d.ts",
|
|
@@ -206,9 +206,9 @@
|
|
|
206
206
|
},
|
|
207
207
|
"dependencies": {
|
|
208
208
|
"@polkadot/networks": "^12.6.2",
|
|
209
|
-
"@polkadot/types": "10.
|
|
210
|
-
"@polkadot/types-codec": "10.
|
|
211
|
-
"@polkadot/types-create": "10.
|
|
209
|
+
"@polkadot/types": "10.13.1",
|
|
210
|
+
"@polkadot/types-codec": "10.13.1",
|
|
211
|
+
"@polkadot/types-create": "10.13.1",
|
|
212
212
|
"@polkadot/util": "^12.6.2",
|
|
213
213
|
"tslib": "^2.6.2"
|
|
214
214
|
}
|
package/packageInfo.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export const packageInfo = { name: '@polkadot/types-known', 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: '10.
|
|
1
|
+
export const packageInfo = { name: '@polkadot/types-known', 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: '10.13.1' };
|
package/upgrades/e2e/kusama.js
CHANGED
|
@@ -4770,5 +4770,87 @@ export const upgrades = [
|
|
|
4770
4770
|
1
|
|
4771
4771
|
]
|
|
4772
4772
|
]
|
|
4773
|
+
],
|
|
4774
|
+
[
|
|
4775
|
+
22515962,
|
|
4776
|
+
1001003,
|
|
4777
|
+
[
|
|
4778
|
+
[
|
|
4779
|
+
"0xdf6acb689907609b",
|
|
4780
|
+
4
|
|
4781
|
+
],
|
|
4782
|
+
[
|
|
4783
|
+
"0x37e397fc7c91f5e4",
|
|
4784
|
+
2
|
|
4785
|
+
],
|
|
4786
|
+
[
|
|
4787
|
+
"0x40fe3ad401f8959a",
|
|
4788
|
+
6
|
|
4789
|
+
],
|
|
4790
|
+
[
|
|
4791
|
+
"0xd2bc9897eed08f15",
|
|
4792
|
+
3
|
|
4793
|
+
],
|
|
4794
|
+
[
|
|
4795
|
+
"0xf78b278be53f454c",
|
|
4796
|
+
2
|
|
4797
|
+
],
|
|
4798
|
+
[
|
|
4799
|
+
"0xaf2c0297a23e6d3d",
|
|
4800
|
+
7
|
|
4801
|
+
],
|
|
4802
|
+
[
|
|
4803
|
+
"0x49eaaf1b548a0cb0",
|
|
4804
|
+
3
|
|
4805
|
+
],
|
|
4806
|
+
[
|
|
4807
|
+
"0x91d5df18b0d2cf58",
|
|
4808
|
+
2
|
|
4809
|
+
],
|
|
4810
|
+
[
|
|
4811
|
+
"0x2a5e924655399e60",
|
|
4812
|
+
1
|
|
4813
|
+
],
|
|
4814
|
+
[
|
|
4815
|
+
"0xed99c5acb25eedf5",
|
|
4816
|
+
3
|
|
4817
|
+
],
|
|
4818
|
+
[
|
|
4819
|
+
"0xcbca25e39f142387",
|
|
4820
|
+
2
|
|
4821
|
+
],
|
|
4822
|
+
[
|
|
4823
|
+
"0x687ad44ad37f03c2",
|
|
4824
|
+
1
|
|
4825
|
+
],
|
|
4826
|
+
[
|
|
4827
|
+
"0xab3c0572291feb8b",
|
|
4828
|
+
1
|
|
4829
|
+
],
|
|
4830
|
+
[
|
|
4831
|
+
"0xbc9d89904f5b923f",
|
|
4832
|
+
1
|
|
4833
|
+
],
|
|
4834
|
+
[
|
|
4835
|
+
"0x37c8bb1350a9a2a8",
|
|
4836
|
+
4
|
|
4837
|
+
],
|
|
4838
|
+
[
|
|
4839
|
+
"0xf3ff14d5ab527059",
|
|
4840
|
+
3
|
|
4841
|
+
],
|
|
4842
|
+
[
|
|
4843
|
+
"0x17a6bc0d0062aeb3",
|
|
4844
|
+
1
|
|
4845
|
+
],
|
|
4846
|
+
[
|
|
4847
|
+
"0x18ef58a3b67ba770",
|
|
4848
|
+
1
|
|
4849
|
+
],
|
|
4850
|
+
[
|
|
4851
|
+
"0xfbc577b9d747efd6",
|
|
4852
|
+
1
|
|
4853
|
+
]
|
|
4854
|
+
]
|
|
4773
4855
|
]
|
|
4774
4856
|
];
|
package/upgrades/e2e/westend.js
CHANGED
|
@@ -5326,5 +5326,173 @@ export const upgrades = [
|
|
|
5326
5326
|
1
|
|
5327
5327
|
]
|
|
5328
5328
|
]
|
|
5329
|
+
],
|
|
5330
|
+
[
|
|
5331
|
+
20056997,
|
|
5332
|
+
1009000,
|
|
5333
|
+
[
|
|
5334
|
+
[
|
|
5335
|
+
"0xdf6acb689907609b",
|
|
5336
|
+
5
|
|
5337
|
+
],
|
|
5338
|
+
[
|
|
5339
|
+
"0x37e397fc7c91f5e4",
|
|
5340
|
+
2
|
|
5341
|
+
],
|
|
5342
|
+
[
|
|
5343
|
+
"0x40fe3ad401f8959a",
|
|
5344
|
+
6
|
|
5345
|
+
],
|
|
5346
|
+
[
|
|
5347
|
+
"0xd2bc9897eed08f15",
|
|
5348
|
+
3
|
|
5349
|
+
],
|
|
5350
|
+
[
|
|
5351
|
+
"0xf78b278be53f454c",
|
|
5352
|
+
2
|
|
5353
|
+
],
|
|
5354
|
+
[
|
|
5355
|
+
"0xaf2c0297a23e6d3d",
|
|
5356
|
+
10
|
|
5357
|
+
],
|
|
5358
|
+
[
|
|
5359
|
+
"0x49eaaf1b548a0cb0",
|
|
5360
|
+
3
|
|
5361
|
+
],
|
|
5362
|
+
[
|
|
5363
|
+
"0x91d5df18b0d2cf58",
|
|
5364
|
+
2
|
|
5365
|
+
],
|
|
5366
|
+
[
|
|
5367
|
+
"0x2a5e924655399e60",
|
|
5368
|
+
1
|
|
5369
|
+
],
|
|
5370
|
+
[
|
|
5371
|
+
"0xed99c5acb25eedf5",
|
|
5372
|
+
3
|
|
5373
|
+
],
|
|
5374
|
+
[
|
|
5375
|
+
"0xcbca25e39f142387",
|
|
5376
|
+
2
|
|
5377
|
+
],
|
|
5378
|
+
[
|
|
5379
|
+
"0x687ad44ad37f03c2",
|
|
5380
|
+
1
|
|
5381
|
+
],
|
|
5382
|
+
[
|
|
5383
|
+
"0xab3c0572291feb8b",
|
|
5384
|
+
1
|
|
5385
|
+
],
|
|
5386
|
+
[
|
|
5387
|
+
"0xbc9d89904f5b923f",
|
|
5388
|
+
1
|
|
5389
|
+
],
|
|
5390
|
+
[
|
|
5391
|
+
"0x37c8bb1350a9a2a8",
|
|
5392
|
+
4
|
|
5393
|
+
],
|
|
5394
|
+
[
|
|
5395
|
+
"0xf3ff14d5ab527059",
|
|
5396
|
+
3
|
|
5397
|
+
],
|
|
5398
|
+
[
|
|
5399
|
+
"0x17a6bc0d0062aeb3",
|
|
5400
|
+
1
|
|
5401
|
+
],
|
|
5402
|
+
[
|
|
5403
|
+
"0x18ef58a3b67ba770",
|
|
5404
|
+
1
|
|
5405
|
+
],
|
|
5406
|
+
[
|
|
5407
|
+
"0xfbc577b9d747efd6",
|
|
5408
|
+
1
|
|
5409
|
+
]
|
|
5410
|
+
]
|
|
5411
|
+
],
|
|
5412
|
+
[
|
|
5413
|
+
20368318,
|
|
5414
|
+
1010000,
|
|
5415
|
+
[
|
|
5416
|
+
[
|
|
5417
|
+
"0xdf6acb689907609b",
|
|
5418
|
+
5
|
|
5419
|
+
],
|
|
5420
|
+
[
|
|
5421
|
+
"0x37e397fc7c91f5e4",
|
|
5422
|
+
2
|
|
5423
|
+
],
|
|
5424
|
+
[
|
|
5425
|
+
"0x40fe3ad401f8959a",
|
|
5426
|
+
6
|
|
5427
|
+
],
|
|
5428
|
+
[
|
|
5429
|
+
"0xd2bc9897eed08f15",
|
|
5430
|
+
3
|
|
5431
|
+
],
|
|
5432
|
+
[
|
|
5433
|
+
"0xf78b278be53f454c",
|
|
5434
|
+
2
|
|
5435
|
+
],
|
|
5436
|
+
[
|
|
5437
|
+
"0xaf2c0297a23e6d3d",
|
|
5438
|
+
10
|
|
5439
|
+
],
|
|
5440
|
+
[
|
|
5441
|
+
"0x49eaaf1b548a0cb0",
|
|
5442
|
+
3
|
|
5443
|
+
],
|
|
5444
|
+
[
|
|
5445
|
+
"0x91d5df18b0d2cf58",
|
|
5446
|
+
2
|
|
5447
|
+
],
|
|
5448
|
+
[
|
|
5449
|
+
"0x2a5e924655399e60",
|
|
5450
|
+
1
|
|
5451
|
+
],
|
|
5452
|
+
[
|
|
5453
|
+
"0xed99c5acb25eedf5",
|
|
5454
|
+
3
|
|
5455
|
+
],
|
|
5456
|
+
[
|
|
5457
|
+
"0xcbca25e39f142387",
|
|
5458
|
+
2
|
|
5459
|
+
],
|
|
5460
|
+
[
|
|
5461
|
+
"0x687ad44ad37f03c2",
|
|
5462
|
+
1
|
|
5463
|
+
],
|
|
5464
|
+
[
|
|
5465
|
+
"0xab3c0572291feb8b",
|
|
5466
|
+
1
|
|
5467
|
+
],
|
|
5468
|
+
[
|
|
5469
|
+
"0xbc9d89904f5b923f",
|
|
5470
|
+
1
|
|
5471
|
+
],
|
|
5472
|
+
[
|
|
5473
|
+
"0x37c8bb1350a9a2a8",
|
|
5474
|
+
4
|
|
5475
|
+
],
|
|
5476
|
+
[
|
|
5477
|
+
"0xf3ff14d5ab527059",
|
|
5478
|
+
3
|
|
5479
|
+
],
|
|
5480
|
+
[
|
|
5481
|
+
"0x6ff52ee858e6c5bd",
|
|
5482
|
+
1
|
|
5483
|
+
],
|
|
5484
|
+
[
|
|
5485
|
+
"0x17a6bc0d0062aeb3",
|
|
5486
|
+
1
|
|
5487
|
+
],
|
|
5488
|
+
[
|
|
5489
|
+
"0x18ef58a3b67ba770",
|
|
5490
|
+
1
|
|
5491
|
+
],
|
|
5492
|
+
[
|
|
5493
|
+
"0xfbc577b9d747efd6",
|
|
5494
|
+
1
|
|
5495
|
+
]
|
|
5496
|
+
]
|
|
5329
5497
|
]
|
|
5330
5498
|
];
|
|
@@ -15,5 +15,6 @@ export const upgrades = [
|
|
|
15
15
|
[14248044, 9271], [14433840, 9280], [14645900, 9291], [15048375, 9300], [15426015, 9320],
|
|
16
16
|
// we have 9340 via system.setStorage (whitelist.WhitelistedCallDispatched event)
|
|
17
17
|
[15680713, 9340], [15756296, 9350], [15912007, 9360], [16356547, 9370], [17335450, 9381],
|
|
18
|
-
[18062739, 9420], [18625000, 9430], [20465806, 1000000], [21570000, 1001000], [21786291, 1001002]
|
|
18
|
+
[18062739, 9420], [18625000, 9430], [20465806, 1000000], [21570000, 1001000], [21786291, 1001002],
|
|
19
|
+
[22515962, 1001003]
|
|
19
20
|
];
|
|
@@ -15,5 +15,6 @@ export const upgrades = [
|
|
|
15
15
|
[13649433, 9340], [13761100, 9350], [13847400, 9360], [14249200, 9370], [14576855, 9380],
|
|
16
16
|
[14849830, 9390], [15146832, 9400], [15332317, 9401], [15661793, 9420], [16165469, 9430],
|
|
17
17
|
[18293984, 102000], [18293991, 103000], [18451783, 104000], [18679741, 1005000], [19166695, 1006000],
|
|
18
|
-
[19234157, 1006001], [19542944, 1007000], [19621258, 1007001], [19761406, 1008000]
|
|
18
|
+
[19234157, 1006001], [19542944, 1007000], [19621258, 1007001], [19761406, 1008000], [20056997, 1009000],
|
|
19
|
+
[20368318, 1010000]
|
|
19
20
|
];
|