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 fbc0b96 commit 9fcdd63Copy full SHA for 9fcdd63
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 "0x015f8668"
6
- @verifySp1_solidity_signature "0x39c94cbf"
+ @verifyRisc0_solidity_signature "0x54687ccf"
+ @verifySp1_solidity_signature "0xf6e04ac4"
7
8
config_file_path =
9
case @aligned_config_file do
0 commit comments