Skip to content

Commit e532369

Browse files
authored
Update constants.ts
1 parent bb2fc52 commit e532369

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

frontend/lib/constants.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ export const SVMAI_TOKEN_PROGRAM_ID = new PublicKey(
195195

196196
// A2AMPL Token Configuration (network-specific)
197197
const A2AMPL_TOKEN_MINT_MAINNET = 'Cpzvdx6pppc9TNArsGsqgShCsKC9NCCjA2gtzHvUpump';
198-
const A2AMPL_TOKEN_MINT_DEVNET = 'A2AMPLyncKHwfSnwRNsJ2qsjsetgo9fGkP8YZPsDZ9mE';
198+
const A2AMPL_TOKEN_MINT_DEVNET = 'Cpzvdx6pppc9TNArsGsqgShCsKC9NCCjA2gtzHvUpump'; //'A2AMPLyncKHwfSnwRNsJ2qsjsetgo9fGkP8YZPsDZ9mE';
199199

200200
// Get the appropriate token mint based on network
201201
function getA2amplTokenMint(): string {
@@ -293,8 +293,7 @@ export const SEARCH_DEBOUNCE_MS = 300;
293293
export const EXTERNAL_LINKS = {
294294
SOLANA_DOCS: 'https://docs.solana.com',
295295
GITHUB: 'https://github.com/openSVM/aeamcp',
296-
DISCORD: 'https://discord.gg/aeamcp',
297-
TWITTER: 'https://twitter.com/aeamcp',
296+
TWITTER: 'https://twitter.com/sola2a_mcp',
298297
SOLSCAN_TOKEN: `https://solscan.io/token/Cpzvdx6pppc9TNArsGsqgShCsKC9NCCjA2gtzHvUpump`,
299298
JUPITER_SWAP: `https://jup.ag/swap/SOL-Cpzvdx6pppc9TNArsGsqgShCsKC9NCCjA2gtzHvUpump`,
300299
RAYDIUM_POOL: `https://raydium.io/swap/?inputCurrency=sol&outputCurrency=Cpzvdx6pppc9TNArsGsqgShCsKC9NCCjA2gtzHvUpump`,

0 commit comments

Comments
 (0)