@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",
|
"artifactsDir": "./test/generated-artifacts",
|
||||||
"contractsDir": "./contracts",
|
"contractsDir": "./contracts",
|
||||||
"useDockerisedSolc": false,
|
"useDockerisedSolc": false,
|
||||||
"isOfflineMode": true,
|
"isOfflineMode": false,
|
||||||
"shouldSaveStandardInput": true,
|
"shouldSaveStandardInput": true,
|
||||||
"compilerSettings": {
|
"compilerSettings": {
|
||||||
"evmVersion": "istanbul",
|
"evmVersion": "istanbul",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user