-
Notifications
You must be signed in to change notification settings - Fork 3.6k
feat: Implement disable add liquidity for specific chains #11959
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: Implement disable add liquidity for specific chains #11959
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
7 Skipped Deployments
|
|
8982f5f
to
8e8ad56
Compare
38a0761
to
50f4b4e
Compare
c99c5fd
to
99c2f96
Compare
99c2f96
to
4bf0fe3
Compare
PR-Codex overview
This PR introduces a mechanism to disable adding liquidity for certain blockchain networks by implementing a
DISABLED_ADD_LIQUIDITY_CHAINS
constant. It also adds aLiquiditySunsetWarning
component to notify users about the sunset dates for these chains.Detailed summary
DISABLED_ADD_LIQUIDITY_CHAINS
constant inliquidity.ts
.LiquiditySunsetWarning
component to display warnings about sunset dates.LiquiditySunsetWarning
inPoolsBanner
,PoolInfo
, and other components.