File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 33set -e
44
55SCENARIO=$1
6+ RPC=${RPC_URL:- http:// 127.0.0.1: 8545}
67
78rm -rf dev-ctx/
89mkdir -p dev-ctx/{addresses,labels,priceapi}/31337
910
10- forge script --rpc-url ${ RPC_URL:- http :// 127.0.0.1 : 8545} " script/scenarios/$SCENARIO .s.sol" --broadcast --code-size-limit 100000 -vv
11- cast rpc evm_increaseTime 86400 || true
12- cast rpc evm_mine || true
11+ forge script --rpc-url " $ RPC_URL" " script/scenarios/$SCENARIO .s.sol" --broadcast --code-size-limit 100000 -vv
12+ cast rpc --rpc-url " $RPC_URL " evm_increaseTime 86400 || true
13+ cast rpc --rpc-url " $RPC_URL " evm_mine || true
1314
1415node chains.js
Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ RPC_URL=http://127.0.0.1:$PORT bash ./deploy-scenario.sh "$SCENARIO"
2323echo -------------------------------
2424echo DEVLAND READY
2525echo SCENARIO = $SCENARIO
26+ echo RPC URL = http://127.0.0.1:$PORT
2627echo -------------------------------
2728
2829wait
You can’t perform that action at this time.
0 commit comments