Skip to content

Commit

Permalink
feat: update timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
Daryl-L committed Jul 25, 2023
1 parent 69193f9 commit f3d7df7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion offchain-modules/packages/x/src/xchain/eth/contract.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export class EthChain {
this.config = config;
const connectionInfo = {
url,
timeout: 3000,
timeout: 4000,
};
this.provider = new ethers.providers.JsonRpcProvider(connectionInfo);
this.bridgeContractAddr = config.contractAddress;
Expand Down

0 comments on commit f3d7df7

Please sign in to comment.