Skip to content

Commit

Permalink
Add localnet .env config
Browse files Browse the repository at this point in the history
  • Loading branch information
dincho committed Nov 4, 2024
1 parent 37976d6 commit 35d3a7a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
File renamed without changes.
5 changes: 5 additions & 0 deletions .env.localnet
Original file line number Diff line number Diff line change
@@ -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"
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@ node_modules
/package
.env
.env.*
!.env.example
!.env.demo
!.env.localnet
.idea

0 comments on commit 35d3a7a

Please sign in to comment.