Skip to content

Commit

Permalink
fix: update sui wallet changeset (MystenLabs#16005)
Browse files Browse the repository at this point in the history
## Description 

followup to MystenLabs#15415

## Test Plan 

How did you test the new or updated feature?

---
If your changes are not user-facing and do not break anything, you can
skip the following section. Otherwise, please briefly describe what has
changed under the Release Notes section.

### Type of Change (Check all that apply)

- [ ] protocol change
- [ ] user-visible impact
- [ ] breaking change for a client SDKs
- [ ] breaking change for FNs (FN binary must upgrade)
- [ ] breaking change for validators or node operators (must upgrade
binaries)
- [ ] breaking change for on-chain data layout
- [ ] necessitate either a data wipe or data migration

### Release notes
  • Loading branch information
joyqvq authored Jan 30, 2024
1 parent fa00e2f commit 20bf063
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .changeset/two-olives-enjoy.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
'@mysten/sui.js': major
'@mysten/sui.js': minor
---

Use Bech32 instead of Hex for private key encoding for import and export
Use Bech32 instead of Hex for private key export, supports both Hex and Bech32 for importing

0 comments on commit 20bf063

Please sign in to comment.