Skip to content

Commit ddfcc56

Browse files
authored
Add Kusama 9150 upgrade block (#4449)
1 parent 7b08fbb commit ddfcc56

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ Changes:
77
- Asserts for invalid number format inputs (MAX_SAFE_INTEGER, float)
88
- Ensure `Range/RangeInclusive` variant check does not fail on encoding
99
- Ensure non-option calls in api-contract are marked as `@deprecated`
10+
- Added Kusama 9150 upgrade block (known types)
1011

1112

1213
## 7.3.1 Jan 9, 2022

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ const upgrades: ChainUpgradesRaw = [
1414
[3860281, 2023], [4143129, 2024], [4401242, 2025], [4841367, 2026], [5961600, 2027],
1515
[6137912, 2028], [6561855, 2029], [7100891, 2030], [7468792, 9010], [7668600, 9030],
1616
[7812476, 9040], [8010981, 9050], [8073833, 9070], [8555825, 9080], [8945245, 9090],
17-
[9611377, 9100], [9625129, 9111], [9866422, 9122], [10403784, 9130]
17+
[9611377, 9100], [9625129, 9111], [9866422, 9122], [10403784, 9130], [10960765, 9150]
1818
];
1919

2020
export default upgrades;

0 commit comments

Comments
 (0)