Skip to main content

Network Endpoints (Mainnet/Testnet)

Watr provides public RPC endpoints for both Mainnet and Testnet.
Developers can connect their wallets, dApps, backend services, or infrastructure tools using the RPC URLs below.

For Watr Mainnet

  • Network Name: Watr Mainnet
  • RPC Endpoint: https://rpc.watr.org/ext/bc/EypLFUSzC2wdbFJovYS3Af1E7ch1DJf7KxKoGR5QFPErxQkG1/rpc
  • Chain ID: 192
  • Symbol: WATR
  • Explorer: https://explorer.watr.org

Use Mainnet for production deployments and live applications.

For Watr Testnet

  • Network Name: Watr Testnet
  • RPC Endpoint: https://rpc.testnet.watr.org/ext/bc/2ZZiR6T2sJjebQguABb53rRpzme8zfK4R9zt5vMM8MX1oUm3g/rpc
  • Chain ID: 92870
  • Symbol: WATR
  • Explorer: https://explorer.testnet.watr.org

Use Testnet for development, testing, and experimentation.

Connecting Your Application

To connect your application:

  1. Use the appropriate RPC endpoint.
  2. Set the correct Chain ID.
  3. Ensure your wallet or framework supports EVM-compatible networks.
  4. Deploy and interact with smart contracts as usual.

You are now ready to build on Watr.