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 Jun 22, 2020
1 parent d7111a8 commit cce1fee
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
Expand Up @@ -134,8 +134,8 @@
"node": ">=10.0.0 <11 || >=12.0.0 <13"
},
"aragon": {
"clientRepo": "https://github.com/aragon/aragon",
"clientVersion": "fba89d9d60749c2d2a360db08a03a732119e624e",
"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
@@ -1,4 +1,4 @@
export const DEVCHAIN_START_TIMEOUT = 90000 // 90s
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 cce1fee

Please sign in to comment.