Skip to content

Commit

Permalink
Merge pull request #16 from vechain/refactor-development-env-example
Browse files Browse the repository at this point in the history
refactor(BE): default mnemonic for solo net with funded funds
  • Loading branch information
pierobassa authored Jun 29, 2024
2 parents dfc6c7e + e97668e commit 73237b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/backend/.env.development.local.example
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ OPENAI_API_KEY = <OPENAI_API_KEY>
MAX_FILE_SIZE = 10mb

# WALLET
ADMIN_MNEMONIC = <ADMIN_MNEMONIC>
ADMIN_ADDRESS = <ADMIN_ADDRESS>
ADMIN_MNEMONIC = denial kitchen pet squirrel other broom bar gas better priority spoil cross
ADMIN_ADDRESS = 0xf077b491b355E64048cE21E3A6Fc4751eEeA77fa

# NETWORK
NETWORK_URL = http://localhost:8669
Expand Down

0 comments on commit 73237b1

Please sign in to comment.