Creates redirection from ENS name name.eth
→ name.base.eth
- Supports subdomains
- eg.
abc.name.eth
→abc.name.base.eth
- eg.
- Supports arbitrary basenames with
setNode()
- eg.
abc.chonk.xyz
→abc.chonker.base.eth
- eg.
mainnet:0xd2399688478bf8b0587e4b3166E4C0Fd29A1c171
mainnet:0x3722662D8AaB07B216B14C02eF0ee940d14A4200
bun i
forge i
bun test/live.ts
— Unruggable verifierbun test/local.ts
— locally-deployed verifierbun test/alias.ts
— verify node-translation logicbun test-forge
— run foundry tests
- Actual tests
- Considering moving
_aliases
to L2?