Skip to content
This repository has been archived by the owner on Jul 16, 2024. It is now read-only.

Commit

Permalink
Fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
lightwalker-eth committed Apr 5, 2024
1 parent 887d6d9 commit e3a9e86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ethregistrar.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { ENSName, ETH_TLD } from "./ensname";
import { NFTReference } from "./nftreference";
import { NFTReference } from "./nft";
import { namehash, labelhash } from 'viem/ens'

// TODO: maybe use `extractChain` in viem? Or maybe better not to make use of viem/chains at all given bundle size concern?
Expand Down

0 comments on commit e3a9e86

Please sign in to comment.