Commit c3d0e1a
committed
[SDK] Fix stray keccak256 reference (#7089)
## Summary
- remove unused `keccak256` import
- clean up unused statement in `resolve-l2-name`
## Testing
- `pnpm test` *(fails: EHOSTUNREACH)*
<!-- start pr-codex -->
---
## PR-Codex overview
This PR removes an unused import of `keccak256` from the `resolve-l2-name.ts` file, streamlining the code by eliminating unnecessary references.
### Detailed summary
- Removed the unused import of `keccak256` from the file `packages/thirdweb/src/extensions/ens/resolve-l2-name.ts`.
> ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}`
<!-- end pr-codex -->1 parent a3072c4 commit c3d0e1a
1 file changed
+0
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | 7 | | |
9 | 8 | | |
10 | 9 | | |
| |||
47 | 46 | | |
48 | 47 | | |
49 | 48 | | |
50 | | - | |
51 | 49 | | |
52 | 50 | | |
53 | 51 | | |
| |||
0 commit comments