You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The chain config .toml files should not contain contract/role addresses that can be changed frequently, causing the config file to become stale. All addresses can be read from addresses.json codegen file, which is frequently updated for all chains instead of requiring chain operators to open prs to update individual addresses each time one changes.
The only addresses that must be kept in the config file:
SystemConfigProxy
L1StandardBridgeProxy
OptimismPortalProxy
ProxyAdminOwner
The text was updated successfully, but these errors were encountered:
The chain config .toml files should not contain contract/role addresses that can be changed frequently, causing the config file to become stale. All addresses can be read from
addresses.json
codegen file, which is frequently updated for all chains instead of requiring chain operators to open prs to update individual addresses each time one changes.The only addresses that must be kept in the config file:
SystemConfigProxy
L1StandardBridgeProxy
OptimismPortalProxy
ProxyAdminOwner
The text was updated successfully, but these errors were encountered: