Skip to content

Commit 63704d0

Browse files
authored
docs: fix namehash example for ‘wevm.eth’ in Comments (#3690)
docs: fix comment on `namehash` function
1 parent 07eeb40 commit 63704d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/ens/namehash.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export type NamehashErrorType =
3030
*
3131
* @example
3232
* namehash('wevm.eth')
33-
* '0xf246651c1b9a6b141d19c2604e9a58f567973833990f830d882534a747801359'
33+
* '0x08c85f2f4059e930c45a6aeff9dcd3bd95dc3c5c1cddef6a0626b31152248560'
3434
*
3535
* @link https://eips.ethereum.org/EIPS/eip-137
3636
*/

0 commit comments

Comments
 (0)