Skip to content

Commit 2f0a1db

Browse files
authored
Merge pull request #58 from liquality/feature-bsc-custom-token
feat: added BSC support for custom tokens
2 parents 4d865c2 + 5209b64 commit 2f0a1db

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "liquality-wallet",
3-
"version": "0.17.4",
3+
"version": "0.17.5",
44
"private": true,
55
"license": "MIT",
66
"author": "Liquality <[email protected]>",

src/manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"manifest_version": 2,
3-
"version": "0.17.4",
3+
"version": "0.17.5",
44
"name": "Liquality Wallet",
55
"description": "Secure multi-crypto wallet with built-in Atomic Swaps!",
66
"homepage_url": "https://liquality.io",

src/views/CustomToken.vue

+8
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,14 @@
4949
RSK
5050
</a>
5151
</li>
52+
<li>
53+
<a class="dropdown-item"
54+
href="#"
55+
@click="setActiveNetwork('bsc')"
56+
:class="{active: network === 'bsc'}">
57+
BSC
58+
</a>
59+
</li>
5260
</ul>
5361
</div>
5462
</div>

0 commit comments

Comments
 (0)