Skip to content

Commit

Permalink
Contracts script
Browse files Browse the repository at this point in the history
  • Loading branch information
icyfry committed Feb 2, 2024
1 parent 600efe8 commit 907a4e4
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,14 @@ tasks:
cmds:
- forge fmt
- forge build --out "../dapp/abi"

contracts-test:
dir: contracts
deps: [contracts-build]
cmds:
- forge test --gas-report

contracts-deploy:
dir: contracts
cmds:
- forge create --rpc-url "http://127.0.0.1:8545"
--private-key "{{.PRIVATE_KEY_LOCAL}}"
src/zombiefeeding.sol:ZombieFeeding
src/zombieownership.sol:ZombieOwnership

frontend-build:
dir: dapp
Expand Down

0 comments on commit 907a4e4

Please sign in to comment.