From 1808fc2f8e57041db4ef08e575599c7aa9f51095 Mon Sep 17 00:00:00 2001 From: Dessalines Date: Tue, 2 Apr 2024 18:19:47 -0400 Subject: [PATCH] Removing cardano, this was never used. --- src/shared/components/crypto.tsx | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/shared/components/crypto.tsx b/src/shared/components/crypto.tsx index 81354c6..1e2f06e 100644 --- a/src/shared/components/crypto.tsx +++ b/src/shared/components/crypto.tsx @@ -25,11 +25,6 @@ const CRYPTOS: Cryptos[] = [ address: "41taVyY6e1xApqKyMVDRVxJ76sPkfZhALLTjRvVKpaAh2pBd4wv9RgYj1tSPrx8wc6iE1uWUfjtQdTmTy2FGMeChGVKPQuV", }, - { - name: "cardano", - address: - "addr1q858t89l2ym6xmrugjs0af9cslfwvnvsh2xxp6x4dcez7pf5tushkp4wl7zxfhm2djp6gq60dk4cmc7seaza5p3slx0sakjutm", - }, ]; const QrModal = ({ name, imgData }) => (