-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Making the makefile pick the right values depending on the target
- Loading branch information
Showing
5 changed files
with
109 additions
and
67 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,8 +1,8 @@ | ||
# If deploying against a fork, pass the address of a large token holder who will be | ||
# impersonated to distribute tokens to addresses inside test cases | ||
# the whale should have >= 3000 tokens | ||
TOKEN_TEST_WHALE="0x0000000000000000000000000000000000000000" | ||
# 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="0x0000000000000000000000000000000000000000" | ||
|
||
# If the factory singleton is deployed, pass the address. "Fork existing" mode will use this previously | ||
# deployed factory, and "fork deploy" will deploy a new factory instance | ||
FACTORY="0x0000000000000000000000000000000000000000" | ||
# If you are testing with FORK_TEST_MODE='fork-existing', define the address of the | ||
# existing factory to use. Otherwise, you should use the default mode (fork-deploy) | ||
FACTORY_ADDRESS="0x0000000000000000000000000000000000000000" |
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