Skip to Content
Developer GuideNetwork ConfigurationNetwork Details

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.

ParameterValue
Network NameWireFluid Testnet
RPC URLhttps://evm.wirefluid.com
Chain ID92533
Currency SymbolWIRE
Block Explorerhttps://wirefluidscan.com 
Network TypeTestnet

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