From e2c36c19ca0ae048fc04d27fdcea8972fb08838c Mon Sep 17 00:00:00 2001 From: DR497 <47689875+dr497@users.noreply.github.com> Date: Sun, 15 Nov 2020 16:18:18 +0800 Subject: [PATCH] Add Bonfida API to search bar (#47) * Add Bonfida API to search bar * Lint --- src/components/app-list.json | 37 +++++++++++++++++++++++++++++++++--- 1 file changed, 34 insertions(+), 3 deletions(-) diff --git a/src/components/app-list.json b/src/components/app-list.json index 35f7992..31e2ce0 100644 --- a/src/components/app-list.json +++ b/src/components/app-list.json @@ -285,7 +285,14 @@ "url": "https://docs.solana.com/", "description": "", "icon": "", - "tags": ["documentation", "docs", "solana", "blockchain", "chain", "on-chain"] + "tags": [ + "documentation", + "docs", + "solana", + "blockchain", + "chain", + "on-chain" + ] }, { "name": "Solana Discord", @@ -327,14 +334,31 @@ "url": "https://github.com/project-serum/rfcs/blob/master/text/0001-registry.md", "description": "", "icon": "", - "tags": ["staking", "on-chain", "blockchain", "rewards", "solana", "srm", "node"] + "tags": [ + "staking", + "on-chain", + "blockchain", + "rewards", + "solana", + "srm", + "node" + ] }, { "name": "Node RFC", "url": "https://github.com/project-serum/rfcs/blob/master/text/0001-registry.md", "description": "", "icon": "", - "tags": ["node", "staking", "on-chain", "blockchain", "rewards", "governance", "solana", "srm"] + "tags": [ + "node", + "staking", + "on-chain", + "blockchain", + "rewards", + "governance", + "solana", + "srm" + ] }, { "name": "SolFlare", @@ -426,5 +450,12 @@ "description": "", "icon": "", "tags": ["srm", "token", "solana", "eth"] + }, + { + "name": "Bonfida API Documentation", + "url": "https://docs.bonfida.com", + "description": "Documentation of the Bonfida API", + "icon": "", + "tags": ["bonfida", "api", "data", "documentation"] } ]