Skip to content

Commit

Permalink
fix: import to renamed common-evm-utils
Browse files Browse the repository at this point in the history
  • Loading branch information
ErnoW committed Nov 23, 2022
1 parent a656002 commit 78f4e35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/evmApi/integration/test/getTokenTransfers.test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { EvmApi } from '../../src/EvmApi';
import { Erc20Transfer } from '@moralisweb3/evm-utils';
import { Erc20Transfer } from '@moralisweb3/common-evm-utils';
import { cleanEvmApi, setupEvmApi } from '../setup';

describe('getTokenTransfers', () => {
Expand Down

0 comments on commit 78f4e35

Please sign in to comment.