Network Configuration
Red Sentinel supports both Mainnet (production) and Testnet (development) environments. This guide explains how to configure your integration for each network.Quick Reference
Mainnet Configuration
Mainnet is the production environment where real transactions occur with actual SUI and SENTINEL tokens.Connection Details
RPC Endpoints
- Primary:
https://fullnode.mainnet.sui.io - Backup: Use a dedicated RPC provider like QuickNode or Alchemy for production applications
Explorer
View transactions and objects on SuiVision MainnetTestnet Configuration
Testnet is the development environment for testing your integration without risking real assets.Connection Details
RPC Endpoints
- Primary:
https://fullnode.testnet.sui.io
Faucet
Get test SUI from the Sui Testnet FaucetExplorer
View transactions and objects on SuiVision TestnetEnvironment-Specific Setup
Frontend Integration
When building a frontend application, use environment variables to switch between networks:Wallet Configuration
Ensure your wallet is connected to the correct network:Best Practices
Always test on Testnet first
Monitor gas prices
Troubleshooting
Common Issues
Network Status
Check the official Sui network status:Additional Resources
- Contract Addresses: Complete address reference
- Sui Documentation: Official Sui network docs
- SuiVision Explorer: Browse Mainnet transactions

