Skip to content

Commit

Permalink
update devnet and testnet endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
yihau committed Jun 9, 2021
1 parent b9943b9 commit d7b382b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/connection.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ import (
)

const (
DevnetRPCEndpoint = "https://devnet.solana.com"
TestnetRPCEndpoint = "https://testnet.solana.com"
DevnetRPCEndpoint = "https://api.devnet.solana.com"
TestnetRPCEndpoint = "https://api.testnet.solana.com"
MainnetRPCEndpoint = "https://api.mainnet-beta.solana.com"
)

Expand Down

0 comments on commit d7b382b

Please sign in to comment.