mirror of
https://github.com/status-im/safe-react.git
synced 2025-02-16 11:36:58 +00:00
eslint fix
This commit is contained in:
parent
3c5d7fc7f1
commit
fc3e1e48df
@ -8,7 +8,7 @@ import SafeTokenRecord from '~/routes/safe/store/models/safeToken'
|
||||
import { getStandardTokenContract } from '~/logic/tokens/store/actions/fetchTokens'
|
||||
import type { Safe } from '~/routes/safe/store/models/safe'
|
||||
import updateSafe from './updateSafe'
|
||||
import { ETH_ADDRESS } from '~/logic/tokens/utils/tokenHelpers';
|
||||
import { ETH_ADDRESS } from '~/logic/tokens/utils/tokenHelpers'
|
||||
|
||||
export const calculateBalanceOf = async (tokenAddress: string, safeAddress: string, decimals: number = 18) => {
|
||||
if (tokenAddress === ETH_ADDRESS) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user