Skip to content

Commit

Permalink
mock wagmi
Browse files Browse the repository at this point in the history
  • Loading branch information
KorbinianK committed Oct 30, 2023
1 parent 4c6218e commit 25156d1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { getContractAddressByType } from './getContractAddressByType';

const SRC_CHAIN_ID = 1;
const DEST_CHAIN_ID = 2;

vi.mock('@wagmi/core');
vi.mock('$customToken', () => ({ customToken: [] }));

vi.mock('$bridgeConfig', () => ({
Expand Down

0 comments on commit 25156d1

Please sign in to comment.