OrbitAIO will generate a rpcs.csv file in the same directory as the executable.
Adding RPCs
| Field | Example | Explanation |
| alias | orbit_sol | Alias (name) for the RPC, which will be referenced in the task files. |
| url | https://nyc.orbitflare.com | HTTP endpoint URL for the RPC. |
| ws_url | wss://nyc.orbitflare.com | Websocket endpoint URL for the RPC. |
| grpc_url | https://nyc.orbitflare.com/geyser/ | Geyser endpoint URL for the RPC (SOL only). |
| grpc_token | 00000000-0000-0000-0000-00 | X-Token of your Geyser endpoint (SOL only). |
Examples
| alias | url | ws_url | grpc_url | grpc_token | chain |
| orbit_sol | https://api.mainnet-beta.solana.com | wss://api.mainnet-beta.solana.com | | | sol |
| orbit_eth | https://eth.drpc.org | | | | eth |
| orbit_sei | https://sei-rpc.polkachu.com | | | | sei |