Skip to content

Commit

Permalink
Merge pull request #5034 from leather-wallet/add-warning
Browse files Browse the repository at this point in the history
chore: add scam app warning
  • Loading branch information
kyranjamie authored Mar 6, 2024
2 parents 94799ab + caff01e commit 121ffde
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion config/wallet-config.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,17 @@
{
"$schema": "./wallet-config.schema.json",
"messages": {
"global": []
"global": [
{
"chainTarget": "all",
"dismissible": true,
"id": "illegal-app-store-apps",
"publishedAt": "2024-03-06T12:55:46",
"title": "Leather does not have a mobile app",
"text": "Only download Leather builds from our official website.",
"purpose": "warning"
}
]
},
"activeFiatProviders": {
"coinbase": {
Expand Down

0 comments on commit 121ffde

Please sign in to comment.