Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,16 @@

## master

Contributed:

- Fetch metadata via WS for `types-from-defs` (Thanks to https://github.com/alex-nax)

Changes:

- Adjust `tx.paymentInfo` signing process
- Add Kusama 9190 upgrade block
- Add Westend 9200 upgrade block
- Update to latest Substrate static metadata


## 8.2.1 Apr 24, 2022
Expand Down
2 changes: 1 addition & 1 deletion packages/types-known/src/upgrades/westend.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const upgrades: ChainUpgradesRaw = [
[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]
[9406726, 9160], [9921066, 9170], [10007115, 9180], [10480973, 9190], [10578091, 9200]
];

export default upgrades;