redux-multicall
redux-multicall copied to clipboard
A React + Redux library for fetching, batching, and caching chain state via the MultiCall contract.
I am receiving an error when attempting to use Multicall Updater similar to the implementation in uniswap-interface ```js import React from 'react' import { combineReducers, createStore } from 'redux' import...
In npm doc, `yarn add @uniswap/multicall or npm install @uniswap/multicall` was there, wherein the package name is `@uniswap/redux-multicall`. This simple typo creates confusion.😭
Hi, been experimenting using the multicall library in conjunction with the web3-react library. Ran into some difficulties with the build version, namely that in `utils/callState.ts`, we have: ```ts export function...
Currently, this lib's interface (Updater + hooks) were designed with the intention of using 1 active chain at a time. For consumers using multiple active chains, this requires inelegant solutions...
I wrote a series of comprehensive articles for anyone strugling to use this library in their application Part A - Explains what redux-multicall is and why you should use it:...