Skip to content

Commit

Permalink
Deprecate Binance Beacon Chain
Browse files Browse the repository at this point in the history
  • Loading branch information
peachbits committed Dec 5, 2024
1 parent ad43457 commit c07e092
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
- changed: Upgrade edge-core-js to v2.21.0
- changed: Filter CreateWalletItem list by networkLocation instead of tokenId
- changed: Update Ripple base reserve text strings
- changed: Enable `keysOnlyMode` for Binance Beacon Chain
- fixed: Default home/assets scene post-login based on last visited scene
- fixed: Receive flip input default currency selection
- removed: Keyboard autofocus from `WalletListModal`
Expand Down
1 change: 1 addition & 0 deletions src/constants/WalletAndCurrencyConstants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -551,6 +551,7 @@ export const SPECIAL_CURRENCY_INFO: {
initWalletName: lstrings.string_first_bnb_wallet_name,
chainCode: 'BNB',
isImportKeySupported: true,
keysOnlyMode: true,
dummyPublicAddress: 'bnb1rt449yu7us6hmk4pmyr8talc60ydkwp4qkvcl7'
},
binancesmartchain: {
Expand Down

0 comments on commit c07e092

Please sign in to comment.