File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -195,7 +195,7 @@ export const SVMAI_TOKEN_PROGRAM_ID = new PublicKey(
195195
196196// A2AMPL Token Configuration (network-specific)
197197const 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
201201function getA2amplTokenMint ( ) : string {
@@ -293,8 +293,7 @@ export const SEARCH_DEBOUNCE_MS = 300;
293293export 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` ,
You can’t perform that action at this time.
0 commit comments