Skip to content

Commit

Permalink
chore: add new atlasnet url
Browse files Browse the repository at this point in the history
  • Loading branch information
mindrunner committed Nov 23, 2024
1 parent 95b015e commit 3f853ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/utils/cluster.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export function clusterName (cluster: Cluster): string {
export const MAINNET_BETA_URL = 'https://api.mainnet-beta.solana.com'
export const TESTNET_URL = 'https://api.testnet.solana.com'
export const DEVNET_URL = 'https://api.devnet.solana.com'
export const ATLASNET_URL = 'https://api.atlasnet.staratlas.cloud'
export const ATLASNET_URL = 'https://rpc.ironforge.network/devnet?apiKey=01JDDJZNRFY6DZZK6GBSSQC5F5'

export function clusterUrl (cluster: Cluster, customUrl: string): string {
const modifyUrl = (url: string): string => {
Expand Down

0 comments on commit 3f853ec

Please sign in to comment.