-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* remove test.sh in favour of running forge test; add transfer mint/burn events * forge install: forge-std v1.6.1 * remove trues from expectEmit; add transfer event burn/mint checks * set optimizer runs explicitly
- Loading branch information
Showing
7 changed files
with
57 additions
and
35 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 |
---|---|---|
@@ -1,4 +1,3 @@ | ||
all :; forge build --use solc:0.8.17 | ||
clean :; forge clean | ||
test :; ./test.sh $(match) | ||
deploy :; forge script script/Deploy.s.sol:Deploy --use solc:0.8.17 --rpc-url $(ETH_RPC_URL) --sender $(ETH_FROM) --broadcast --verify -vvvv | ||
deploy :; forge script script/Deploy.s.sol:Deploy --rpc-url $(ETH_RPC_URL) --sender $(ETH_FROM) --broadcast --verify -vvvv |
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