Skip to content

Commit

Permalink
Merge pull request #1142 from oraidex/change-rpc-sol
Browse files Browse the repository at this point in the history
  • Loading branch information
meomeocoj authored Jan 31, 2025
2 parents 0b45d74 + 90e6c0a commit dcb9d01
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 dcb9d01

Please sign in to comment.