-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #44 from aragon/f/lifecycle-makefile
Lifecycle makefile
- Loading branch information
Showing
8 changed files
with
588 additions
and
139 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
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 |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# If deploying against a fork, pass the address of a large token holder. | ||
# This address will be impersonated to distribute tokens to addresses inside test cases. | ||
# The whale needs to hold at least 3000 tokens | ||
TEST_TOKEN_WHALE="" | ||
|
||
# If you are testing with `make test-fork-factory-*`, you need to define the address of the | ||
# existing factory to use. Otherwise, you should use `make test-fork-*` | ||
FACTORY_ADDRESS="" | ||
|
||
# The block number to run test forks against | ||
# If left empty, the live onchain state will be used, which may | ||
# consume API calls or cause rate limits | ||
FORK_TESTNET_BLOCK_NUMBER=2643743 | ||
FORK_PRODNET_BLOCK_NUMBER=21084855 |
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 |
---|---|---|
|
@@ -14,8 +14,11 @@ docs/ | |
|
||
# Dotenv file | ||
.env | ||
.env.test | ||
|
||
lcov.info | ||
.DS_Store | ||
|
||
*.tree | ||
|
||
logs/* |
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
Oops, something went wrong.