Update Ronin configs after L2 Migration#468
Conversation
640fa1e to
c1eaedd
Compare
There was a problem hiding this comment.
Pull request overview
Updates Chainlink EVM default TOML configs for Ronin Mainnet and Saigon to reflect Ronin’s post-migration (finality-tag/EIP-1559-like) behavior, aligning several operational parameters (polling, confirmations, gas estimation, node health thresholds) with the updated network characteristics.
Changes:
- Adjust chain-level settings: log poll interval, minimum incoming confirmations, and finalized-head stall threshold.
- Update gas estimator defaults to EIP-1559 dynamic fees with FeeHistory mode and tuned limits/cache/history.
- Add OP-stack-like operational defaults for head tracking depth, node pool sync threshold, OCR confirmations, and tx resend threshold.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| pkg/config/toml/defaults/Ronin_Saigon.toml | Updates Saigon defaults for post-migration finality + fee behavior and node operational tuning. |
| pkg/config/toml/defaults/Ronin_Mainnet.toml | Updates Mainnet defaults for post-migration finality + fee behavior and node operational tuning. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
vlfig
left a comment
There was a problem hiding this comment.
One comment just to be sure, but otherwise lgtm.
| PriceMax = "1000 gwei" | ||
| EIP1559DynamicFees = true | ||
| Mode = "FeeHistory" | ||
| PriceMax = "120 gwei" |
There was a problem hiding this comment.
New config mentioned in the war room had 1000 gwei. Just making sure this is intentional.
There was a problem hiding this comment.
I missed this. You're right, we might have to increase that.
Ronin underwent a hard fork which changes the network properties. The updated behaviour is similar to Optimism post-Bedrock. This PR updates the configs accordingly.