The L1 Resolver contract set via 2024-07-23-set-l1-resolver runbook had a bug wherein generic resolve requests for the base.eth name itself were failing. This was due to the fact that the rootResolver does not implement the resolve method.
The issue with the contract was fixed in this PR and deployed in this SCM deploy. This runbook will set the resolver for the base.eth name to the newly deployed, fixed version of the L1 Resolver contract.
EXECUTED: https://etherscan.io/tx/0x15a5263c5531d27f6f91cfe79167ddaf0db38a29ce50106ff0e3380b468722df
The L1 Resolver contract set via
2024-07-23-set-l1-resolver
runbook had a bug wherein genericresolve
requests for thebase.eth
name itself were failing. This was due to the fact that therootResolver
does not implement theresolve
method.The issue with the contract was fixed in this PR and deployed in this SCM deploy. This runbook will set the resolver for the
base.eth
name to the newly deployed, fixed version of the L1 Resolver contract.