[mainnet] Set new L1 resolver as resolver for base.eth #201
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.