Network Details
This section provides the essential network configuration required for developers to connect wallets, applications, and developer tooling to the WireFluid Testnet.
Network Parameters
Use these values to configure your EVM-compatible wallet or deployment environment.
| Parameter | Value |
|---|---|
| Network Name | WireFluid Testnet |
| RPC URL | https://evm.wirefluid.com |
| Chain ID | 92533 |
| Currency Symbol | WIRE |
| Block Explorer | https://wirefluidscan.com |
| Network Type | Testnet |
Compatibility
WireFluid is fully EVM-compatible. This enables developers to deploy and interact with smart contracts using standard Ethereum tooling without any modification, including:
- Wallets: MetaMask, Rabby, Coinbase Wallet
- Frameworks: Hardhat, Foundry, Truffle
- IDEs: Remix, Visual Studio Code
RPC Endpoints
For high-volume applications or production-grade reliability, consider using specific RPC endpoints if multiple are available.
- Public RPC:
https://evm.wirefluid.com
Note: The public RPC is subject to rate limiting. For heavy indexing or dApp usage, ensure you implement retry logic.
Last updated on