fix: set polling interval back to 15 seconds
This commit is contained in:
parent
68518d7ce0
commit
355012eec9
@ -10,6 +10,6 @@ export default function getLibrary(provider: any): Web3Provider {
|
||||
: 'any'
|
||||
)
|
||||
// TODO: this should depend on the network block time
|
||||
library.pollingInterval = 1000
|
||||
library.pollingInterval = 15_000
|
||||
return library
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user