Skip to Content
Supra Layer 1SupraEVMNetwork Information

Network Information

Relative network, faucet, and API details.


Network NameSupraEVM MultiVM Testnet
RPC URL Endpointslearn more below
*Direct RPC Endpointhttps://rpc-multivm.supra.com/rpc/v1/eth 
*Wallet & Tooling Integration Endpointhttps://rpc-multivm.supra.com/rpc/v1/eth/wallet_integration 

Notes for Third-Party Tooling

Supra’s EVM chain uses Moonshot consensus, which finalizes blocks in sub-second time.
Because of this, Supra EVM only supports BlockTag=latest.

Tools like Foundry or Hardhat automatically request a specific block height, which the standard RPC endpoint will reject.

To support both direct RPC calls and tools we don’t control, we provide two endpoints:

Direct RPC Endpoint
https://rpc-multivm.supra.com/rpc/v1/eth
Use this when calling the RPC directly or building custom tooling for Supra.

Wallet & Tooling Integration Endpoint
https://rpc-multivm.supra.com/rpc/v1/eth/wallet_integration
Use this when working with Foundry, Hardhat, or 3rd-party wallets.
This endpoint ignores block-height tags and always returns the latest block state, so no extra configuration is required.

Last updated on