From c5fb12bb83eb2c7f4fc9432ff1c45f8e02be98ed Mon Sep 17 00:00:00 2001 From: eruizgar91 Date: Mon, 1 Apr 2019 14:58:50 +0200 Subject: [PATCH] Fix bug starting barge without parity --- brizo.env | 3 ++- compose-files/brizo.yml | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/brizo.env b/brizo.env index 57464f2..f9c5189 100755 --- a/brizo.env +++ b/brizo.env @@ -5,7 +5,8 @@ PARITY_ADDRESS=0x00bd138abd70e2f00903268f3db08f2d25677c9e PARITY_PASSWORD=node0 SECRET_STORE_URL=http://secret-store:12001 -RPC_URL=http://keeper-node:8545 +KEEPER_URL=http://keeper-node:8545 +PARITY_URL=http://keeper-node:8545 AZURE_ACCOUNT_NAME= AZURE_ACCOUNT_KEY= diff --git a/compose-files/brizo.yml b/compose-files/brizo.yml index e24d7a1..02b65b5 100644 --- a/compose-files/brizo.yml +++ b/compose-files/brizo.yml @@ -13,6 +13,7 @@ services: - ${BRIZO_ENV_FILE} environment: KEEPER_URL: ${KEEPER_RPC_URL} + PARITY_URL: ${KEEPER_RPC_URL} LOCAL_CONTRACTS: ${KEEPER_DEPLOY_CONTRACTS} volumes: - ${KEEPER_ARTIFACTS_FOLDER}:/usr/local/keeper-contracts:ro