Skip to content

Commit 331036a

Browse files
authored
Update polkadot, kusama types-support for rpc, and ver (#6078)
1 parent ad375cb commit 331036a

File tree

4 files changed

+8
-1
lines changed

4 files changed

+8
-1
lines changed

packages/types-support/src/metadata/v15/kusama-rpc.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,10 @@ export default {
1414
"archive_unstable_genesisHash",
1515
"archive_unstable_hashByHeight",
1616
"archive_unstable_header",
17+
"archive_unstable_stopStorage",
1718
"archive_unstable_storage",
19+
"archive_unstable_storageDiff",
20+
"archive_unstable_storageDiff_stopStorageDiff",
1821
"author_hasKey",
1922
"author_hasSessionKeys",
2023
"author_insertKey",

packages/types-support/src/metadata/v15/kusama-ver.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,5 +106,6 @@ export default {
106106
]
107107
],
108108
"transactionVersion": 26,
109+
"systemVersion": 1,
109110
"stateVersion": 1
110111
};

packages/types-support/src/metadata/v15/polkadot-rpc.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,10 @@ export default {
1414
"archive_unstable_genesisHash",
1515
"archive_unstable_hashByHeight",
1616
"archive_unstable_header",
17+
"archive_unstable_stopStorage",
1718
"archive_unstable_storage",
19+
"archive_unstable_storageDiff",
20+
"archive_unstable_storageDiff_stopStorageDiff",
1821
"author_hasKey",
1922
"author_hasSessionKeys",
2023
"author_insertKey",
@@ -74,7 +77,6 @@ export default {
7477
"mmr_root",
7578
"mmr_verifyProof",
7679
"mmr_verifyProofStateless",
77-
"offchain_localStorageClear",
7880
"offchain_localStorageGet",
7981
"offchain_localStorageSet",
8082
"payment_queryFeeDetails",

packages/types-support/src/metadata/v15/polkadot-ver.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,5 +106,6 @@ export default {
106106
]
107107
],
108108
"transactionVersion": 26,
109+
"systemVersion": 1,
109110
"stateVersion": 1
110111
};

0 commit comments

Comments
 (0)