Skip to content

Commit

Permalink
update walletlist
Browse files Browse the repository at this point in the history
  • Loading branch information
bitrequest committed Dec 19, 2024
1 parent 81a6d87 commit dd1f276
Showing 1 changed file with 10 additions and 24 deletions.
34 changes: 10 additions & 24 deletions assets_js_bitrequest_config.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,14 @@ const glob_apptitle = "Bitrequest",
"playstore": "https://play.google.com/store/apps/details?id=io.atomicwallet",
"desktop": "https://atomicwallet.io/#download-section-anchor",
"seed": true
},
"cakewallet": {
"name": "cakewallet",
"website": "https://cakewallet.com",
"appstore": "https://apps.apple.com/app/id1334702542",
"playstore": "https://play.google.com/store/apps/details?id=com.cakewallet.cake_wallet",
"desktop": "https://cakewallet.com",
"seed": true
}
},
glob_br_config = {
Expand Down Expand Up @@ -1086,29 +1094,14 @@ const glob_apptitle = "Bitrequest",
"wallet_download_page": "https://nanowallets.guide",
"wallets": [
glob_multi_wallets.trustwallet,
glob_multi_wallets.cakewallet,
{
"name": "nautilus",
"website": "https://nautilus.io",
"appstore": "https://apps.apple.com/app/id1615775960",
"playstore": "https://play.google.com/store/apps/details?id=co.perish.nautiluswallet",
"seed": true
},
{
"name": "nalli",
"website": "https://nalli.app",
"appstore": "https://apps.apple.com/app/id1515601975",
"playstore": "https://play.google.com/store/apps/details?id=fi.heimo.nalli",
"desktop": "https://nalli.app",
"seed": true
},
{
"name": "kaiak",
"website": "https://kaiak.cc",
"appstore": null,
"playstore": null,
"desktop": "https://kaiak.cc",
"seed": true
},
{
"name": "nault",
"website": "https://nault.cc",
Expand Down Expand Up @@ -1266,6 +1259,7 @@ const glob_apptitle = "Bitrequest",
"wallet_download_page": "https://www.getmonero.org/downloads/",
"wallets": [
glob_multi_wallets.coinomi,
glob_multi_wallets.cakewallet,
{
"name": "monerujo",
"website": "https://www.monerujo.io",
Expand All @@ -1274,14 +1268,6 @@ const glob_apptitle = "Bitrequest",
"desktop": null,
"seed": true
},
{
"name": "cakewallet",
"website": "https://cakewallet.com",
"appstore": "https://apps.apple.com/app/id1334702542",
"playstore": "https://play.google.com/store/apps/details?id=com.cakewallet.cake_wallet",
"desktop": null,
"seed": true
},
{
"name": "mymonero",
"website": "https://mymonero.com",
Expand Down

0 comments on commit dd1f276

Please sign in to comment.