refactor: Replace multicall implementation with library (#2768)
- Replace the local implementation of multicall with the new redux-multicall lib - Create wrappers for redux-multicall hooks to inject block number and chainId
Showing
| ... | ... | @@ -58,6 +58,7 @@ |
| "@uniswap/governance": "^1.0.2", | ||
| "@uniswap/liquidity-staker": "^1.0.2", | ||
| "@uniswap/merkle-distributor": "1.0.1", | ||
| "@uniswap/redux-multicall": "^1.0.0", | ||
| "@uniswap/sdk-core": "^3.0.1", | ||
| "@uniswap/token-lists": "^1.0.0-beta.27", | ||
| "@uniswap/v2-core": "1.0.0", | ||
| ... | ... |
src/types/tuple.ts
0 → 100644
Please register or sign in to comment