You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ran the ethers name resolution against my local free-eth-node proxy and got these three requests:
import{ethers}from'ethers';import{rpcUrls}from'./rpc-urls';constrpcUrl=rpcUrls.mainnet;describe('provider.resolveName',()=>{it('should match ethers and essential-eth',async()=>{constethersProvider=newethers.providers.StaticJsonRpcProvider(rpcUrl);awaitethersProvider.resolveName('ricmoo.eth');expect(true).toBe(true);});});
Going to attempt to get a start on this one... not going to be able to finish it with the time I have left, but hoping it's enough so that someone else can take over
daws.eth
->0xc0DEAF6bD3F0c6574a6a625EF2F22f62A5150EAB
https://docs.ens.domains/dapp-developer-guide/resolving-names
Looks like the easiest namehashing is done like this
Will require namehashing
Ran the ethers name resolution against my local free-eth-node proxy and got these three requests:
The text was updated successfully, but these errors were encountered: