Skip to content

Commit

Permalink
Poll every 30 sec, not 4
Browse files Browse the repository at this point in the history
  • Loading branch information
therealjmj committed Jun 14, 2023
1 parent 9b15695 commit c934955
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/utils/polling-json-rpc-provider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@ export class PollingJsonRpcProvider extends JsonRpcProvider {
options.batchMaxCount = 1;
}
super(url, network, options);
this.pollingInterval = 30000;
}
}

0 comments on commit c934955

Please sign in to comment.