feat(parsers): migrate from ethers to ox (#372) #373
+345
−89
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.
Closes #372
Summary & Motivation
This PR addresses issue #372 by migrating the
@phantom/parserspackage from ethers.js to ox for EVM transaction parsing.Why ox over ethers?
The public API remains unchanged - this is a purely internal implementation swap.
How I Tested These Changes
yarn test)yarn build)Did you add a changeset?
Not yet - I can add one if needed.
Did you update the README files?
No README updates needed - the public API is unchanged. This is an internal dependency swap only.