Skip to content

Commit 75849a0

Browse files
committed
update compatible wallets
1 parent 0e28a46 commit 75849a0

1 file changed

Lines changed: 29 additions & 34 deletions

File tree

assets_js_bitrequest_config.js

Lines changed: 29 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,28 @@ const glob_multi_wallets = {
6262
"playstore": "https://play.google.com/store/apps/details?id=com.cypherstack.stackwallet",
6363
"desktop": "https://stackwallet.com",
6464
"seed": true
65+
},
66+
"myetherwallet": {
67+
"name": "myetherwallet",
68+
"website": "https://www.mewwallet.com",
69+
"appstore": "https://apps.apple.com/app/id1464614025",
70+
"playstore": "https://play.google.com/store/apps/details?id=com.myetherwallet.mewwallet",
71+
"desktop": "https://www.myetherwallet.com",
72+
"seed": true
73+
},
74+
"metamask": {
75+
"name": "metamask",
76+
"website": "https://metamask.io",
77+
"desktop": "https://metamask.io/download",
78+
"seed": true
79+
},
80+
"base": {
81+
"name": "base",
82+
"website": "https://www.coinbase.com/wallet",
83+
"appstore": "https://apps.apple.com/app/id1278383455",
84+
"playstore": "https://play.google.com/store/apps/details?id=org.toshi",
85+
"desktop": "https://wallet.coinbase.com",
86+
"seed": true
6587
}
6688
},
6789
ethl2s = {
@@ -1004,20 +1026,9 @@ glob_config = {
10041026
glob_multi_wallets.ledger,
10051027
glob_multi_wallets.keepkey,
10061028
glob_multi_wallets.stackwallet,
1007-
{
1008-
"name": "myetherwallet",
1009-
"website": "https://www.mewwallet.com",
1010-
"appstore": "https://apps.apple.com/app/id1464614025",
1011-
"playstore": "https://play.google.com/store/apps/details?id=com.myetherwallet.mewwallet",
1012-
"desktop": "https://www.myetherwallet.com",
1013-
"seed": true
1014-
},
1015-
{
1016-
"name": "metamask",
1017-
"website": "https://metamask.io",
1018-
"desktop": "https://metamask.io/download",
1019-
"seed": true
1020-
}
1029+
glob_multi_wallets.myetherwallet,
1030+
glob_multi_wallets.metamask,
1031+
glob_multi_wallets.base
10211032
]
10221033
},
10231034
"settings": {
@@ -1595,26 +1606,10 @@ glob_config = {
15951606
},
15961607
"wallets": {
15971608
"wallet_download_page": "https://ethereum.org/en/wallets/",
1598-
"wallets": [{
1599-
"name": "myetherwallet",
1600-
"website": "https://www.mewwallet.com",
1601-
"appstore": "https://apps.apple.com/app/id1464614025",
1602-
"playstore": "https://play.google.com/store/apps/details?id=com.myetherwallet.mewwallet",
1603-
"desktop": "https://www.myetherwallet.com"
1604-
},
1605-
{
1606-
"name": "metamask",
1607-
"website": "https://metamask.io",
1608-
"desktop": "https://metamask.io/download",
1609-
"seed": true
1610-
},
1611-
{
1612-
"name": "enjin",
1613-
"website": "https://enjin.io/software/wallet",
1614-
"appstore": "https://apps.apple.com/app/id1349078375",
1615-
"playstore": "http://enj.in/google-play",
1616-
"desktop": null
1617-
}
1609+
"wallets": [
1610+
glob_multi_wallets.myetherwallet,
1611+
glob_multi_wallets.metamask,
1612+
glob_multi_wallets.base
16181613
]
16191614
},
16201615
"settings": {

0 commit comments

Comments
 (0)