EVM JSON-RPC
Endpoint: https://v2.evm.fenryx.io
Chain ID: 7373 (0x1CCD).
Standard methods
Fenryx implements the standard subset:
eth_chainId eth_blockNumber eth_getBalance
eth_getBlockByNumber eth_getBlockByHash eth_getTransactionByHash
eth_getTransactionReceipt eth_getCode eth_getStorageAt
eth_call eth_estimateGas eth_sendRawTransaction
eth_gasPrice eth_feeHistory eth_getLogs
net_version web3_clientVersion
MetaMask / wallets
Add network manually:
| Field | Value |
|---|---|
| Network name | Fenryx Mainnet v2 |
| RPC URL | https://v2.evm.fenryx.io |
| Chain ID | 7373 |
| Symbol | FRX |
| Explorer | https://v2.explorer.fenryx.io |
Bridges to native modules
Solidity contracts can call native Fenryx modules through the X1-Contracts
precompile at 0x0000000000000000000000000000000000007373. See
Modules · X1 / Cross-chain.
Try it
The ABI Decoder takes a calldata blob + ABI JSON and shows the
decoded call — handy when debugging an eth_call response.