-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
2 changed files
with
11 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
# Run `cp .env.example .env` command to create your .env file | ||
export API_KEY_INFURA="YOUR_API_KEY_INFURA" | ||
export EOA="YOUR_EOA_ADDRESS" | ||
export FOUNDRY_PROFILE="lite" | ||
export MNEMONIC="YOUR_MNEMONIC" | ||
export RPC_URL_MAINNET="YOUR_RPC_URL_MAINNET" | ||
export MAINNET_RPC_URL="YOUR_MAINNET_RPC_URL" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters