From 44232a85f835f6e26080772549af3917ef1b7559 Mon Sep 17 00:00:00 2001 From: amusingaxl <112016538+amusingaxl@users.noreply.github.com> Date: Mon, 2 Oct 2023 20:30:22 -0300 Subject: [PATCH] fix: remove duplicate entry from .env.example --- .env.example | 1 - 1 file changed, 1 deletion(-) diff --git a/.env.example b/.env.example index 1acdcbb..e60cf34 100644 --- a/.env.example +++ b/.env.example @@ -1,5 +1,4 @@ # ./bash/* config -export FOUNDRY_ETH_FROM='string: wallet address' export FOUNDRY_ETH_KEYSTORE_DIR='string: keystore directory' export FOUNDRY_ETH_PASSWORD_FILE='string: keystore file password' export FOUNDRY_ETH_FROM='address: the msg.sender address for scripts'