Skip to content

Prover release for boojnet

Pre-release
Pre-release
Compare
Choose a tag to compare
@ly0va ly0va released this 08 Nov 15:14
· 1985 commits to main since this release
8af0d85
fix(eth-sender): Correct ABI for get_verification_key (#445)

## What ❔

Use correct contract ABI with `get_verification_key` function

## Why ❔

Fix eth-sender for pre-boojum

## Checklist

<!-- Check your PR fulfills the following items. -->
<!-- For draft PRs check the boxes as you complete them. -->

- [x] PR title corresponds to the body of PR (we generate changelog
entries from PRs).
- [ ] Tests for the changes have been added / updated.
- [ ] Documentation comments have been added / updated.
- [x] Code has been formatted via `zk fmt` and `zk lint`.