We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ae88ba commit f687031Copy full SHA for f687031
1 file changed
public/config/index.js
@@ -20,5 +20,6 @@ module.exports = {
20
scanTransactionTimeout: 240000,
21
sentryDsn: process.env.SENTRY_DSN,
22
statePersistanceDebounce: 2000,
23
- trackingId: process.env.TRACKING_ID
+ trackingId: process.env.TRACKING_ID,
24
+ web3Timeout: 120000
25
}
0 commit comments