Skip to content

Commit

Permalink
change rpc solana
Browse files Browse the repository at this point in the history
  • Loading branch information
haunv3 committed Jan 31, 2025
1 parent 0b45d74 commit 90e6c0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/program/web3.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export const SOL_RELAYER_ADDRESS_DEFAI_MEME = '56YWJtsv4EVFindS2TTsqBwGvCggAUopm

export const ORAICHAIN_RELAYER_ADDRESS_AGENTS = 'orai1ym6qytsu7skv2flw89y0mkey4gn7wl9q4y6r5p';
export const ORAICHAIN_RELAYER_ADDRESS_DEFAI_MEME = 'orai1rrlmvsaukfeg874fjsuxntsl22hw2j6u65hyng';
export const connection = 'https://cold-hanni-fast-mainnet.helius-rpc.com';
export const connection = 'https://solana-public.agents.land';

export const getStatusMemeBridge = (fromToken) => {
return ['defai', 'meme'].includes(fromToken.tag) && !['CRISIS', 'MOOBS'].includes(fromToken.name);
Expand Down

0 comments on commit 90e6c0a

Please sign in to comment.