diff --git a/web/app/(app)/contribute/page.tsx b/web/app/(app)/contribute/page.tsx index ada61c5..84d2d32 100644 --- a/web/app/(app)/contribute/page.tsx +++ b/web/app/(app)/contribute/page.tsx @@ -30,35 +30,8 @@ import { DialogTitle, DialogTrigger, } from '@/components/ui/dialog' - -const cryptoWallets = [ - { - name: 'Bitcoin (BTC)', - address: 'bc1qhffsnhp8ynqy6xvh982cu0x5w7vguuum3nqae9', - network: 'Bitcoin', - }, - { - name: 'Ethereum (ETH)', - address: '0xDB8560a42bdaa42C58462C6b2ee5A7D36F1c1f2a', - network: 'Ethereum (ERC20)', - }, - { - name: 'Tether (USDT)', - address: '0xDB8560a42bdaa42C58462C6b2ee5A7D36F1c1f2a', - network: 'Ethereum (ERC20)', - }, - // { - // name: 'Tether (USDT)', - // address: 'TD6txzY61D6EgnVfMLPsqKhYfyV5iHrbkw', - // network: 'Tron (TRC20)', - // }, - { - name: 'Monero (XMR)', - address: - '856J5eHJM7bgBhkc51oCuMYUGKvUvF1zwAWrQsqwuH1shG9qnX4YkoZbMmhCPep1JragY2W1hpzAnDda6BXvCgZxUJhUyTg', - network: 'Monero (XMR)', - }, -] +import { CRYPTO_ADDRESSES } from '@/lib/constants' +import Image from 'next/image' export default function ContributePage() { const { toast } = useToast() @@ -153,17 +126,16 @@ export default function ContributePage() {