Skip to content
This repository has been archived by the owner on Jul 15, 2022. It is now read-only.

Commit

Permalink
Merge pull request #1915 from LedgerHQ/mocks-remove-card-liveapp
Browse files Browse the repository at this point in the history
removed card live app from mocks
  • Loading branch information
IAmMorrow authored May 3, 2022
2 parents 8b92f12 + 17048e7 commit 48756a4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 89 deletions.
26 changes: 0 additions & 26 deletions src/platform/providers/GlobalCatalogProvider/api/mock.json
Original file line number Diff line number Diff line change
Expand Up @@ -83,32 +83,6 @@
"tags": [],
"categories": []
},
{
"appId": "Card",
"type": "LIVE_APP",
"tags": [
"card"
],
"categories": [
"spend"
],
"platform": "all",
"branch": "stable",
"currencies": "*"
},
{
"appId": "cl-card",
"type": "LIVE_APP",
"tags": [
"card"
],
"categories": [
"spend"
],
"platform": "all",
"branch": "stable",
"currencies": "*"
},
{
"appId": "moonpay",
"type": "LIVE_APP",
Expand Down
63 changes: 0 additions & 63 deletions src/platform/providers/RemoteLiveAppProvider/api/mock.json
Original file line number Diff line number Diff line change
@@ -1,67 +1,4 @@
[
{
"id": "Card",
"name": "Card",
"url": "https://cl-cards.com/waiting-list/",
"homepageUrl": "https://baanx.com/",
"icon": "https://cdn.live.ledger.com/icons/platform/card2.png",
"platform": "all",
"apiVersion": "0.0.1",
"manifestVersion": "1",
"branch": "stable",
"categories": [
"card"
],
"currencies": "*",
"content": {
"shortDescription": {
"en": "Coming soon: spend your crypto globally with the crypto debit CL Card, powered by Ledger. Built to be compatible with your Ledger wallet. Join the waitlist"
},
"description": {
"en": "Coming soon: spend your crypto globally with the crypto debit CL Card, powered by Ledger. Built to be compatible with your Ledger wallet. Join the waitlist"
}
},
"permissions": [
{
"method": "*"
}
],
"domains": [
"https://*"
]
},
{
"id": "cl-card",
"name": "Card",
"url": "https://cl-cards.com/waiting-list/",
"homepageUrl": "https://baanx.com/",
"icon": "https://cdn.live.ledger.com/icons/platform/card2.png",
"platform": "all",
"apiVersion": "0.0.1",
"manifestVersion": "1",
"private": true,
"branch": "stable",
"categories": [
"card"
],
"currencies": "*",
"content": {
"shortDescription": {
"en": "Coming soon: spend your crypto globally with the crypto debit CL Card, powered by Ledger. Built to be compatible with your Ledger wallet. Join the waitlist"
},
"description": {
"en": "Coming soon: spend your crypto globally with the crypto debit CL Card, powered by Ledger. Built to be compatible with your Ledger wallet. Join the waitlist"
}
},
"permissions": [
{
"method": "*"
}
],
"domains": [
"https://*"
]
},
{
"id": "moonpay",
"name": "MoonPay",
Expand Down

0 comments on commit 48756a4

Please sign in to comment.