Skip to content

Commit

Permalink
fix: secret connection
Browse files Browse the repository at this point in the history
  • Loading branch information
alecande11 committed Apr 12, 2022
1 parent a8b0e99 commit 0f04303
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/services/keplrService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,9 @@ const connect = async (
keplrOfflineSigner
)

// @ts-expect-error
signingCosmosClient.chainId = CHAIN_ID

return { address, signingCosmosClient }
}

Expand Down

0 comments on commit 0f04303

Please sign in to comment.