Skip to content
This repository has been archived by the owner on Oct 5, 2022. It is now read-only.

Commit

Permalink
Increase web3 calls timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
gabmontes committed Aug 13, 2019
1 parent 1ae88ba commit f687031
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion public/config/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,6 @@ module.exports = {
scanTransactionTimeout: 240000,
sentryDsn: process.env.SENTRY_DSN,
statePersistanceDebounce: 2000,
trackingId: process.env.TRACKING_ID
trackingId: process.env.TRACKING_ID,
web3Timeout: 120000
}

0 comments on commit f687031

Please sign in to comment.