From 289fb1724773214289296d095749d1ade72a7d61 Mon Sep 17 00:00:00 2001 From: monyman <113726098+lifehaverdev@users.noreply.github.com> Date: Sat, 11 May 2024 15:17:20 -0500 Subject: [PATCH] Update tokens.ts with MS2 Adding MS2 to tokens.ts --- src/utils/tokens.ts | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/src/utils/tokens.ts b/src/utils/tokens.ts index 5911dcfe..cd9749ce 100644 --- a/src/utils/tokens.ts +++ b/src/utils/tokens.ts @@ -94,6 +94,7 @@ export const RAY_MINT: string = '4k3Dyjzvzp8eMZWUXbBCjEvwSkkk59S5iCNLY3QrkX6R' export const WSOL_MINT: string = 'So11111111111111111111111111111111111111112' export const TOKENS: Tokens = { + WSOL: { symbol: 'WSOL', name: 'Wrapped Solana', @@ -409,6 +410,25 @@ export const TOKENS: Tokens = { referrer: 'Bcw1TvX8jUj6CtY2a7GU2THeYVAudvmT8yzRypVMVsSH', tags: ['raydium'] }, + MS2: { + symbol: 'MS2', + name: 'Station This', + mintAddress: 'AbktLHcNzEoZc9qfVgNaQhJbqDTEmLwsARY7JcTndsPg', + details: + 'MS2 allows users to access and utilize the stationthisbot on telegram to generate txt2img, img2img, img2vid, img2model and chat with uncensored LLMs all in telegram from wherever. Generations are queued according to account token balance, so whales skip the line. New features shipping weekly.', + docs: { + website: 'https://miladystation2.net/', + }, + socials: { + Twitter: 'https://twitter.com/stationthisbot', + Telegram: 'https://t.me/stationthisbot', + Instagram: 'https://www.instagram.com/miladystation/', + TikTok: 'https://www.tiktok.com/@stationthis' + }, + decimals: 6, + referrer: '5ETXU6D1Vk6VumLUKeoH2uVEFKV5QZpDj4ksQ2kLYgCX', + tags: ['raydium'] + }, SNY: { symbol: 'SNY', name: 'SNY',