Skip to content

Commit

Permalink
v3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mytonwalletorg committed Jul 24, 2024
1 parent 0c2d47f commit 98dc47d
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 5 deletions.
8 changes: 8 additions & 0 deletions changelogs/3.0.1.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
- Significantly Improved In-App Browser Interface.
- Manual NFT Hiding.
- Enhanced Scam Detection.
- Ledger v2.1 Support.
- W5 Wallet Version Support.
- Boosted Connection Speed & App Performance.
- Dapp Connection Fixes.
- Multiple Fixes and Improvements.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mytonwallet",
"version": "3.0.0",
"version": "3.0.1",
"description": "The most feature-rich web wallet and browser extension for TON – with support of multi-accounts, tokens (jettons), NFT, TON DNS, TON Sites, TON Proxy, and TON Magic.",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion public/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.0.0
3.0.1
2 changes: 1 addition & 1 deletion src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,7 @@ export const CURRENCY_LIST: { value: ApiBaseCurrency; name: string }[] = [

export const BURN_ADDRESS = 'UQAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAJKZ';

export const DEFAULT_WALLET_VERSION: ApiWalletVersion = 'v4R2';
export const DEFAULT_WALLET_VERSION: ApiWalletVersion = 'W5';
export const POPULAR_WALLET_VERSIONS: ApiWalletVersion[] = ['v3R1', 'v3R2', 'v4R2', 'W5'];

export const DEFAULT_TIMEOUT = 10000;
Expand Down

0 comments on commit 98dc47d

Please sign in to comment.