diff --git a/packages/types-known/src/upgrades/e2e/polkadot.ts b/packages/types-known/src/upgrades/e2e/polkadot.ts index a71fd944b9c1..776810a59b7c 100644 --- a/packages/types-known/src/upgrades/e2e/polkadot.ts +++ b/packages/types-known/src/upgrades/e2e/polkadot.ts @@ -3544,5 +3544,87 @@ export const upgrades: ChainUpgradesExpanded = [ 1 ] ] + ], + [ + 21558004, + 1002006, + [ + [ + "0xdf6acb689907609b", + 4 + ], + [ + "0x37e397fc7c91f5e4", + 2 + ], + [ + "0x40fe3ad401f8959a", + 6 + ], + [ + "0x17a6bc0d0062aeb3", + 1 + ], + [ + "0x18ef58a3b67ba770", + 1 + ], + [ + "0xd2bc9897eed08f15", + 3 + ], + [ + "0xf78b278be53f454c", + 2 + ], + [ + "0xaf2c0297a23e6d3d", + 10 + ], + [ + "0x49eaaf1b548a0cb0", + 3 + ], + [ + "0x91d5df18b0d2cf58", + 2 + ], + [ + "0x2a5e924655399e60", + 1 + ], + [ + "0xed99c5acb25eedf5", + 3 + ], + [ + "0xcbca25e39f142387", + 2 + ], + [ + "0x687ad44ad37f03c2", + 1 + ], + [ + "0xab3c0572291feb8b", + 1 + ], + [ + "0xbc9d89904f5b923f", + 1 + ], + [ + "0x37c8bb1350a9a2a8", + 4 + ], + [ + "0xf3ff14d5ab527059", + 3 + ], + [ + "0xfbc577b9d747efd6", + 1 + ] + ] ] ]; diff --git a/packages/types-known/src/upgrades/manual/polkadot.ts b/packages/types-known/src/upgrades/manual/polkadot.ts index 609a97ab0047..274d7b1a8f30 100644 --- a/packages/types-known/src/upgrades/manual/polkadot.ts +++ b/packages/types-known/src/upgrades/manual/polkadot.ts @@ -15,5 +15,5 @@ export const upgrades: ChainUpgradesRaw = [ [11933818, 9270], [12217535, 9280], [12245277, 9281], [12532644, 9291], [12876189, 9300], [13800015, 9340], [14188833, 9360], [14543918, 9370], [15978362, 9420], [16450000, 9430], [17840000, 9431], [18407475, 1000001], [19551000, 1001002], [20181758, 1001003], - [20438530, 1002000], [21169168, 1002004], [21455374, 1002005] + [20438530, 1002000], [21169168, 1002004], [21455374, 1002005], [21558004, 1002006] ];