Skip to content

Commit

Permalink
fix: correct import
Browse files Browse the repository at this point in the history
  • Loading branch information
Tuditi committed Aug 30, 2023
1 parent 61d1add commit 1a5f4cd
Showing 1 changed file with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,8 @@ import { ISC_MAGIC_CONTRACT_ADDRESS } from '@core/layer-2/constants'
import { handleError } from '@core/error/handlers'
import { IError } from '@core/error/interfaces'
import { TransferredAsset } from '../types'
import {
buildAssetAllowance,
evmAddressToAgentId,
getAgentBalanceParameters,
getSmartContractHexName,
} from '../helpers'
import { evmAddressToAgentId, getAgentBalanceParameters, getSmartContractHexName } from '../helpers'
import { buildAssetAllowance } from '../utils'

export function getIscpTransferSmartContractData(
recipientAddress: string,
Expand Down

0 comments on commit 1a5f4cd

Please sign in to comment.