We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85416ee commit 472eeb7Copy full SHA for 472eeb7
src/modules/select/wallets/providerEngine.ts
@@ -36,7 +36,7 @@ function createProvider(config: any) {
36
rpcUrl: rpcUrl.includes('http') ? rpcUrl : `https://${rpcUrl}`
37
})
38
39
- const provider = new Web3ProviderEngine()
+ const provider = new Web3ProviderEngine({pollingInterval})
40
41
provider.addProvider(new SubscriptionSubprovider())
42
provider.addProvider(new FilterSubprovider())
0 commit comments