Skip to content

Commit

Permalink
Build Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ashutoshpw committed Aug 19, 2024
1 parent f7b83d7 commit 7247f47
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
"assert": "^2.0.0",
"bignumber.js": "^9.0.1",
"blockies-ts": "^1.0.0",
"caniuse-lite": "",
"connectkit": "^1.8.2",
"crypto-browserify": "^3.12.0",
"dayjs": "^1.11.11",
Expand Down
3 changes: 3 additions & 0 deletions src/global.d.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
/* eslint-disable prettier/prettier */
declare global {
interface Window {
disconnectEtherlink: typeof disconnect
web3Modal: any
DeployContract: any
}
}

export { }

0 comments on commit 7247f47

Please sign in to comment.