Commit 1cfdd5c
fix(ci): update expired sepolia ENS fixture in lookupDomains test (#482)
The sepolia lookup test asserted `testchaitu.eth`, a wrapped ENS name on
sepolia that expired on 2026-07-01 (expiryDate 1782909240). lookupDomains
filters out expired domains, so the name is correctly dropped and CI has
failed on master since expiry. Switch the assertion to `chaitu.eth`, which
the same account owns with an expiry in 2038, keeping the sepolia routing
check intact without the time-brittle fixture.
Co-authored-by: Tony <222686154+tony8713@users.noreply.github.com>
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>1 parent 4a2877c commit 1cfdd5c
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
0 commit comments