-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
10 changed files
with
38 additions
and
7 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,9 +1,18 @@ | ||
# this let ldenv know to load the parent foler .env too (the child folder's vars takes precedence though) | ||
ENV_ROOT_FOLDER=.. | ||
|
||
# this let ldenv know to load the parent foler .env too (the child folder's vars takes precedence though) | ||
ENV_ROOT_FOLDER=.. | ||
|
||
# if you want to deploy on a specific network and not expose your api key | ||
# you just create a .env.local (or .env.<network>.local) with the following | ||
# ETH_NODE_URI_<network>=<endpoint-url> | ||
# MNEMONIC_<network>="<mnemonic>>" | ||
# you can also add the etherscan api key for verification | ||
# ETHERSCAN_API_KEY=<api-key> | ||
# ETHERSCAN_API_KEY=<api-key> | ||
|
||
ETH_NODE_URI_localhost="http://127.0.0.1:8545" | ||
MNEMONIC_localhost="test test test test test test test test test test test junk" | ||
|
||
ETH_NODE_URI_lan="http://ethereum.local:8545" | ||
MNEMONIC_lan="test test test test test test test test test test test junk" |
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 |
---|---|---|
|
@@ -6,6 +6,8 @@ node_modules | |
# rocketh | ||
generated | ||
deployments/localhost | ||
deployments/lan | ||
_metadata | ||
|
||
# hardhat | ||
/coverage | ||
|
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
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
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
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
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
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
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
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