mirror of
https://github.com/vacp2p/linea-monorepo.git
synced 2026-01-09 04:08:01 -05:00
coordinator: update Shomei frontend at LATEST finalization (#831)
* coordinators: add finalization monitor on LATEST to update shomei frontend faster. * coordinators: fix spotless * coordinators: adapt local configs to not try to update disabled services in docker local stack
This commit is contained in:
@@ -91,6 +91,10 @@ request-retry.failures-warning-threshold=2
|
||||
endpoints=["http://shomei-frontend:8888/"]
|
||||
request-retry.backoff-delay="PT1S"
|
||||
request-retry.failures-warning-threshold=2
|
||||
l1-query-block-tag="LATEST"
|
||||
l1-polling-interval="PT12S"
|
||||
l1-request-retry.backoff-delay="PT1S"
|
||||
l1-request-retry.failures-warning-threshold=2
|
||||
|
||||
[api]
|
||||
observability_port=9545
|
||||
|
||||
@@ -23,3 +23,11 @@ endpoints=["http://127.0.0.1:8745"]
|
||||
|
||||
[traces.conflation-v2]
|
||||
endpoints=["http://127.0.0.1:8745"]
|
||||
|
||||
[type2-state-proof-provider]
|
||||
endpoints=[]
|
||||
|
||||
[l2-network-gas-pricing.json-rpc-pricing-propagation]
|
||||
disabled=true
|
||||
geth-gas-price-update-recipients=[]
|
||||
besu-gas-price-update-recipients=["http://127.0.0.1:9045"]
|
||||
|
||||
@@ -68,3 +68,6 @@ endpoints = ["http://127.0.0.1:8889/"]
|
||||
|
||||
[conflation]
|
||||
#switch-block-number=20
|
||||
|
||||
[type2-state-proof-provider]
|
||||
endpoints=[]
|
||||
|
||||
Reference in New Issue
Block a user