-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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: new ux implementation + new chains support #11125
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
@denis-orbs is attempting to deploy a commit to the PancakeSwap Team on Vercel. A member of the Team first needs to authorize it. |
New, updated, and removed dependencies detected. Learn more about Socket for GitHub ↗︎
🚮 Removed packages: npm/[email protected] |
|
Updated the components with the new UI.
Added new chains: arbitrum, linea, base.
PR-Codex overview
This PR enhances the
TWAP
(Time-Weighted Average Price) functionality by adding support for additional chains and updating related components and translations to reflect these changes.Detailed summary
TWAP_SUPPORTED_CHAINS
to includeChainId.ARBITRUM_ONE
,ChainId.BASE
, andChainId.LINEA
.@orbs-network/twap-ui
and@orbs-network/twap-ui-pancake
versions to0.11.26
.locales/en-US.json
.Layout
component inlimit.tsx
for better structure.TwapAndLimitSwap
component to include a newXmasEffect
.TWAPPanel
to utilize a toast notification for better user feedback.SwapSelection
to display tooltips for TWAP information.