Commit d0f916da authored by George Hotz's avatar George Hotz

needed block 13284469 also

parent f6ae50f3
......@@ -22,10 +22,11 @@ jobs:
yarn install
- name: Hardhat Compile
run: npx hardhat compile
- name: Build minigeth and run default block (cache)
- name: Build minigeth and run blocks 13284469 and 13284491
run: |
(cd minigeth/ && go build)
mkdir -p /tmp/cannon
minigeth/go-ethereum 13284469
minigeth/go-ethereum 13284491
- name: Install Python deps
run: pip3 install -r mipigo/requirements.txt
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment