Skip to content

Commit c57229a

Browse files
committed
chore: bump risc0-ethereum to v2.0.1
1 parent 9a375ce commit c57229a

File tree

7 files changed

+2673
-2295
lines changed

7 files changed

+2673
-2295
lines changed

aggregation_mode/Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

aggregation_mode/Cargo.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ sp1-sdk = "4.1.3"
2424
sp1_aggregation_program = { path = "./aggregation_programs/sp1/" }
2525
risc0-zkvm = { version = "2.0.1" }
2626
risc0_aggregation_program = { path = "./aggregation_programs/risc0/" }
27-
risc0-ethereum-contracts = { git = "https://github.com/risc0/risc0-ethereum/", tag = "v2.0.0" }
27+
risc0-ethereum-contracts = { git = "https://github.com/risc0/risc0-ethereum/", tag = "v2.0.1" }
2828

2929
[build-dependencies]
3030
sp1-build = { version = "4.1.3" }
@@ -38,7 +38,6 @@ methods = ["./aggregation_programs/risc0"]
3838
opt-level = 3
3939

4040
[features]
41-
default = []
4241
prove = []
43-
risc0 = []
4442
sp1 = []
43+
risc0 = []
Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
{
2-
"address": {
3-
"sp1VerifierAddress": "0xB146FbFdFeC2a5182b3Cef9becE03290224256D5",
4-
"risc0VerifierAddress": "0x663F3ad617193148711d28f5334eE4Ed07016602",
5-
"alignedAggregatorAddress": "0xa0Ee7A142d267C1f36714E4a8F75612F20a79720",
6-
"alignedAggregatorAddressPrivateKey": "0x2a871d0798f97d79848a013d4936a73bf4cc922c825d33c1cf7073dff6d409c6"
7-
},
8-
"permissions": {
9-
"owner": "0x14dC79964da2C08b23698B3D3cc7Ca32193d9955"
10-
}
2+
"address": {
3+
"sp1VerifierAddress": "0xB146FbFdFeC2a5182b3Cef9becE03290224256D5",
4+
"risc0VerifierAddress": "0x663F3ad617193148711d28f5334eE4Ed07016602",
5+
"alignedAggregatorAddress": "0xa0Ee7A142d267C1f36714E4a8F75612F20a79720",
6+
"alignedAggregatorAddressPrivateKey": "0x2a871d0798f97d79848a013d4936a73bf4cc922c825d33c1cf7073dff6d409c6"
7+
},
8+
"permissions": {
9+
"owner": "0x14dC79964da2C08b23698B3D3cc7Ca32193d9955"
10+
}
1111
}

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: 2657 additions & 2278 deletions
Large diffs are not rendered by default.

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

Lines changed: 1 addition & 1 deletion
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)