Closed memoyil closed 4 weeks ago
Latest commit: d1ed5cf483dc565dbd973f151ad38386e6fc090a
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.
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
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
web | ✅ Ready (Inspect) | Visit Preview | 💬 Add feedback | Oct 30, 2024 0:01am |
PR-Codex overview
This PR introduces an
enabled
property that determines if a feature is active based on the presence of anamount
. This change is reflected in bothTwap.tsx
anduseSwapBestTrade.ts
.Detailed summary
enabled: Boolean(amount)
inTwap.tsx
.enabled: Boolean(amount)
inuseSwapBestTrade.ts
.