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

removed card live app from mocks #1915

Merged
merged 1 commit into from
May 3, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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