We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2be868c commit f51ffe9Copy full SHA for f51ffe9
.github/workflows/ci-stylus-e2e-tests.yml
@@ -60,6 +60,7 @@ jobs:
60
cat .env
61
cd pyth-mock-solidity
62
echo "$PRIVATE_KEY"
63
+ echo "$WALLET_ADDRESS"
64
deployed_to=$(forge script ./script/MockPyth.s.sol:MockPythScript \
65
--rpc-url "$RPC_URL" \
66
--private-key "$PRIVATE_KEY" \
0 commit comments