From ef18b4b113a88aca36a764c1572af6f3ad61cc5a Mon Sep 17 00:00:00 2001 From: Javier Cortejoso Date: Mon, 29 Apr 2019 16:40:23 +0200 Subject: [PATCH] Change nmemoric to mnemoric --- compose-files/keeper_contracts.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose-files/keeper_contracts.yml b/compose-files/keeper_contracts.yml index 721b3bd..82945ea 100644 --- a/compose-files/keeper_contracts.yml +++ b/compose-files/keeper_contracts.yml @@ -6,7 +6,7 @@ services: backend: ipv4_address: 172.15.0.14 environment: - NMEMORIC: ${KEEPER_MNEMONIC} + MNEMORIC: ${KEEPER_MNEMONIC} OWNER_ROLE_ADDRESS: ${KEEPER_OWNER_ROLE_ADDRESS} DEPLOY_CONTRACTS: ${KEEPER_DEPLOY_CONTRACTS} LOCAL_CONTRACTS: ${KEEPER_DEPLOY_CONTRACTS}