mirror of
https://github.com/vacp2p/de-mls.git
synced 2026-01-07 22:33:59 -05:00
fix(makefile): account for change in run function signature (#22)
This commit is contained in:
committed by
GitHub
parent
82ac60192e
commit
fb9e772347
2
Makefile
2
Makefile
@@ -19,7 +19,7 @@ ANVIL_PORT=8545
|
||||
start:
|
||||
docker compose up -d
|
||||
until cast chain-id --rpc-url "http://localhost:${ANVIL_PORT}" 2> /dev/null; do sleep 1; done
|
||||
cd contracts && forge script --broadcast --rpc-url "http://localhost:${ANVIL_PORT}" script/Deploy.s.sol:Deploy --private-key 0xac0974bec39a17e36ba4a6b4d238ff944bacb478cbed5efcae784d7bf4f2ff80
|
||||
cd contracts && forge script --broadcast --rpc-url "http://localhost:${ANVIL_PORT}" script/Deploy.s.sol:Deploy 0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266 --sig 'run(address)' --private-key 0xac0974bec39a17e36ba4a6b4d238ff944bacb478cbed5efcae784d7bf4f2ff80
|
||||
|
||||
stop:
|
||||
docker compose down
|
||||
|
||||
Reference in New Issue
Block a user