Skip to content

Commit

Permalink
backup connection
Browse files Browse the repository at this point in the history
  • Loading branch information
abrzezinski94 committed Jul 5, 2024
1 parent ade4355 commit 8651726
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion store/mangoStore.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,13 @@ const MANGO_BOOST_ID = new PublicKey(
)

export const LITE_RPC_URL = `https://api.mngo.cloud/lite-rpc/v1-mangoui-812743`
const backupConnections = [new Connection(LITE_RPC_URL, 'recent')]
const backupConnections = [
new Connection(LITE_RPC_URL, 'recent'),
new Connection(
'https://idalina-qy4oxi-fast-mainnet.helius-rpc.com/',
'recent',
),
]

const GROUP_JLP = new PublicKey('AKeMSYiJekyKfwCc3CUfVNDVAiqk9FfbQVMY3G7RUZUf')
const GROUP_V1 = new PublicKey('78b8f4cGCwmZ9ysPFMWLaLTkkaYnUjwMJYStWe5RTSSX')
Expand Down

0 comments on commit 8651726

Please sign in to comment.