From 502d556389eea35c54520badd20c4a075798c2a0 Mon Sep 17 00:00:00 2001 From: Javier Cortejoso Date: Fri, 30 Nov 2018 16:22:10 +0100 Subject: [PATCH] Deploy contracts enable again --- start_ocean.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start_ocean.sh b/start_ocean.sh index 9702e9f..6568dc1 100755 --- a/start_ocean.sh +++ b/start_ocean.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash # Must be set to true for the first run, change it to "false" to avoid migrating the smart contracts on each run. -export DEPLOY_CONTRACTS="false" +export DEPLOY_CONTRACTS="true" # Ganache specific option, these two options have no effect when not running ganache-cli export GANACHE_DATABASE_PATH="." export REUSE_DATABASE="false"