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

fix: prefix for ether wallet #119

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
6 changes: 6 additions & 0 deletions .changeset/blue-geese-change.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@andromedaprotocol/adocodegen": patch
"@andromedaprotocol/andromeda.js": patch
---

Fix: Ether wallet now apply Bech32 prefix properly
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue

Fix grammatical error in the description.

The description has a subject-verb agreement issue.

Please apply the following change:

-Fix: Ether wallet now apply Bech32 prefix properly
+Fix: Ether wallet now applies Bech32 prefix properly
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
Fix: Ether wallet now apply Bech32 prefix properly
Fix: Ether wallet now applies Bech32 prefix properly
🧰 Tools
🪛 LanguageTool

[uncategorized] ~6-~6: This verb does not appear to agree with the subject. Consider using a different form.
Context: ...a.js": patch --- Fix: Ether wallet now apply Bech32 prefix properly

(AI_EN_LECTOR_REPLACEMENT_VERB_AGREEMENT)

1 change: 1 addition & 0 deletions .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"@andromedaprotocol/gql": "1.0.0"
},
"changesets": [
"blue-geese-change",
"shaggy-carrots-serve"
]
}
6 changes: 6 additions & 0 deletions packages/adocodegen/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @andromedaprotocol/adocodegen

## 1.0.1-beta.0

### Patch Changes

- Fix: Ether wallet now apply Bech32 prefix properly

## 1.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/adocodegen/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@andromedaprotocol/adocodegen",
"version": "1.0.0",
"version": "1.0.1-beta.0",
"repository": {
"type": "git",
"url": "git+https://github.com/andromedaprotocol/andromeda-cli.git"
Expand Down
Loading
Loading