Skip to content
This repository has been archived by the owner on Dec 25, 2023. It is now read-only.

Commit

Permalink
Fix build errors
Browse files Browse the repository at this point in the history
  • Loading branch information
msteiner96 committed Feb 16, 2022
1 parent 235f057 commit a58b287
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 474 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@
"@cosmjs/stargate": "0.27.1"
},
"devDependencies": {
"@types/ledgerhq__hw-transport": "^4.21.4",
"@typescript-eslint/eslint-plugin": "^5.11.0",
"@typescript-eslint/parser": "^5.11.0",
"eslint": "^7.32.0",
Expand Down
3 changes: 3 additions & 0 deletions src/helpers/setup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ interface Config {
gasPrice?: GasPrice;
}

// Window has to be re-declared to get keplr working
declare const window: any;

/**
* (a) Web / Keplr
* Prompts keplr and returns a signing client after the user
Expand Down
Loading

0 comments on commit a58b287

Please sign in to comment.