Skip to content

Commit

Permalink
refactor(BE): default mnemonic for solo net with funded funds
Browse files Browse the repository at this point in the history
  • Loading branch information
pierobassa committed Jun 29, 2024
1 parent dfc6c7e commit e97668e
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 e97668e

Please sign in to comment.