Skip to content

Commit

Permalink
fix can not add suggested chain bug
Browse files Browse the repository at this point in the history
  • Loading branch information
theothersideofgods committed Jun 18, 2024
1 parent 9b33624 commit e69a08b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wallets/keplr-extension/src/extension/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ export class KeplrClient implements WalletClient {
}
}


chainInfo.chain.codebase = undefined // bypass @chain-registry/keplr's check for codebase

const suggestChain = chainRegistryChainToKeplr(
chainInfo.chain,
Expand Down

0 comments on commit e69a08b

Please sign in to comment.