Closed SlayerAnsh closed 1 month ago
The changes made in this pull request focus on fixing the Ether wallet functionality by ensuring it correctly applies the Bech32 prefix for wallet addresses. This fix addresses an issue with the formatting of wallet addresses, aligning them with the Bech32 standard. Additionally, a new changeset entry named "blue-geese-change"
has been added to the changesets
array in the .changeset/pre.json
file.
File Path | Change Summary |
---|---|
.changeset/blue-geese-change.md | Introduced a fix for Ether wallet functionality to correctly apply the Bech32 prefix. |
.changeset/pre.json | Added a new changeset entry "blue-geese-change" to the changesets array. |
In the burrow where wallets dwell,
A fix was made, oh what a spell!
Bech32 now shines so bright,
Formatting done just right.
Hops of joy, we celebrate,
For wallets now are truly great! 🐇✨
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Closing this PR. There were more changes to andrjs that were linked to ongoing PR #118 . These changes are merged in the PR
Motivation
Etherwallet did not send prefix which resulted in all eth wallet being prefixed with "inj" bech32.
Note
ADO Codegen was auto generated with ts-codegen. Please ignore it for this PR
Summary by CodeRabbit
Bug Fixes
Chores