Skip to content

Commit 6e99c60

Browse files
authored
Replace project serum rpc with solana (#719)
1 parent dd9dd30 commit 6e99c60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/solana-contrib/src/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export type NetworkConfig = Readonly<
3737
export const DEFAULT_NETWORK_CONFIG_MAP = {
3838
"mainnet-beta": {
3939
name: "Mainnet Beta",
40-
endpoint: "https://solana-api.projectserum.com/",
40+
endpoint: "https://api.mainnet-beta.solana.com/",
4141
},
4242
devnet: {
4343
name: "Devnet",

0 commit comments

Comments
 (0)