axiom-crypto / axiom-v1-contracts

Axiom smart contracts
MIT License
27 stars 4 forks source link

update: AxiomV1Query snark verifier to use new trusted setup #2

Closed jonathanpwang closed 1 year ago

jonathanpwang commented 1 year ago

This is the companion to https://github.com/axiom-crypto/axiom-eth/pull/13

We have generated a new AxiomV1Query snark verifier (in the form of yul code) using the new KZG trusted setup from challenge_0078 of the Perpetual Powers of Tau Ceremony ceremony.

This updates:

This PR does not affect AxiomV1Core snark verifiers (snark-verifiers/mainnet_*.yul) because those proving keys and snark verifiers were already generated using the new challenge_0078 trusted setup.