Add mainnet example config#28
Conversation
WalkthroughTwo configuration example files for a price feeder application have been modified. A new comprehensive mainnet configuration file (config.mainnet.example.toml) was introduced, providing a complete template with sections for voting and server operation flags, server settings, gas parameters, account credentials, RPC endpoints, currency pairs (BTC, ETH, SOL, XRP, BNB, USDT, USDC, XAUT, TRX), deviation thresholds, provider endpoints, and telemetry instrumentation. The testnet configuration file received a single-line correction enabling the prometheus_retention parameter by removing an invalid prefix. Estimated code review effort🎯 2 (Simple) | ⏱️ ~12 minutes
Pre-merge checks and finishing touches✅ Passed checks (3 passed)
✨ Finishing touches🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (2)
✅ Files skipped from review due to trivial changes (1)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (1)
🔇 Additional comments (1)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Description
Prepare repo for mainnet by adding mainnet config example:
Type of change