Skip to content

Commit 6126956

Browse files
authored
Merge pull request #972 from liquality/feat/update-wallet-core-arbitrum-gas-limit__enabled_manage_accounts
feat: enabled by default manage accounts
2 parents c538d4d + 1557045 commit 6126956

File tree

5 files changed

+9
-25
lines changed

5 files changed

+9
-25
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "liquality-wallet",
3-
"version": "0.82.3",
3+
"version": "0.82.4",
44
"private": true,
55
"author": "Liquality <info@liquality.io>",
66
"scripts": {
@@ -29,7 +29,7 @@
2929
"@liquality/ethereum-utils": "^1.13.12",
3030
"@liquality/terra-networks": "^1.13.12",
3131
"@liquality/types": "^1.13.12",
32-
"@liquality/wallet-core": "4.0.0",
32+
"@liquality/wallet-core": "4.1.0",
3333
"@terra-money/terra.js": "^3.1.6",
3434
"@testing-library/vue": "^5.8.2",
3535
"amplitude-js": "8.18.2",

src/components/NavBar.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<AssetsIcon />
3636
{{ $t('components.navbar.manageAssets') }}
3737
</li>
38-
<li id="manage_accounts" v-if="experiments.manageAccounts" @click="manageAccounts">
38+
<li id="manage_accounts" @click="manageAccounts">
3939
<AccountsIcon />
4040
{{ $t('components.navbar.manageAccounts') }}
4141
</li>

src/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"manifest_version": 2,
3-
"version": "0.82.3",
3+
"version": "0.82.4",
44
"name": "__MSG_appName__",
55
"description": "__MSG_appDesc__",
66
"default_locale": "en",

src/views/Experiments.vue

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -13,22 +13,6 @@
1313
</span>
1414
</NavBar>
1515
<div class="experiments" id="experiments">
16-
<div class="setting-item">
17-
<div class="setting-item_title flex-fill mb-2">
18-
{{ $t('pages.experiments.multiaccounts') }}
19-
<span class="setting-item_sub">
20-
{{ $t('pages.experiments.multiaccountsDescription') }}
21-
</span>
22-
</div>
23-
<div class="setting-item_control">
24-
<toggle-button
25-
id="exp-manageAccounts-toggle-switch"
26-
:css-colors="true"
27-
:value="experiments['manageAccounts']"
28-
@change="toggleExperiment({ name: 'manageAccounts' })"
29-
/>
30-
</div>
31-
</div>
3216
<div class="setting-item">
3317
<div class="setting-item_title flex-fill mb-2">
3418
{{ $t('pages.experiments.errorReporting') }}

yarn.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3956,9 +3956,9 @@ __metadata:
39563956
languageName: node
39573957
linkType: hard
39583958

3959-
"@liquality/wallet-core@npm:4.0.0":
3960-
version: 4.0.0
3961-
resolution: "@liquality/wallet-core@npm:4.0.0"
3959+
"@liquality/wallet-core@npm:4.1.0":
3960+
version: 4.1.0
3961+
resolution: "@liquality/wallet-core@npm:4.1.0"
39623962
dependencies:
39633963
"@blobfishkate/sovryncontracts": 1.3.27
39643964
"@chainify/bitcoin": 2.2.0
@@ -4008,7 +4008,7 @@ __metadata:
40084008
urql: ^2.2.0
40094009
vue: ^2.6.11
40104010
vuex: ^3.1.3
4011-
checksum: 9e22d6572cf43c0bb13be8564b1f19eb9f351fd60f3b614bfea9198c8e3d5b8b542bd0ee117f2d03926d0cff07d06a82fdfa68c64e2068ac822a25a8cad09234
4011+
checksum: d6271a016f2e6278cf38d95a407a8a662d3d9d7adf76ffc0e2318f0faf093b737f595ba836d6654477dd45678054b2243e4089996149f44b7844ded0ceae0ca0
40124012
languageName: node
40134013
linkType: hard
40144014

@@ -18696,7 +18696,7 @@ __metadata:
1869618696
"@liquality/ethereum-utils": ^1.13.12
1869718697
"@liquality/terra-networks": ^1.13.12
1869818698
"@liquality/types": ^1.13.12
18699-
"@liquality/wallet-core": 4.0.0
18699+
"@liquality/wallet-core": 4.1.0
1870018700
"@terra-money/terra.js": ^3.1.6
1870118701
"@testing-library/jest-dom": 5.16.5
1870218702
"@testing-library/vue": ^5.8.2

0 commit comments

Comments
 (0)