Skip to content

Commit

Permalink
Update mainnet rpc
Browse files Browse the repository at this point in the history
  • Loading branch information
jeisses committed Dec 13, 2023
1 parent 9222c90 commit 78731ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nosana_node/solana.clj
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

(def rpc {:testnet "https://api.testnet.solana.com"
:devnet "https://api.devnet.solana.com"
:mainnet "https://solana-mainnet.gateway.pokt.network/v1/lb/e8b2e8a5"})
:mainnet "https://rpc.hellomoon.io/853e30f5-383d-4cc6-a5ee-b5fb4c7a7178"})

(def addresses
{:token (PublicKey. "TokenkegQfeZyiNwAJbNbGKPFXCWuBvf9Ss623VQ5DA")
Expand Down

0 comments on commit 78731ed

Please sign in to comment.