You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: