Commit 355012ee authored by Moody Salem's avatar Moody Salem

fix: set polling interval back to 15 seconds

parent 68518d7c
...@@ -10,6 +10,6 @@ export default function getLibrary(provider: any): Web3Provider { ...@@ -10,6 +10,6 @@ export default function getLibrary(provider: any): Web3Provider {
: 'any' : 'any'
) )
// TODO: this should depend on the network block time // TODO: this should depend on the network block time
library.pollingInterval = 1000 library.pollingInterval = 15_000
return library return library
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment