Skip to content

Commit 3f1992f

Browse files
authored
fix: execute OP stack transactions with OpEvm (#52)
* fix: execute OP stack transactions with OpEvm * fix: typo * chore: add Optimism example * chore: more meaningful Optimism example * fix: disable nonce check * fix: add Optimism RPS in CI
1 parent 8e1c03f commit 3f1992f

File tree

20 files changed

+671
-130
lines changed

20 files changed

+671
-130
lines changed

.github/workflows/pr.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
- multiplexer
3131
- verify-quorum
3232
- example-deploy
33+
- optimism
3334
env:
3435
CARGO_NET_GIT_FETCH_WITH_CLI: "true"
3536
steps:
@@ -50,6 +51,7 @@ jobs:
5051
echo "ETH_RPC_URL=${{secrets.ETH_RPC_URL}}" >> $GITHUB_ENV
5152
echo "BEACON_RPC_URL=${{secrets.BEACON_RPC_URL}}" >> $GITHUB_ENV
5253
echo "ETH_SEPOLIA_RPC_URL=${{secrets.ETH_SEPOLIA_RPC_URL}}" >> $GITHUB_ENV
54+
echo "OPTIMISM_RPC_URL=${{secrets.OPTIMISM_RPC_URL}}" >> $GITHUB_ENV
5355
5456
- name: Run ${{ matrix.example }}
5557
uses: actions-rs/cargo@v1

0 commit comments

Comments
 (0)