Skip to content

Commit e4fab6f

Browse files
committed
add stack wallet
1 parent ff319ee commit e4fab6f

1 file changed

Lines changed: 16 additions & 1 deletion

File tree

assets_js_bitrequest_config.js

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,14 @@ const glob_multi_wallets = {
5454
"playstore": "https://play.google.com/store/apps/details?id=com.cakewallet.cake_wallet",
5555
"desktop": "https://cakewallet.com",
5656
"seed": true
57+
},
58+
"stackwallet": {
59+
"name": "stackwallet",
60+
"website": "https://stackwallet.com",
61+
"appstore": "https://apps.apple.com/app/id1634811534",
62+
"playstore": "https://play.google.com/store/apps/details?id=com.cypherstack.stackwallet",
63+
"desktop": "https://stackwallet.com",
64+
"seed": true
5765
}
5866
},
5967
glob_config = {
@@ -77,6 +85,7 @@ const glob_multi_wallets = {
7785
glob_multi_wallets.coinomi,
7886
glob_multi_wallets.trezor,
7987
glob_multi_wallets.ledger,
88+
glob_multi_wallets.stackwallet,
8089
{
8190
"name": "electrum",
8291
"website": "https://electrum.org",
@@ -313,6 +322,7 @@ const glob_multi_wallets = {
313322
glob_multi_wallets.trezor,
314323
glob_multi_wallets.ledger,
315324
glob_multi_wallets.keepkey,
325+
glob_multi_wallets.stackwallet,
316326
{
317327
"name": "electrum",
318328
"website": "https://electrum-ltc.org",
@@ -445,7 +455,8 @@ const glob_multi_wallets = {
445455
glob_multi_wallets.coinomi,
446456
glob_multi_wallets.trezor,
447457
glob_multi_wallets.ledger,
448-
glob_multi_wallets.keepkey
458+
glob_multi_wallets.keepkey,
459+
glob_multi_wallets.stackwallet,
449460
]
450461
},
451462
"settings": {
@@ -560,6 +571,7 @@ const glob_multi_wallets = {
560571
glob_multi_wallets.coinomi,
561572
glob_multi_wallets.trezor,
562573
glob_multi_wallets.ledger,
574+
glob_multi_wallets.stackwallet,
563575
{
564576
"name": "Dash-Wallet",
565577
"website": "https://www.dash.org",
@@ -689,6 +701,7 @@ const glob_multi_wallets = {
689701
glob_multi_wallets.trezor,
690702
glob_multi_wallets.ledger,
691703
glob_multi_wallets.atomicwallet,
704+
glob_multi_wallets.stackwallet,
692705
{
693706
"name": "electron-cash",
694707
"website": "https://electroncash.org",
@@ -803,6 +816,7 @@ const glob_multi_wallets = {
803816
glob_multi_wallets.trezor,
804817
glob_multi_wallets.ledger,
805818
glob_multi_wallets.keepkey,
819+
glob_multi_wallets.stackwallet,
806820
{
807821
"name": "myetherwallet",
808822
"website": "https://www.mewwallet.com",
@@ -1210,6 +1224,7 @@ const glob_multi_wallets = {
12101224
"wallets": [
12111225
glob_multi_wallets.coinomi,
12121226
glob_multi_wallets.cakewallet,
1227+
glob_multi_wallets.stackwallet,
12131228
{
12141229
"name": "monerujo",
12151230
"website": "https://www.monerujo.io",

0 commit comments

Comments
 (0)