Skip to content

Commit 1364cb8

Browse files
authored
Upgrade blocks (#4824)
1 parent 0e12eba commit 1364cb8

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ Changes:
1212
- Use `I*` interfaces for extrinsic payload getters
1313
- Re-add support for historic linked-map queries
1414
- Update to latest Substrate, Kusama & Polkadot static metadata
15+
- Add latest upgrade blocks for Polkadot, Kusama & Westend
1516

1617

1718
## 8.3.2 May 8, 2022

packages/types-known/src/upgrades/kusama.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ const upgrades: ChainUpgradesRaw = [
1515
[6137912, 2028], [6561855, 2029], [7100891, 2030], [7468792, 9010], [7668600, 9030],
1616
[7812476, 9040], [8010981, 9050], [8073833, 9070], [8555825, 9080], [8945245, 9090],
1717
[9611377, 9100], [9625129, 9111], [9866422, 9122], [10403784, 9130], [10960765, 9150],
18-
[11006614, 9151], [11404482, 9160], [11601803, 9170], [12008022, 9180], [12405451, 9190]
18+
[11006614, 9151], [11404482, 9160], [11601803, 9170], [12008022, 9180], [12405451, 9190],
19+
[12665416, 9200]
1920
];
2021

2122
export default upgrades;

packages/types-known/src/upgrades/polkadot.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const upgrades: ChainUpgradesRaw = [
1010
[1205128, 18], [1603423, 23], [1733218, 24], [2005673, 25], [2436698, 26],
1111
[3613564, 27], [3899547, 28], [4345767, 29], [4876134, 30], [5661442, 9050],
1212
[6321619, 9080], [6713249, 9090], [7217907, 9100], [7229126, 9110], [7560558, 9122],
13-
[8115869, 9140], [8638103, 9151], [9280179, 9170], [9738717, 9180]
13+
[8115869, 9140], [8638103, 9151], [9280179, 9170], [9738717, 9180], [10156856, 9190]
1414
];
1515

1616
export default upgrades;

packages/types-known/src/upgrades/westend.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ const upgrades: ChainUpgradesRaw = [
1313
[5879822, 9031], [5896856, 9032], [5897316, 9033], [6117927, 9050], [6210274, 9070],
1414
[6379314, 9080], [6979141, 9090], [7568453, 9100], [7766394, 9111], [7911691, 9120],
1515
[7968866, 9121], [7982889, 9122], [8514322, 9130], [9091726, 9140], [9091774, 9150],
16-
[9406726, 9160], [9921066, 9170], [10007115, 9180], [10480973, 9190], [10578091, 9200]
16+
[9406726, 9160], [9921066, 9170], [10007115, 9180], [10480973, 9190], [10578091, 9200],
17+
[10678509, 9210], [10811001, 9220]
1718
];
1819

1920
export default upgrades;

0 commit comments

Comments
 (0)