From 51ce6aebf0f62917250373d2accc04fa3e090524 Mon Sep 17 00:00:00 2001 From: phinett Date: Wed, 3 Jan 2024 23:21:45 +0000 Subject: [PATCH] added token --- src/utils/tokens.ts | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/src/utils/tokens.ts b/src/utils/tokens.ts index 5911dcfe..6e2d02eb 100644 --- a/src/utils/tokens.ts +++ b/src/utils/tokens.ts @@ -1477,7 +1477,23 @@ export const TOKENS: Tokens = { }, tags: ['raydium'] - } + }, + PIF: { + symbol: 'PIF', + name: 'pepewifhat', + mintAddress: '8vRnnknwERunJEEDtEFoxzaxbxGnEY61FPbx8uTVKsUD', + decimals: 6, + + docs: { + website: 'https://pepewif.io' + }, + socials: { + Twitter: 'https://twitter.com/pepewifcoinsol', + Telegram: 'https://t.me/pepewifportal' + }, + + tags: ['raydium'] + }, } export const LP_TOKENS: Tokens = {