Skip to content
This repository was archived by the owner on May 21, 2025. It is now read-only.

Commit f687031

Browse files
committed
Increase web3 calls timeout
1 parent 1ae88ba commit f687031

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

public/config/index.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,6 @@ module.exports = {
2020
scanTransactionTimeout: 240000,
2121
sentryDsn: process.env.SENTRY_DSN,
2222
statePersistanceDebounce: 2000,
23-
trackingId: process.env.TRACKING_ID
23+
trackingId: process.env.TRACKING_ID,
24+
web3Timeout: 120000
2425
}

0 commit comments

Comments
 (0)