mockenv deployment rework; price and setprice scripts

This commit is contained in:
Tim Olson
2023-11-02 17:23:48 -04:00
parent b63bd8cbd3
commit aa007a4fcd
3 changed files with 4 additions and 18 deletions

View File

@@ -11,6 +11,7 @@ anvil -f arbitrum_mock --chain-id 31337 &
ANVIL_PID=$!
sleep 2
forge script script/Deploy.sol -vvvv --fork-url http://localhost:8545 --broadcast
forge script script/DeployMock.sol -vvvv --fork-url http://localhost:8545 --broadcast
trap_ctrlc() {