Skip to content

Commit

Permalink
Update RPC to ironforge nosana nodes
Browse files Browse the repository at this point in the history
  • Loading branch information
laurensV committed Mar 21, 2024
1 parent 85ecee5 commit 147b54f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/nosana_node/solana.clj
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
[org.p2p.solanaj.utils TweetNaclFast TweetNaclFast$Signature]))

(def rpc {:testnet "https://api.testnet.solana.com"
:devnet "https://rpc.ironforge.network/devnet?apiKey=01HFRX48N027P9XQ07KH3DHBEA"
:mainnet "https://rpc.ironforge.network/mainnet?apiKey=01HFRX48N027P9XQ07KH3DHBEA"})
:devnet "https://rpc.ironforge.network/devnet?apiKey=01HSGSY23DXCE3SWPGQK5H4XPT"
:mainnet "https://rpc.ironforge.network/mainnet?apiKey=01HSGSY23DXCE3SWPGQK5H4XPT"})

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

0 comments on commit 147b54f

Please sign in to comment.