Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update ethereum-utils extension #11390

Merged
merged 5 commits into from Mar 20, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
13 changes: 13 additions & 0 deletions extensions/ethereum-utils/.gitignore
@@ -0,0 +1,13 @@
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# dependencies
/node_modules

# Raycast specific files
raycast-env.d.ts
.raycast-swift-build
.swiftpm
compiled_raycast_swift

# misc
.DS_Store
11 changes: 9 additions & 2 deletions extensions/ethereum-utils/CHANGELOG.md
@@ -1,4 +1,11 @@
# Changelog

## Add Ethereum Utils (2022-02-07)
Initial version
## [Added "Resolve Name" command] - 2024-03-19

- Added a new command to resolve names using decentralized naming protocols. Currently, only ENS is supported.
- Fixed a bug in the "Search Chains" where searching by chain id was not working.
- Bumped all dependencies to their latest versions.

## [Added Ethereum Utils] - 2022-02-07

- Initial version