From 2b6f14aa16018d35f51ec4464399865a28d60a4d Mon Sep 17 00:00:00 2001 From: Moon Date: Sun, 20 Aug 2023 15:19:24 -0400 Subject: [PATCH] forgot some vars --- env.example | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/env.example b/env.example index 34dd7f9..aed9d66 100644 --- a/env.example +++ b/env.example @@ -1,5 +1,7 @@ # rename to .env.{environment} -TOKEN_NAME=MyToken -TOKEN_SYMBOL=TOK +TOKEN_NAME=MrTestToken +TOKEN_SYMBOL=TEST TOKEN_AMOUNT=1000 -BRIDGE_ADDRESS=0x4200000000000000000000000000000000000010 \ No newline at end of file +BRIDGE_ADDRESS=0x4200000000000000000000000000000000000010 +MNEMONIC="special person entering our world egg yolks" +INFURA_KEY=bananaphone \ No newline at end of file