-
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
chore: Remove warnings and deprecated info graphql components #11124
base: develop
Are you sure you want to change the base?
chore: Remove warnings and deprecated info graphql components #11124
Conversation
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
7 Skipped Deployments
|
11622e0
to
a1a3bee
Compare
a1a3bee
to
15871ac
Compare
PR-Codex overview
This PR primarily focuses on the removal of unused files and functions related to token data fetching and stable swap subgraphs, alongside updates to existing components to use the new stable swap support checks.
Detailed summary
apps/web/src/views/V3Info/utils/getEthPrices.ts
apps/web/src/state/info/queries/tokens/tokenData.ts
apps/web/src/state/info/queries/tokens/topTokens.ts
isStableSwapSupported
instead ofmultiChainQueryStableClient
.BLOCKS_SUBGRAPHS
andSTABLESWAP_SUBGRAPHS
.apps/web/src/views/V3Info/hooks/index.ts
.fetchedTokenDatas
function and related logic fromapps/web/src/views/V3Info/data/token/tokenData.ts
.infoStableSwapClients
and related constants inapps/web/src/state/info/constant.ts
.apps/web/src/utils/graphql.ts
to remove stable swap clients.