Skip to content

Commit

Permalink
Client hotfix (#1737)
Browse files Browse the repository at this point in the history
* Temporarily use Gabi's client hotfix
* Increase devchain timeout to 5m
  • Loading branch information
macor161 committed Jul 1, 2020
1 parent db493ef commit 94efff4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,8 @@
"node": ">=10.0.0"
},
"aragon": {
"clientRepo": "https://github.com/aragon/aragon",
"clientVersion": "775edd606333a111eb2693df53900039722a95dc",
"clientRepo": "https://github.com/0xGabi/aragon",
"clientVersion": "456815dbc991a6d08904e8ff462bdb1f4d42dc6c",
"clientPort": "3000",
"defaultGasPrice": "2",
"defaultIpfsTimeout": "300000"
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/src/commands/devchain_cmds/utils/constants.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export const DEVCHAIN_START_TIMEOUT = 40000 // 40s
export const DEVCHAIN_START_TIMEOUT = 300000 // 5m
export const DEVCHAIN_ENS = '0x5f6f7e8cc7346a11ca2def8f827b7a0b612c56a1'
export const BLOCK_GAS_LIMIT = 50e6
export const MNEMONIC =
Expand Down

0 comments on commit 94efff4

Please sign in to comment.