vault deployment, query helper, bug fixes

This commit is contained in:
Tim Olson
2023-10-06 19:48:39 -04:00
parent 2925a1cc0c
commit 52069cfe0b
14 changed files with 215 additions and 36 deletions

View File

@@ -1,2 +1,3 @@
#!/usr/bin/env bash
forge script script/Deploy.sol --fork-url http://localhost:8545 --broadcast
./bin/build.sh
forge script script/Deploy.sol -vvvv --fork-url http://localhost:8545 --broadcast

View File

@@ -5,10 +5,13 @@
#db-migrate up
#cd ../contract
anvil -f arbitrum_ankr &
./bin/build.sh
anvil -f arbitrum_ankr --chain-id 1338 &
# todo check anvil result
ANVIL_PID=$!
sleep 2
forge script script/Deploy.sol --fork-url http://localhost:8545 --broadcast
forge script script/Deploy.sol -vvvv --fork-url http://localhost:8545 --broadcast
trap_ctrlc() {
echo