Skip to content

Conversation

@memoyil
Copy link
Collaborator

@memoyil memoyil commented Oct 22, 2025


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

  • Added imports for Currency, UnifiedCurrency, and TradeType in several files.
  • Removed unused imports and streamlined existing ones.
  • Updated the export of NEXT_PUBLIC_GIFT_API to destructure from process.env.
  • Adjusted import statements in various components for better clarity.
  • Modified the multiplier value in FarmStatusDisplay/config.ts.
  • Improved memoization in GasTokenSelector.tsx for performance.
  • Cleaned up redundant imports and adjusted the use of hooks.

✨ Ask PR-Codex anything about this PR by commenting with /codex {your question}

@changeset-bot
Copy link

changeset-bot bot commented Oct 22, 2025

⚠️ No Changeset found

Latest commit: 1528960

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@vercel
Copy link

vercel bot commented Oct 22, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
web Ready Ready Preview Comment Nov 13, 2025 3:37pm
8 Skipped Deployments
Project Deployment Preview Comments Updated (UTC)
aptos-web Ignored Ignored Nov 13, 2025 3:37pm
blog Ignored Ignored Nov 13, 2025 3:37pm
bridge Ignored Ignored Nov 13, 2025 3:37pm
games Ignored Ignored Nov 13, 2025 3:37pm
gamification Ignored Ignored Nov 13, 2025 3:37pm
solana Ignored Ignored Nov 13, 2025 3:37pm
ton Ignored Ignored Nov 13, 2025 3:37pm
uikit Ignored Ignored Nov 13, 2025 3:37pm

@memoyil memoyil force-pushed the feature/chore_update_falcon_multiplier branch from 0e7c533 to c47ca1b Compare October 28, 2025 09:11
@memoyil memoyil force-pushed the feature/chore_update_falcon_multiplier branch from c47ca1b to 0c66d92 Compare October 31, 2025 20:05
@memoyil memoyil changed the title chore: Update falcon multiplier chore: Update falcon multiplier and remove unused imports Oct 31, 2025
poolAddress: '0xE38B4d4Dc90E6a0859bEE047689d97db7fD94621',
rewardProvider: RewardProvider.Falcon,
multiplier: 40,
multiplier: 20,
Copy link
Collaborator Author

@memoyil memoyil Oct 31, 2025

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

@memoyil
Copy link
Collaborator Author

memoyil commented Oct 31, 2025

@cursoragent please review this pull request

@cursor
Copy link

cursor bot commented Oct 31, 2025

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)) {
Copy link
Collaborator Author

@memoyil memoyil Nov 1, 2025

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

@memoyil memoyil force-pushed the feature/chore_update_falcon_multiplier branch from b5c36ed to 1528960 Compare November 13, 2025 15:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants