Skip to content

Commit

Permalink
Merge branch 'dev' into dependabot/npm_and_yarn/axios-0.21.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ly0va authored Sep 26, 2021
2 parents 14aab5e + 5737b30 commit 57d33d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sdk/zksync.js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "zksync",
"version": "0.11.3",
"version": "0.11.4",
"license": "MIT",
"main": "build/index.js",
"types": "build/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion sdk/zksync.js/src/provider-interface.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export abstract class SyncProvider {
public tokenSet: TokenSet;
public providerType: 'RPC' | 'Rest';
// For HTTP provider
public pollIntervalMilliSecs = 500;
public pollIntervalMilliSecs = 1000;

abstract submitTx(tx: any, signature?: TxEthSignatureVariant, fastProcessing?: boolean): Promise<string>;
abstract submitTxsBatch(
Expand Down

0 comments on commit 57d33d8

Please sign in to comment.