Skip to content

Commit

Permalink
Merge branch 'fet-1603' of https://github.com/ensdomains/ens-app-v3 i…
Browse files Browse the repository at this point in the history
…nto fet-1603
  • Loading branch information
Stanislav Lysak committed Sep 11, 2024
2 parents 2a14c1d + f6bb039 commit 8f073d1
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,13 @@ import { useAccount, useClient } from 'wagmi'

import * as ThorinComponents from '@ensdomains/thorin'

import { AvatarNFT } from './AvatarNFT'
import { makeMockIntersectionObserver } from '../../../../../test/mock/makeMockIntersectionObserver'
import { AvatarNFT } from './AvatarNFT'

vi.mock('wagmi')

vi.mock('@app/hooks/chain/useBlockTimestamp', () => ({
useBlockTimestamp: () => ({ data: new Date().getTime() }),
}))
vi.mock('@app/hooks/chain/useChainName', () => ({
useChainName: () => 'mainnet',
}))
Expand Down

0 comments on commit 8f073d1

Please sign in to comment.