We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd9dd30 commit 6e99c60Copy full SHA for 6e99c60
packages/solana-contrib/src/constants.ts
@@ -37,7 +37,7 @@ export type NetworkConfig = Readonly<
37
export const DEFAULT_NETWORK_CONFIG_MAP = {
38
"mainnet-beta": {
39
name: "Mainnet Beta",
40
- endpoint: "https://solana-api.projectserum.com/",
+ endpoint: "https://api.mainnet-beta.solana.com/",
41
},
42
devnet: {
43
name: "Devnet",
0 commit comments