-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add missing LINK token addresses #16023
base: develop
Are you sure you want to change the base?
Conversation
friedemannf
commented
Jan 21, 2025
- Add missing LINK token addresses
- Rename zkSync to ZKsync
Quality Gate passedIssues Measures |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These fields were alpha sorted before. Why move this field to the top?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I thought it would make sense to sort them by immutable->mutable and have the fields that we're not going to ever update at the top, like ChainID & LINK address
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I could see either making sense but alpha sorting might be easier for everyone to align on. Tbh I didn't realize these were alpha sorted so maybe we need some way to enforce it. I noticed even fallback.toml was probably alpha sorted at some point but addition of new configs has thrown that off too. Either new configs were just added to the bottom or grouped with other related configs.