From 43444390aceec0823143a15ecea89b8929c60b75 Mon Sep 17 00:00:00 2001 From: "ink-app-submission-bot[bot]" <192250663+ink-app-submission-bot[bot]@users.noreply.github.com> Date: Thu, 20 Feb 2025 13:46:01 +0000 Subject: [PATCH] feat: add test poc to apps list --- public/featured-apps/icons/test-poc.webp | Bin 0 -> 346 bytes .../dashboard/_components/apps-data.json | 23 ++++++++++++++++++ 2 files changed, 23 insertions(+) create mode 100644 public/featured-apps/icons/test-poc.webp diff --git a/public/featured-apps/icons/test-poc.webp b/public/featured-apps/icons/test-poc.webp new file mode 100644 index 0000000000000000000000000000000000000000..deace976d44f682b336057de98762ccb6607c840 GIT binary patch literal 346 zcmWIYbaM-0WMBw)bqWXzuuyOVvM;DG%w^P?z&L@?F4t_P=MrV5g$f)D4ZNM1c@N7I zr5!lmFyGIa)4uPfC4cRvBDvowPi()PJW>62@`UfV)fL}w^K%|S(uW!t{{4S(fdK;m E0EJ$y>;M1& literal 0 HcmV?d00001 diff --git a/src/app/[locale]/(dashboard)/dashboard/_components/apps-data.json b/src/app/[locale]/(dashboard)/dashboard/_components/apps-data.json index c64dcf5..49511a2 100644 --- a/src/app/[locale]/(dashboard)/dashboard/_components/apps-data.json +++ b/src/app/[locale]/(dashboard)/dashboard/_components/apps-data.json @@ -1134,6 +1134,29 @@ "farcaster": "" } }, + { + "id": "test-poc", + "name": "test poc", + "description": "aaaaa", + "imageUrl": "/featured-apps/icons/test-poc.webp", + "category": [ + "Bridge" + ], + "network": "Mainnet", + "tags": [ + "faucet" + ], + "links": { + "mainnetWebsite": "https://securyhub.com", + "testnetWebsite": "https://securyhub.com", + "x": "https://x.com/securyhub", + "discord": "", + "telegram": "", + "github": "", + "farcaster": "", + "smartContractUrl": "" + } + }, { "id": "token-deployer", "name": "Token Deployer",