feat: Rename ETH_RPC_URL -> RPC_URL

We support multiple chains so this may not just be ETH, but perhaps a Base URL for example.
This commit is contained in:
TAMARA LIPOWSKI
2025-02-28 13:49:59 -05:00
parent 5a2474c0f4
commit 9bb0d9bc84
3 changed files with 4 additions and 4 deletions

View File

@@ -25,7 +25,7 @@ permissions:
env:
CARGO_TERM_COLOR: always
ETH_RPC_URL: ${{ secrets.eth_rpc_url }}
RPC_URL: ${{ secrets.eth_rpc_url }}
jobs:
compile_and_test: