β½Scale by Solana at Solana
// https://docs.solana.com/cluster/rpc-endpoints
// Maximum number of requests per 10 seconds per IP: 100 (10/s)
// Maximum number of requests per 10 seconds per IP for a single RPC: 40 (4/s)
// Maximum concurrent connections per IP: 40
// Maximum connection rate per 10 seconds per IP: 40
// Maximum amount of data per 30 second: 100 MB
// "https://api.devnet.solana.com",
// https://shdw.genesysgo.com/genesysgo/the-genesysgo-rpc-network
// SendTransaction Limit: 10 RPS + 200 Burst
// getProgramAccounts Limit: 15 RPS + 5 burst
// Global Limit on the rest of the calls: 200 RPS
"https://devnet.genesysgo.net",
],
mode: "round-robin",
network: "devnet",Last updated