Skip to content

Commit

Permalink
update vkey
Browse files Browse the repository at this point in the history
  • Loading branch information
ratankaliani committed Jan 9, 2025
1 parent 2c23766 commit 0c59ef7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/script/UpdateVkey.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ contract UpdateVkeyScript is BaseScript {
SP1Vector sp1Vector = SP1Vector(address(existingProxyAddress));

// v4 program vkey
sp1Vector.updateVectorXProgramVkey(0x0085e1f9e1bcc361ba6edc00209f453addcbcaf71c1e63d174472f8df5e56875);
sp1Vector.updateVectorXProgramVkey(0x00c7280e2fd5c4e785f4b599c8ab98f888cb0ba347839733ec75296e58620b8e);
}
}

0 comments on commit 0c59ef7

Please sign in to comment.