Skip to content

Commit

Permalink
update internal contract name of verifier, adding fork number to matc…
Browse files Browse the repository at this point in the history
…h with filename
  • Loading branch information
zkronos73 committed Sep 4, 2024
1 parent d8d32b2 commit 1f2b2fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion contracts/verifiers/FflonkVerifier_10.sol
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

pragma solidity >=0.7.0 <0.9.0;

contract FflonkVerifier {
contract FflonkVerifier_10 {
uint32 constant n = 16777216; // Domain size

// Verification Key data
Expand Down
2 changes: 1 addition & 1 deletion contracts/verifiers/FflonkVerifier_11.sol
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

pragma solidity >=0.7.0 <0.9.0;

contract FflonkVerifier {
contract FflonkVerifier_11 {
uint32 constant n = 16777216; // Domain size

// Verification Key data
Expand Down

0 comments on commit 1f2b2fa

Please sign in to comment.