Skip to content

Commit

Permalink
chore: 📦 VERSION: 3.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
AricRedemption committed Aug 8, 2024
1 parent c1a0a04 commit 9cc6577
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "metalet",
"private": true,
"version": "3.1.7",
"version": "3.1.8",
"type": "module",
"scripts": {
"dev": "vite --config ./vite-config/vite.dev.config.ts",
Expand Down
2 changes: 1 addition & 1 deletion public/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Metalet",
"description": "A cross-chain crypto wallet extension",
"version": "3.1.7",
"version": "3.1.8",
"manifest_version": 3,
"action": {
"default_popup": "popup.html",
Expand Down
2 changes: 1 addition & 1 deletion src/data/config.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export const VERSION = '3.1.7'
export const VERSION = '3.1.8'

export const FEEB = 1
export const P2PKH_UNLOCK_SIZE = 1 + 1 + 72 + 1 + 33
Expand Down
2 changes: 1 addition & 1 deletion src/pages/wallet/AccountHeader.vue
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ const copy = (address: string, addressType: string, type: string) => {
<span>{{ wallet.name }}</span>
</div>
<div class="flex items-center gap-x-2 text-gray-black">
<span class="text-ss">{{ btcMetaidInfo?.name || mvcMetaidInfo?.name || account.name }}</span>
<span class="text-ss max-w-28 truncate">{{ btcMetaidInfo?.name || mvcMetaidInfo?.name || account.name }}</span>
<!-- <template v-if="btcAddress !== mvcAddress && mvcMetaidInfo?.name">
<span>/</span>
<span class="text-ss">{{ mvcMetaidInfo?.name }}</span>
Expand Down

0 comments on commit 9cc6577

Please sign in to comment.