@0x/contracts-staking
: Set isOfflineMode: false
in compiler.json
(#68)
Co-authored-by: Lawrence Forman <me@merklejerk.com>
This commit is contained in:
parent
5a8b8afff1
commit
4480f84efa
@ -2,7 +2,7 @@
|
||||
"artifactsDir": "./test/generated-artifacts",
|
||||
"contractsDir": "./contracts",
|
||||
"useDockerisedSolc": false,
|
||||
"isOfflineMode": true,
|
||||
"isOfflineMode": false,
|
||||
"shouldSaveStandardInput": true,
|
||||
"compilerSettings": {
|
||||
"evmVersion": "istanbul",
|
||||
|
Loading…
x
Reference in New Issue
Block a user