Skip to content

Commit

Permalink
Update PROOF_PATH in e2e.test.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
akonior committed Feb 16, 2024
1 parent 4520392 commit 1d0b028
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ethereum_history_api/tests/src/e2e.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { createAnvilClient, AnvilClient } from './ethereum/anvilClient.js';
import { circuit, readInputMap, readProof, readWitnessMap } from './main.js';
import { verifyStorageProofInSolidity } from './verifier.js';

const PROOF_PATH = '../../proofs/ethereum_history_api.proof';
const PROOF_PATH = '../../proofs/get_account.proof';
const INPUT_MAP_PATH = '../circuits/lib/Verifier.toml';
const ANVIL_TEST_ACCOUNT_PRIVATE_KEY = '0xac0974bec39a17e36ba4a6b4d238ff944bacb478cbed5efcae784d7bf4f2ff80';
const VERIFICATION_GAS_LIMIT = 500_000n;
Expand Down

0 comments on commit 1d0b028

Please sign in to comment.