Skip to content

Commit

Permalink
Merge pull request #1 from aaryamannchallani/patch-1
Browse files Browse the repository at this point in the history
Added "any" argument to ethers initialization
  • Loading branch information
aboutlo authored Jul 3, 2020
2 parents b831cf4 + 4d7dc06 commit 4aede2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { Web3Provider } from '@ethersproject/providers'
import { Wallet } from './Wallet'

function getLibrary(provider: any): Web3Provider {
const library = new Web3Provider(provider)
const library = new Web3Provider(provider,"any")
library.pollingInterval = 12000
return library
}
Expand Down

0 comments on commit 4aede2d

Please sign in to comment.