Commit e7c6043
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 focuses on removing an unused import of the `keccak256` function from the `resolve-l2-name.ts` file, which helps in cleaning up the code and improving readability.
### Detailed summary
- Removed the import statement for `keccak256` from `viem` in `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 -->
<!-- This is an auto-generated comment: release notes by coderabbit.ai -->
## Summary by CodeRabbit
- **Chores**
- Removed unused code and imports to improve code cleanliness.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->1 parent 256850d commit e7c6043
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