Skip to content
This repository was archived by the owner on Sep 30, 2021. It is now read-only.

Commit 0b8457c

Browse files
committed
fix: testUtil specVersion 9999 => 2025
1 parent cce1c53 commit 0b8457c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/util/testUtil.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -76,13 +76,13 @@ export const DOT_23_TEST_BASE_TX_INFO = {
7676
*/
7777
export const KUSAMA_TEST_OPTIONS = {
7878
metadataRpc,
79-
registry: getRegistry('Kusama', 'kusama', 9999),
79+
registry: getRegistry('Kusama', 'kusama', 2025),
8080
};
8181

8282
// Test options using the static metadata from @polkadot/api v1.17.2
8383
export const API_V1_17_2_TEST_OPTIONS = {
8484
metadataRpc: apiV1_17_2MetadataRpc,
85-
registry: getRegistry('Kusama', 'kusama', 9999),
85+
registry: getRegistry('Kusama', 'kusama', 2025),
8686
};
8787

8888
export const CC1_TEST_OPTIONS = {

0 commit comments

Comments
 (0)