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 a78f9b2 commit 64f0e0bCopy full SHA for 64f0e0b
.github/workflows/block_replay.yml
@@ -20,7 +20,7 @@ jobs:
20
tar xf /home/devops/verkle-test-dependencies/replay_converted.tgz --strip-components=1 -C .ethereum
21
22
- name: Download geth from the proper repo
23
- run: git clone https://github.com/gballet/go-ethereum -b beverly-hills+sepolia-replay-rebased-3 geth
+ run: git clone https://github.com/gballet/go-ethereum -b beverly-hills+sepolia-replay geth
24
25
- name: Edit geth to use this repo
26
run: |
0 commit comments