Wallet Tool Connection (MetaMask)

This page has been updated to avoid stale hardcoded values.

Use your current RPC endpoint and chain settings from your active environment configuration rather than old static values.

  • For local development, get RPC ports from run/hydra.toml.

  • For operational checks, validate connectivity first with RPC Guide and Mazze CLI.

Steps

  1. Open MetaMask and choose Add network.

  2. Fill network fields using the RPC endpoint and chain ID currently used by your node/environment.

  3. Save and switch network.

  4. Verify connectivity by sending a read-only call (for example with eth_chainId from RPC Guide).

Important

If your environment is updated, network values may change. Always trust active configuration and RPC validation over old screenshots/tutorial constants.

Last updated

Was this helpful?