Skip to content

Commit 79ab347

Browse files
authored
Westend 9200 upgrade block (#4777)
1 parent bc302c5 commit 79ab347

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,16 @@
22

33
## master
44

5+
Contributed:
6+
7+
- Fetch metadata via WS for `types-from-defs` (Thanks to https://github.com/alex-nax)
8+
59
Changes:
610

11+
- Adjust `tx.paymentInfo` signing process
712
- Add Kusama 9190 upgrade block
13+
- Add Westend 9200 upgrade block
14+
- Update to latest Substrate static metadata
815

916

1017
## 8.2.1 Apr 24, 2022

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ 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]
16+
[9406726, 9160], [9921066, 9170], [10007115, 9180], [10480973, 9190], [10578091, 9200]
1717
];
1818

1919
export default upgrades;

0 commit comments

Comments
 (0)