Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to use testnet and devnet Solana endpoints to create a connection #232

Open
Danilo-Araujo-Silva opened this issue Apr 29, 2022 · 1 comment

Comments

@Danilo-Araujo-Silva
Copy link

Why we cannot use testnet and devnet endpoint defined here on the Solana documentation in order to create our connections?

Solana documentation:
https://docs.solana.com/cluster/rpc-endpoints

Testnet
https://api.testnet.solana.com

Devnet
https://api.devnet.solana.com

Using them it seems we cannot load the markets (await Market.load(connection, marketAddress, {}, programAddress)) and because of that we cannot place, cancel, or retrieve the orders.

@GiveMeSomething
Copy link

GiveMeSomething commented May 30, 2022

Please check that the marketAddress and programAddress actually existed on testnet/devnet.

Check the marketAddress and programAddress here

Also I think testnet don't have Serum running, but devnet does. Here is its address on devnet: DESVgJVGajEgKGXhb6XmqDHGz3VjdgP7rEVESBgxmroY

References: Serum DEX

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants