Skip to content

Commit

Permalink
add log level to silence warnings (#1753)
Browse files Browse the repository at this point in the history
  • Loading branch information
TalDerei authored Sep 2, 2024
1 parent 74e89e0 commit 918fab8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ export const IbcChainProvider = ({ registry, children }: IbcProviderProps) => {
wallets={wallets.extension}
signerOptions={signerOptions}
modalTheme={{ defaultTheme: 'light' }}
logLevel={'NONE'}
>
{children}
</ChainProvider>
Expand Down

0 comments on commit 918fab8

Please sign in to comment.