diff --git a/.env.example b/.env.demo similarity index 100% rename from .env.example rename to .env.demo diff --git a/.env.localnet b/.env.localnet new file mode 100644 index 0000000..e7c34ce --- /dev/null +++ b/.env.localnet @@ -0,0 +1,5 @@ +AE_FAUCET_URL="http://localhost:28030/" +AE_WALLET_URL="http://localhost:28010/" +AE_NODE_URL="http://localhost:23013/" +STAKING_CONTRACT="ct_LRbi65kmLtE7YMkG6mvG5TxAXTsPJDZjAtsPuaXtRyPA7gnfJ" +HC_ELECTION_CONTRACT="ct_t7ESuRFvGdYHwM6KJhKbSnFUJQhnB9aCFed1RWR89ShNDgwWA" diff --git a/.gitignore b/.gitignore index c52813b..e903872 100644 --- a/.gitignore +++ b/.gitignore @@ -5,5 +5,6 @@ node_modules /package .env .env.* -!.env.example +!.env.demo +!.env.localnet .idea