Skip to content

Commit 78ec891

Browse files
committed
Add json state files and fix deployment json
1 parent a56319b commit 78ec891

File tree

5 files changed

+2725
-2373
lines changed

5 files changed

+2725
-2373
lines changed

contracts/deployments/31337.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"CREATE2_SALT": "0x0000000000000000000000000000000000000000000000000000000000000009",
33
"SP1_VERIFIER_GATEWAY_GROTH16": "0x3c380a84855AFe756E7FB33fe59ae81466B19027",
4-
"V3_0_0_SP1_VERIFIER_GROTH16": "0x6e325f6cEC3EeBD6cC1b68d2a6e93342a161e174"
4+
"V3_0_0_SP1_VERIFIER_GROTH16": "0x9bc3E27B1DB9BAd4CF43d23Be914fc2eEf7aefc4",
5+
"V4_0_0_RC3_SP1_VERIFIER_GROTH16": "0x9bc3E27B1DB9BAd4CF43d23Be914fc2eEf7aefc4"
56
}

contracts/script/deploy/SP1VerifierGroth16Deployer.s.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import {SP1VerifierGateway} from "../../lib/sp1-contracts/contracts/src/SP1Verif
77
import {ISP1VerifierWithHash} from "../../lib/sp1-contracts/contracts/src/ISP1Verifier.sol";
88

99
contract SP1VerifierScript is BaseScript {
10-
string internal constant KEY = "V3_0_0_SP1_VERIFIER_GROTH16";
10+
string internal constant KEY = "V4_0_0_RC3_SP1_VERIFIER_GROTH16";
1111

1212
function run() external multichain(KEY) broadcaster {
1313
// Read config

contracts/scripts/anvil/state/alignedlayer-deployed-anvil-state.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

contracts/scripts/anvil/state/eigenlayer-deployed-anvil-state.json

Lines changed: 2720 additions & 2369 deletions
Large diffs are not rendered by default.

contracts/scripts/anvil/state/sp1-deployed-anvil-state.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)