mangorpc-latency-tester/config.example.toml

14 lines
297 B
TOML
Raw Permalink Normal View History

2024-06-12 05:48:58 -07:00
[general]
discord_webhook = "https://discord.com/api/webhooks/<chan>/<key>"
2024-06-11 06:51:07 -07:00
[measure_txs]
user_key = "1,2,3,4,5..."
2024-06-12 05:48:58 -07:00
pubsub_url="wss://<>"
2024-06-11 06:51:07 -07:00
rpc_url="https://<url>"
helius_url = "https://<url>"
2024-06-11 06:51:07 -07:00
[measure_txs.urls_by_label]
helius = "<helius-url>"
triton = "<triton-url>"
lite-rpc = "<lite-rpc-url>"