Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Redeploy dev-1 #88

Merged
merged 1 commit into from
Jan 7, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions script/output/dev-1/Groth16VerifierExtension.sol.ignore
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,11 @@ contract Groth16VerifierExtension is Verifier {
// TODO: These constants are possible to be changed depending on user queries exploration.
// Once we know which queries users are mostly doing, we'll be able to modify these constants.
// Maximum number of the results
uint32 constant MAX_NUM_OUTPUTS = 3;
uint32 constant MAX_NUM_OUTPUTS = 5;
// Maximum number of the items per result
uint32 constant MAX_NUM_ITEMS_PER_OUTPUT = 5;
// Maximum number of the placeholders
uint32 constant MAX_NUM_PLACEHOLDERS = 10;
uint32 constant MAX_NUM_PLACEHOLDERS = 5;

// The start uint256 offset of the public inputs in calldata.
// groth16_proof_number (8) + groth16_input_number (3)
Expand Down
2 changes: 1 addition & 1 deletion script/output/dev-1/holesky/v1-deployment.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"addresses": {
"queryClientImpl": "0x214982c3055d3204ce9D6AD0d73F64d5Ea51eFDe",
"queryClientProxy": "0xB434eCFeF24dEaf1ffF7afa304f5B8cDa546f850",
"registryImpl": "0x2A99e69ab2075E4a80df55B5718e5950353eeC59",
"registryImpl": "0x49Ed846F4cfb78B3AF6ff060ea61E46E97B29e91",
"registryProxy": "0xa03b2924Dcb629Aa0Efc0Bb1e1Fc8758b31A2bf3"
},
"chainInfo": {
Expand Down
Loading