File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed
target_chains/ethereum/sdk/stylus/scripts Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 6767 echo "MOCK_PYTH_ADDRESS=$deployed_to" >> .env
6868
6969 # Run Integration Tests
70- ./scripts/e2e-tests.sh
70+ ./scripts/e2e-tests.sh
71+ rm .env
Original file line number Diff line number Diff line change 6565 echo "MOCK_PYTH_ADDRESS=$deployed_to" >> .env
6666 cd ..
6767 ./scripts/bench.sh
68+ rm .env
Original file line number Diff line number Diff line change @@ -8,11 +8,11 @@ cd "$MYDIR"
88
99export RPC_URL=http://localhost:8547
1010export PRIVATE_KEY=0xac0974bec39a17e36ba4a6b4d238ff944bacb478cbed5efcae784d7bf4f2ff80
11- export WALLER_ADDRESS =0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266
11+ export WALLET_ADDRESS =0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266
1212
1313cd ..
1414cd " nitro-testnode"
15- ./test-node.bash script send-l2 --to address_$WALLER_ADDRESS --ethamount 0.1
15+ ./test-node.bash script send-l2 --to address_$WALLET_ADDRESS --ethamount 0.1
1616
1717cd ..
1818cd " pyth-mock-solidity"
2929 echo " Skipping MockPyth deployment in CI"
3030fi
3131
32+ env
3233# Navigate to project root
3334cd " $( dirname " $( realpath " $0 " ) " ) /.."
3435
You can’t perform that action at this time.
0 commit comments