fix(xlayer): remove obsolete XLayer gas price oracle config
XLayer migrated from Polygon CDK to OP Stack (Jovian fork, Oct 2025). The Kafka-based [Eth.GPO.XLayer] section was removed in op-geth v0.1.4 (okx/op-geth PR #168, Feb 2026) and causes Fatal crash on startup. Replace with standard OP Stack GPO config with MinSuggestedPriorityFee. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -8,17 +8,5 @@ MaxHeaderHistory = 1024
|
|||||||
MaxBlockHistory = 1024
|
MaxBlockHistory = 1024
|
||||||
MaxPrice = "5000000000000000000000"
|
MaxPrice = "5000000000000000000000"
|
||||||
IgnorePrice = "2000000000000000000"
|
IgnorePrice = "2000000000000000000"
|
||||||
|
MinSuggestedPriorityFee = 1
|
||||||
[Eth.GPO.XLayer]
|
|
||||||
Type = "follower"
|
|
||||||
UpdatePeriod = 100000000000
|
|
||||||
Default = "100000000"
|
|
||||||
KafkaURL = "localhost:9092"
|
|
||||||
Topic = "middle_coinPrice_push"
|
|
||||||
GroupID = "geth-consumer"
|
|
||||||
L1CoinId = 15756
|
|
||||||
L2CoinId = 7184
|
|
||||||
DefaultL1CoinPrice = 2000.0
|
|
||||||
DefaultL2CoinPrice = 0.5
|
|
||||||
Factor = 0.1
|
|
||||||
|
|
||||||
|
|||||||
@@ -8,17 +8,5 @@ MaxHeaderHistory = 1024
|
|||||||
MaxBlockHistory = 1024
|
MaxBlockHistory = 1024
|
||||||
MaxPrice = "5000000000000000000000"
|
MaxPrice = "5000000000000000000000"
|
||||||
IgnorePrice = "2000000000000000000"
|
IgnorePrice = "2000000000000000000"
|
||||||
|
MinSuggestedPriorityFee = 1
|
||||||
[Eth.GPO.XLayer]
|
|
||||||
Type = "follower"
|
|
||||||
UpdatePeriod = 100000000000
|
|
||||||
Default = "100000000"
|
|
||||||
KafkaURL = "localhost:9092"
|
|
||||||
Topic = "middle_coinPrice_push"
|
|
||||||
GroupID = "geth-consumer"
|
|
||||||
L1CoinId = 15756
|
|
||||||
L2CoinId = 7184
|
|
||||||
DefaultL1CoinPrice = 2000.0
|
|
||||||
DefaultL2CoinPrice = 0.5
|
|
||||||
Factor = 0.1
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user