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>
13 lines
217 B
TOML
13 lines
217 B
TOML
[Node.P2P]
|
|
DiscoveryV5 = true
|
|
|
|
[Eth.GPO]
|
|
Blocks = 20
|
|
Percentile = 60
|
|
MaxHeaderHistory = 1024
|
|
MaxBlockHistory = 1024
|
|
MaxPrice = "5000000000000000000000"
|
|
IgnorePrice = "2000000000000000000"
|
|
MinSuggestedPriorityFee = 1
|
|
|