integrate multicall infrastructure into the widget interface
Open
@JFrankfurt is already working on this.
Since Nov 30, 2021.
improvement
p0
- Dominant language
- TypeScript
- Stars
- 5.5k
- Forks
- 5.4k
- PR merge metrics
- No merged PRs in 30d
Description
some hooks necessary for swap functionality rely on useCallsData in the current interface
useUSDCValue -> useUSDCPrice -> useClientSideV3Trade -> useAllV3Routes -> useV3SwapPools -> usePools -> useMultipleContractSingleData (2x) -> useCallsDatauseUSDCValue -> useUSDCPrice -> useClientSideV3Trade -> useSingleCOntractWithCallData -> useCallsDatauseENSAddress -> useSingleCallResult (2x) -> useSingleContractMultipleData -> useCallsData
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.