Skip to content

Commit

Permalink
add
Browse files Browse the repository at this point in the history
  • Loading branch information
ratankaliani committed Jan 8, 2025
1 parent 4a720ee commit aad1049
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions contracts/script/UpdateVkey.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ import {BaseScript} from "./Base.s.sol";
// Required environment variables:
// - CHAINS (comma separated list of chain names)
// - CONTRACT_ADDRESS_{CHAIN_ID}
// - SP1_VECTOR_PROGRAM_VKEY
// - SP1_VERIFIER_ADDRESS

contract UpdateVkeyScript is BaseScript {
using stdJson for string;
Expand Down
1 change: 0 additions & 1 deletion contracts/script/Upgrade.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ import {BaseScript} from "./Base.s.sol";
// - CHAINS (comma separated list of chain names)
// - CONTRACT_ADDRESS_{CHAIN_ID}
// - SP1_VECTOR_PROGRAM_VKEY
// - SP1_VERIFIER_ADDRESS

contract UpgradeScript is BaseScript {
using stdJson for string;
Expand Down

0 comments on commit aad1049

Please sign in to comment.