-
Notifications
You must be signed in to change notification settings - Fork 3.6k
chore: Update falcon multiplier and remove unused imports #12471
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
base: develop
Are you sure you want to change the base?
Conversation
|
|
The latest updates on your projects. Learn more about Vercel for GitHub.
8 Skipped Deployments
|
0e7c533 to
c47ca1b
Compare
c47ca1b to
0c66d92
Compare
| poolAddress: '0xE38B4d4Dc90E6a0859bEE047689d97db7fD94621', | ||
| rewardProvider: RewardProvider.Falcon, | ||
| multiplier: 40, | ||
| multiplier: 20, |
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.
here is the falcon multiplier change, rest of the changes (aside from isaddresseequal changes) are removing the unused imports
|
@cursoragent please review this pull request |
|
Unable to authenticate your request. Please make sure to connect your GitHub account to Cursor. Go to Cursor |
| tags.add(Native.onChain(chainId).symbol.toLowerCase()) | ||
| } | ||
| if (relatedToken.address.toLowerCase() === ZERO_ADDRESS.toLowerCase()) { | ||
| if (isAddressEqual(relatedToken.address, ZERO_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.
prevent crashes if relatedToken address is undefined/null
b5c36ed to
1528960
Compare
PR-Codex overview
This PR primarily focuses on updating imports across various files to streamline dependencies and enhance code organization. It also includes some modifications to the handling of certain components and utilities.
Detailed summary
Currency,UnifiedCurrency, andTradeTypein several files.NEXT_PUBLIC_GIFT_APIto destructure fromprocess.env.multipliervalue inFarmStatusDisplay/config.ts.GasTokenSelector.tsxfor performance.