File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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"}}
179178AggSenderPrivateKey = {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}}
183179AggchainProofURL =" {{.aggkit_prover_grpc_url_prefix}}{{.deployment_suffix}}:{{.aggkit_prover_grpc_port}}"
184180CheckStatusCertificateInterval = " 1s"
185181
Original file line number Diff line number Diff 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 }}
24191 = " {{.zkevm_l2_sequencer_address}}"
25- {{- end }}
2620
2721[rpc ]
2822{{- if eq (slice .agglayer_version 0 4) "0.2." }}
You can’t perform that action at this time.
0 commit comments