RISE Logo-Light

Network Details

Add RISE to your wallet or development environment

Use the information below to connect and submit transactions to RISE.

PropertyTestnet
Network NameRISE Testnet
Chain ID11155931
RPC URLhttps://testnet.riselabs.xyz
Explorerhttps://explorer.testnet.riselabs.xyz
Currency SymbolETH

Using with Development Tools

Hardhat Configuration

// hardhat.config.js
module.exports = {
  networks: {
    riseTestnet: {
      url: "https://testnet.riselabs.xyz",
      chainId: 11155931,
      accounts: process.env.PRIVATE_KEY !== undefined ? [process.env.PRIVATE_KEY] : []
    }
  }
};

Foundry Configuration

# foundry.toml
[profile.default]
src = "src"
out = "out"
libs = ["lib"]

[rpc_endpoints]
rise_testnet = "https://testnet.riselabs.xyz"

[blockscout]
rise_testnet = { key = "", url = "https://explorer.testnet.riselabs.xyz/api" }

Gas & Transaction Details

PropertyValue
Max Gas Limit per Transaction16M
Nonce OrderEnforced on-chain
Data Storage FeesSame as L1
Blocks to Finality259,200 (~3 days)

Getting Testnet ETH

RISE Faucet

Get free testnet ETH and other tokens for testing