Skip to content

Commit

Permalink
Update test-tenderly-action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dzekicb authored Oct 1, 2024
1 parent cd801f4 commit 7f6d9fb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test-tenderly-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@ jobs:
echo "Admin RPC URL: ${{ env.TENDERLY_ADMIN_RPC_URL }}"
echo "Public RPC URL: ${{ env.TENDERLY_PUBLIC_RPC_URL }}"
# Optional: Test the Admin RPC endpoint
# Test the Admin RPC endpoint
curl -X POST ${{ env.TENDERLY_ADMIN_RPC_URL }} \
-H "Content-Type: application/json" \
--data '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'
# Optional: Test the Public RPC endpoint
# Test the Public RPC endpoint
curl -X POST ${{ env.TENDERLY_PUBLIC_RPC_URL }} \
-H "Content-Type: application/json" \
--data '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'
--data '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'

0 comments on commit 7f6d9fb

Please sign in to comment.