Skip to content

Commit 261418e

Browse files
committed
Add comment specifying the anvin account
1 parent 78ec891 commit 261418e

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

contracts/deployments/31337.json

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

contracts/scripts/anvil/deploy_sp1_contracts.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@ sleep 1
1515

1616
export CHAINS='DEVNET'
1717
export RPC_DEVNET='http://localhost:8545'
18-
export OWNER='0x3C44CdDdB6a900fa2b585dd299e03d12FA4293BC'
18+
19+
# Anvil account #2
20+
export OWNER='0x3C44CdDdB6a900fa2b585dd299e03d12FA4293BC'
1921
export VERIFIER_PRIVATE_KEY="0x5de4111afa1a4b94908f83103eb1f1706367c2e68ca870fc3fb9a804cdab365a"
2022

2123
# Deploy Groth16 SP1 verifier gateway

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)