File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 6767 --broadcast \
6868 | grep -oP '(?<=Pyth contract address: )0x[a-fA-F0-9]{40}' | tail -n 1)
6969 echo "MOCK_PYTH_ADDRESS=$deployed_to" >> .env
70+ cd ..
7071 # Run Integration Tests
7172 ./scripts/e2e-tests.sh
72- rm .env
73+
Original file line number Diff line number Diff line change 5555 echo "RPC_URL=http://localhost:8547" >> .env
5656 echo "PRIVATE_KEY=0xac0974bec39a17e36ba4a6b4d238ff944bacb478cbed5efcae784d7bf4f2ff80" >> .env
5757 echo "WALLET_ADDRESS=0xf39Fd6e51aad88F6F4ce6aB8827279cffFb92266" >> .env
58-
5958 cd pyth-mock-solidity
6059 deployed_to=$(forge script ./script/MockPyth.s.sol:MockPythScript \
6160 --rpc-url "$RPC_URL" \
6564 echo "MOCK_PYTH_ADDRESS=$deployed_to" >> .env
6665 cd ..
6766 ./scripts/bench.sh
68- rm .env
You can’t perform that action at this time.
0 commit comments