Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
There was a problem hiding this comment.
Example of what using providers + context allow us. We can test the TransferPanel with connected state, display of balance, execution, etc...
There was a problem hiding this comment.
We get fetchers from Solana/EVM context and return fetcher based on the chainId
There was a problem hiding this comment.
We get signer from Solana/EVM context and return both signer (source and destination).
This allow us to claim without switching networks.
There was a problem hiding this comment.
Context with balance fetching (EVM)
There was a problem hiding this comment.
Context with balance fetching (Solana)
There was a problem hiding this comment.
Context with signer (EVM)
There was a problem hiding this comment.
Context with signer (Solana)
Depends on #251. This PR is part of a stack created with Aviator.
masterSummary
Steps to test