removed PriceConstraint and implemented LineConstraint; MockDeploy copied/separated from Deploy

This commit is contained in:
Tim Olson
2023-11-01 17:56:25 -04:00
parent 7b64745438
commit 03b7ac11e3
7 changed files with 122 additions and 49 deletions

View File

@@ -11,7 +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() {
echo exiting anvil