From 4480f84efac59897dfc4b5227dff7475bf5d4fb4 Mon Sep 17 00:00:00 2001 From: Lawrence Forman Date: Wed, 2 Dec 2020 16:43:25 -0500 Subject: [PATCH] `@0x/contracts-staking`: Set `isOfflineMode: false` in `compiler.json` (#68) Co-authored-by: Lawrence Forman --- contracts/staking/compiler.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/staking/compiler.json b/contracts/staking/compiler.json index d373f333f7..20f8637f21 100644 --- a/contracts/staking/compiler.json +++ b/contracts/staking/compiler.json @@ -2,7 +2,7 @@ "artifactsDir": "./test/generated-artifacts", "contractsDir": "./contracts", "useDockerisedSolc": false, - "isOfflineMode": true, + "isOfflineMode": false, "shouldSaveStandardInput": true, "compilerSettings": { "evmVersion": "istanbul",