Skip to content

Commit

Permalink
resolve conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
haunv3 committed Jun 21, 2024
1 parent 7233322 commit 6505cc6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/hooks/cosmwasm.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ export const useSigningCosmWasmClient = (): ISigningCosmWasmClientContext => {

window.onmessage = function (e) {
if (e.data.statusWallet) {
alert(e.data.statusWallet);
if (e.data.statusWallet === 'connect') {
window.walletType = e.data.walletType;
window.Keplr =
Expand Down

0 comments on commit 6505cc6

Please sign in to comment.