Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions packages/thirdweb/src/extensions/ens/resolve-l2-name.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import * as ox__Bytes from "ox/Bytes";
import * as ox__Ens from "ox/Ens";
import * as ox__Hash from "ox/Hash";
import * as ox__Hex from "ox/Hex";
import { keccak256 } from "viem";
import type { Chain } from "../../chains/types.js";
import type { ThirdwebClient } from "../../client/client.js";
import { getContract } from "../../contract/contract.js";
Expand Down Expand Up @@ -47,7 +46,6 @@ const convertReverseNodeToBytes = (address: Address, chainId: number) => {
[reverseNode, addressNode],
),
);
keccak256;
return addressReverseNode;
};

Expand Down
Loading