Skip to content

Commit 6683e6b

Browse files
authored
fix: l2 to l1 signer verification issue (#669)
1 parent c6ba530 commit 6683e6b

2 files changed

Lines changed: 0 additions & 10 deletions

File tree

templates/aggkit/aggkit-config.toml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -175,11 +175,7 @@ Port = 5576
175175
# ------------------------------------------------------------------------------
176176
# AggsenderPrivateKey is the private key which is used to sign certificates
177177
# ------------------------------------------------------------------------------
178-
{{- if eq .consensus_contract_type "fep"}}
179178
AggSenderPrivateKey = {Path = "/etc/aggkit/sequencer.keystore", Password = "{{.zkevm_l2_keystore_password}}"}
180-
{{- else}}
181-
AggSenderPrivateKey = {Path = "/etc/aggkit/sovereignadmin.keystore", Password = "{{.zkevm_l2_keystore_password}}"}
182-
{{- end}}
183179
AggchainProofURL="{{.aggkit_prover_grpc_url_prefix}}{{.deployment_suffix}}:{{.aggkit_prover_grpc_port}}"
184180
CheckStatusCertificateInterval = "1s"
185181

templates/bridge-infra/agglayer-config.toml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,7 @@ mock-verifier = {{.mock_verifier}}
1616
{{- end }}
1717

1818
[proof-signers]
19-
# OP Sovereign Admin Address
20-
{{- if and .deploy_optimism_rollup (ne .consensus_contract_type "fep") }}
21-
# OP Sovereign Admin Address
22-
1 = "{{.zkevm_l2_sovereignadmin_address}}"
23-
{{- else }}
2419
1 = "{{.zkevm_l2_sequencer_address}}"
25-
{{- end }}
2620

2721
[rpc]
2822
{{- if eq (slice .agglayer_version 0 4) "0.2." }}

0 commit comments

Comments
 (0)