Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: split calls into more chunks if they fail due to out of gas errors #2630

Merged
merged 7 commits into from
Oct 19, 2021
Merged
Prev Previous commit
Next Next commit
unused import
  • Loading branch information
moodysalem committed Oct 19, 2021
commit d306755d9364e27a4a6a7e05fc220846762fdb96
1 change: 0 additions & 1 deletion src/state/multicall/updater.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import { useEffect, useMemo, useRef } from 'react'
import { useAppDispatch, useAppSelector } from 'state/hooks'
import { UniswapInterfaceMulticall } from 'types/v3'

import { SupportedChainId } from '../../constants/chains'
import { useMulticall2Contract } from '../../hooks/useContract'
import useDebounce from '../../hooks/useDebounce'
import { useActiveWeb3React } from '../../hooks/web3'
Expand Down