Skip to content

Commit

Permalink
fix rpc sol
Browse files Browse the repository at this point in the history
  • Loading branch information
haunv3 committed Jan 18, 2025
1 parent 07eec53 commit 38c847c
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 @@ -28,7 +28,7 @@ export const LAMPORT_RESERVES = 1_000_000_000;
export const INIT_BONDING_CURVE = 95;
export const SOL_RELAYER_ADDRESS = 'HGPezSRSzZNXiBhzEXPw1gwCqsdbW7Psy5TjeyB78x8j';
export const ORAICHAIN_RELAYER_ADDRESS = 'orai1ym6qytsu7skv2flw89y0mkey4gn7wl9q4y6r5p';
export const connection = 'https://rpc.ironforge.network/mainnet?apiKey=01J3QVEMHPE2ZSG1BAGGJ9G60W';
export const connection = 'https://cold-hanni-fast-mainnet.helius-rpc.com';

export class Web3SolanaProgramInteraction {
connection: Connection;
Expand Down

0 comments on commit 38c847c

Please sign in to comment.