Skip to content

Commit

Permalink
feat: update test case
Browse files Browse the repository at this point in the history
  • Loading branch information
evilpeach committed Jul 31, 2024
1 parent bd3d900 commit 832a093
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib/app-provider/hooks/useChainConfigs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@ export const useChainConfigs = (): {
},
],
},

registry: {
bech32_prefix: "init",
slip44: 118,
Expand Down
8 changes: 8 additions & 0 deletions src/lib/stores/chain-config.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,14 @@ const MOCK_CONFIG: ChainConfig = {
},
],
},
registry: {
bech32_prefix: "test",
slip44: 118,
staking: {
staking_tokens: [],
},
assets: [],
},
};

describe("chain config management", () => {
Expand Down

0 comments on commit 832a093

Please sign in to comment.