-
Notifications
You must be signed in to change notification settings - Fork 48
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
feat: add lda on wld chain #889
Conversation
WalkthroughThe changes in this pull request involve updates to the Changes
Possibly related PRs
Suggested labels
Suggested reviewers
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
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.
Actionable comments posted: 0
🧹 Outside diff range and nitpick comments (1)
config/dexs.json (1)
Line range hint
1-1000
: Fix JSON syntax errors: Missing commas after array closingsThere are missing commas after the closing brackets in several sections:
- "base" section: Missing comma after
"0x57df6092665eb6058DE53939612413ff4B09114E"
- "fantom" section: Missing comma after
"0x70cBb871E8f30Fc8Ce23609E9E0Ea87B6b222F58"
- "mode" section: Missing comma after
"0x78bF01555bCF05e6B1d4dad017dBD0A105652DC9"
- "opbnb" section: Missing comma after
"0x077A38b812e57E2e76849954c880E1a2f5e0A68d"
- "zksync" section: Missing comma after
"0xc67879F4065d3B9fe1C09EE990B891Aa8E3a4c2f"
These syntax errors will cause JSON parsing failures. Please add the missing commas.
"base": [ ... "0x6b2c0c7be2048daa9b5527982c29f48062b34d58", - "0x57df6092665eb6058DE53939612413ff4B09114E" + "0x57df6092665eb6058DE53939612413ff4B09114E", ],
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
📒 Files selected for processing (1)
config/dexs.json
(1 hunks)
🧰 Additional context used
📓 Learnings (1)
config/dexs.json (1)
Learnt from: ezynda3
PR: lifinance/contracts#861
File: config/dexs.json:748-752
Timestamp: 2024-11-21T08:39:29.530Z
Learning: In the 'worldchain' network, the addresses `0x50D5a8aCFAe13Dceb217E9a071F6c6Bd5bDB4155`, `0x8f023b4193a6b18C227B4a755f8e28B3D30Ef9a1`, and `0x603a538477d44064eA5A5d8C345b4Ff6fca1142a` are used as DEXs and should be included in `config/dexs.json`.
🔇 Additional comments (1)
config/dexs.json (1)
817-818
: Verify the new address and ensure all required addresses are included
The worldchain section is missing two addresses that were previously validated:
0x50D5a8aCFAe13Dceb217E9a071F6c6Bd5bDB4155
0x8f023b4193a6b18C227B4a755f8e28B3D30Ef9a1
Test Coverage ReportLine Coverage: 77.92% (2139 / 2745 lines) |
Closed and added to new PR with formatting fixes |
Which Jira task belongs to this PR?
https://lifi.atlassian.net/browse/LF-10920
Why did I implement it this way?
Checklist before requesting a review
Checklist for reviewer (DO NOT DEPLOY and contracts BEFORE CHECKING THIS!!!)