Skip to content

Commit

Permalink
Replace project serum rpc with solana (#719)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffhu1 committed Nov 21, 2022
1 parent dd9dd30 commit 6e99c60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/solana-contrib/src/constants.ts
Expand Up @@ -37,7 +37,7 @@ export type NetworkConfig = Readonly<
export const DEFAULT_NETWORK_CONFIG_MAP = {
"mainnet-beta": {
name: "Mainnet Beta",
endpoint: "https://solana-api.projectserum.com/",
endpoint: "https://api.mainnet-beta.solana.com/",
},
devnet: {
name: "Devnet",
Expand Down

0 comments on commit 6e99c60

Please sign in to comment.