Skip to content

Commit

Permalink
remove outdated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
meetmangukiya committed May 28, 2024
1 parent 8f68923 commit e73797f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,6 @@ const setOwnerForEns = (
};

export const balanceOfSlot = (mappingSlot: bigint, owner: string) => {
// balanceOf mapping at slot 3
return ethers.keccak256(
ABI_CODER.encode(['address', 'uint256'], [owner, mappingSlot])
);
Expand Down

0 comments on commit e73797f

Please sign in to comment.