Skip to content

Commit c8ef00e

Browse files
committed
remove trust wallet
1 parent 252c036 commit c8ef00e

File tree

1 file changed

+1
-15
lines changed

1 file changed

+1
-15
lines changed

assets_js_bitrequest_config.js

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -79,14 +79,6 @@ const glob_apptitle = "Bitrequest",
7979
"desktop": "https://beta.shapeshift.com",
8080
"seed": true
8181
},
82-
"trustwallet": {
83-
"name": "trustwallet",
84-
"website": "https://trustwallet.com",
85-
"appstore": "https://apps.apple.com/app/id1288339409",
86-
"playstore": "https://play.google.com/store/apps/details?id=com.wallet.crypto.trustapp",
87-
"desktop": "https://trustwallet.com",
88-
"seed": true
89-
},
9082
"atomicwallet": {
9183
"name": "atomicwallet",
9284
"website": "https://atomicwallet.io",
@@ -125,7 +117,6 @@ const glob_apptitle = "Bitrequest",
125117
glob_multi_wallets.coinomi,
126118
glob_multi_wallets.trezor,
127119
glob_multi_wallets.ledger,
128-
glob_multi_wallets.trustwallet,
129120
{
130121
"name": "electrum",
131122
"website": "https://electrum.org",
@@ -494,7 +485,6 @@ const glob_apptitle = "Bitrequest",
494485
glob_multi_wallets.coinomi,
495486
glob_multi_wallets.trezor,
496487
glob_multi_wallets.ledger,
497-
glob_multi_wallets.trustwallet,
498488
glob_multi_wallets.keepkey
499489
]
500490
},
@@ -610,7 +600,6 @@ const glob_apptitle = "Bitrequest",
610600
glob_multi_wallets.coinomi,
611601
glob_multi_wallets.trezor,
612602
glob_multi_wallets.ledger,
613-
glob_multi_wallets.trustwallet,
614603
{
615604
"name": "Dash Wallet",
616605
"website": "https://www.dash.org",
@@ -739,7 +728,6 @@ const glob_apptitle = "Bitrequest",
739728
glob_multi_wallets.coinomi,
740729
glob_multi_wallets.trezor,
741730
glob_multi_wallets.ledger,
742-
glob_multi_wallets.trustwallet,
743731
glob_multi_wallets.atomicwallet,
744732
{
745733
"name": "electron-cash",
@@ -854,7 +842,6 @@ const glob_apptitle = "Bitrequest",
854842
glob_multi_wallets.exodus,
855843
glob_multi_wallets.trezor,
856844
glob_multi_wallets.ledger,
857-
glob_multi_wallets.trustwallet,
858845
glob_multi_wallets.keepkey,
859846
{
860847
"name": "myetherwallet",
@@ -1089,7 +1076,7 @@ const glob_apptitle = "Bitrequest",
10891076
"ccsymbol": "xno",
10901077
"cmcid": 1567,
10911078
"urlscheme": function(payment, address, amount, iszero) {
1092-
const amnt = (iszero === true) ? "" : "?amount=" + NanocurrencyWeb.tools.convert(amount, "NANO", "RAW");
1079+
const amnt = (iszero === true) ? "" : "?amount=" + (NanocurrencyWeb.tools.convert(amount, "NANO", "RAW")) / 1000000000000000000000000000000;
10931080
return "nano:" + address + amnt;
10941081
},
10951082
"address_regex": "^(xrb|nano)_([a-z1-9]{60})$"
@@ -1098,7 +1085,6 @@ const glob_apptitle = "Bitrequest",
10981085
"wallet_download_page": "https://nanowallets.guide",
10991086
"wallets": [
11001087
glob_multi_wallets.cakewallet,
1101-
glob_multi_wallets.trustwallet,
11021088
{
11031089
"name": "nautilus",
11041090
"website": "https://nautilus.io",

0 commit comments

Comments
 (0)