Replies: 2 comments 8 replies
-
Even Warpcast depending on if the embedded wallet is used or your own is connected may support different chains. Could you expand on use cases for 1,2? would love to learn how it would be used. I can see it being useful in docs, not sure on programmatic checks? like something where on swaps one only going from chain to chain supported chains and more e.g. in balances too? |
Beta Was this translation helpful? Give feedback.
7 replies
-
Resolved in #256 |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Problem
There is not a way for a miniapps to know which chains are supported by a Farcaster client leading to miniapps not showing an accurate list of networks a user can use.
Example, a CB wallet (probably?) supports Base Sepolia and Warpcast currently does not. A miniapp
At the moment, Warpcast(soon to be Farcaster) supports chains Base, monad testnet, optimism, arbitrum, mainnet, polygon, unichain, Zora. Other clients likely will support a different chains.
Solutions
supportedChainIds
list tosdk.context.client
sdk.context.client.clientId
tosupportedChainIds
list.supportedChainIds
would not necessarily need to be an exhaustive list of chains, but at least a bare minimum.Beta Was this translation helpful? Give feedback.
All reactions