We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed0e22c commit c536467Copy full SHA for c536467
explorer/lib/explorer/contract_managers/aligned_proof_aggregation_service.ex
@@ -2,8 +2,8 @@ defmodule AlignedProofAggregationService do
2
require Logger
3
4
@aligned_config_file System.get_env("ALIGNED_PROOF_AGG_CONFIG_FILE")
5
- @verifyRisc0_solidity_signature "0x0769eb53"
6
- @verifySp1_solidity_signature "0x96f7966f"
+ @verifyRisc0_solidity_signature "0xbe96ce93"
+ @verifySp1_solidity_signature "0x39ad96d9"
7
8
config_file_path =
9
case @aligned_config_file do
0 commit comments