Skip to content

Commit

Permalink
fix import type
Browse files Browse the repository at this point in the history
  • Loading branch information
saadahmsiddiqui committed Sep 12, 2024
1 parent c0f0178 commit 9bd8104
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/evm/src/fungibleAssetTransfer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@ import type { EvmResource } from '@buildwithsygma/core';
import { Config, FeeHandlerType, ResourceType, SecurityModel } from '@buildwithsygma/core';
import { Bridge__factory, ERC20__factory } from '@buildwithsygma/sygma-contracts';
import { Web3Provider } from '@ethersproject/providers';
import { BigNumber, constants, ethers, type PopulatedTransaction, utils } from 'ethers';
import { BigNumber, constants, utils } from 'ethers';
import type { ethers, type PopulatedTransaction } from 'ethers';

import { AssetTransfer } from './evmAssetTransfer.js';
import type {
Expand Down

0 comments on commit 9bd8104

Please sign in to comment.