diff --git a/src/utils/polling-json-rpc-provider.ts b/src/utils/polling-json-rpc-provider.ts index 2e70dcf..6ef593f 100644 --- a/src/utils/polling-json-rpc-provider.ts +++ b/src/utils/polling-json-rpc-provider.ts @@ -14,5 +14,6 @@ export class PollingJsonRpcProvider extends JsonRpcProvider { options.batchMaxCount = 1; } super(url, network, options); + this.pollingInterval = 30000; } }