@nori-zk/ethprocessor
Version:
zkApp for verifying SP1 Helios Nori proof and storing latest execution state root on Mina
7 lines • 344 B
JavaScript
import { resolve } from 'path';
import { rootDir } from './utils.js';
const basePath = resolve(rootDir, '../../src/proofs');
export const pathToSp1Proof = resolve(basePath, `sp1Proof.json`);
export const pathToO1Proof = resolve(basePath, `p0.json`);
export const pathToO1VK = resolve(basePath, `nodeVk.json`);
//# sourceMappingURL=proofs.js.map