Skip to content
This repository has been archived by the owner on Jul 27, 2022. It is now read-only.

Commit

Permalink
changes rpc endpoints because serum was not delivering correct data (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
Ruven Salamon authored Jan 25, 2022
1 parent 3882c60 commit 6ab2632
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types/solana.types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export enum SolanaCluster {
export enum RPCEndpoint {
LOCALNET = "http://127.0.0.1:8899",
DEVNET = "https://api.devnet.solana.com",
MAINNET = "https://solana-api.projectserum.com/",
MAINNET = "https://ssc-dao.genesysgo.net/",
}

export type PdaSeeds = Array<Buffer | Uint8Array>;

0 comments on commit 6ab2632

Please sign in to comment.