From 8e1c95b2597fac096fb052b6d185aed931e14ea0 Mon Sep 17 00:00:00 2001 From: Michael Yeates Date: Sat, 15 Dec 2018 20:02:02 +0100 Subject: [PATCH] Add TOKEN to config example --- eosdac-testnet/conf.example.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/eosdac-testnet/conf.example.sh b/eosdac-testnet/conf.example.sh index a76b00e..3d4d381 100644 --- a/eosdac-testnet/conf.example.sh +++ b/eosdac-testnet/conf.example.sh @@ -3,3 +3,4 @@ WALLET_URL="http://127.0.0.1:8888" CONTRACTS="/path/to/eos/build/contracts" DACCONTRACTS="/path/to/eosdac/contracts" EOSIOCPP="eosio-cpp" +TOKEN="EOSDAC"