forked from itshover/itshover
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconstants.ts
More file actions
21 lines (19 loc) · 726 Bytes
/
Copy pathconstants.ts
File metadata and controls
21 lines (19 loc) · 726 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
export const TOKEN = {
CA: "AUsbqN5AddEhVsPDaBLWhXNWwubdm8ArF7SZfyUfBAGS",
} as const;
export const LINKS = {
TWITTER: "https://x.com/abhijitwt",
GITHUB: "https://github.com/itshover/itshover",
SITE_URL: "https://itshover.com",
CREATOR: "https://x.com/abhijitwt",
BAGS: `https://bags.fm/AUsbqN5AddEhVsPDaBLWhXNWwubdm8ArF7SZfyUfBAGS`,
DEXSCREENER: `https://dexscreener.com/solana/${TOKEN.CA}`,
} as const;
export const SPONSOR = {
buymeacoffee: "https://www.buymeacoffee.com/abhijit1",
upiId: "abhijeetjha204-1@okicici",
eth: "0x5f56197992cFe75F46aa5D89767c2209e72978af",
btc: "bc1quz57pwe2rdkwzksseke9mpv0ymq22g5xducca4",
sol: "4Apbdwa5xb7S2JXvtH3wjdjZuwbmqjVPstXEYK2Y8eDD",
qrCode: "/qr.jpeg",
};