LitVM Watch

Independent · Community-run
LiteForge testnet · chain 4441 · live

LiteForge testnet LiteForge testnet

Live chain data, RPC details, and builder resources

Everything on this page is scoped to the LiteForge testnet. Mainnet readiness and launch tracking stay on the Pulse homepage; ecosystem partners and testnet dApps have their own directories.

Network pulse LiteForge testnet

Source: liteforge.explorer.caldera.xyz · read 21 Aug 2026 23:05 UTC

Daily transactions

31 days to 18 Aug114.1M transactions, easing to 0.9× over the period.

02.0M4.0M6.0M19 Jul24 Jul29 Jul3 Aug8 Aug13 Aug18 Aug
Transactions today
2,514,346
31-day average 3.7M
Total transactions
256,342,686
since April 2026 genesis
Addresses
13,333,340
Avg block time
214ms
gas 0.5 gwei · 40.4M blocks

Connect LiteForge testnet

LitVM LiteForge Testnet · verified against the live RPC
Network
LitVM LiteForge Testnet
Chain ID
4441 (0x1159)
Currency
zkLTC
RPC endpoint
https://liteforge.rpc.caldera.xyz/http
Explorer
liteforge.explorer.caldera.xyz
Faucet
testnet.litvm.com
EVM version
Shanghai
Gas limit
32,000,000 (effective)

Building on LitVM LiteForge testnet

For teams shipping on the rollup

LitVM runs a dedicated builders portal — the official starting point for teams deploying to the network.

LiteForge runs the Shanghai EVM, so existing Solidity, Foundry and Hardhat workflows carry over. A few Arbitrum Orbit behaviours differ from Ethereum mainnet though, and they are the kind that pass tests and fail in production:

  • block.number returns an approximate Ethereum L1 block, not the LitVM block
  • blockhash() is not cryptographically secure — use an oracle for randomness
  • block.difficulty and block.prevrandao both return the constant 1
  • Blocks are produced on demand, not at a fixed interval; the effective gas cap is 32M

The docs cover each in full, including address aliasing for cross-chain messages.

builders.litvm.com →