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

Commit

Permalink
fix: testUtil specVersion 9999 => 2025
Browse files Browse the repository at this point in the history
  • Loading branch information
TarikGul committed Feb 3, 2021
1 parent cce1c53 commit 0b8457c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/util/testUtil.ts
Original file line number Diff line number Diff line change
Expand Up @@ -76,13 +76,13 @@ export const DOT_23_TEST_BASE_TX_INFO = {
*/
export const KUSAMA_TEST_OPTIONS = {
metadataRpc,
registry: getRegistry('Kusama', 'kusama', 9999),
registry: getRegistry('Kusama', 'kusama', 2025),
};

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

export const CC1_TEST_OPTIONS = {
Expand Down

0 comments on commit 0b8457c

Please sign in to comment.