Unichain · OP Stack Superchain

Unichain developer setup

Mainnet chain ID 130, Sepolia 1301. Public RPCs are fine for exploration; use your own endpoint for heavy production traffic. Uniswap quotes go through /api/uniswap.

Network parameters

Add via wallet “Add Network”, or use Uniswap Wallet with Testnet mode for Sepolia.

ChainIDRPCExplorerop-network
Unichain Mainnet130mainnet.unichain.orguniscan.xyzunichain-mainnet
Unichain Sepolia1301sepolia.unichain.orgsepolia.uniscan.xyzunichain-sepolia
{
  "chainId": "0x82",
  "chainName": "Unichain Mainnet",
  "nativeCurrency": {
    "name": "Ether",
    "symbol": "ETH",
    "decimals": 18
  },
  "rpcUrls": [
    "https://mainnet.unichain.org"
  ],
  "blockExplorerUrls": [
    "https://uniscan.xyz"
  ]
}
{
  "chainId": "0x515",
  "chainName": "Unichain Sepolia",
  "nativeCurrency": {
    "name": "Ether",
    "symbol": "ETH",
    "decimals": 18
  },
  "rpcUrls": [
    "https://sepolia.unichain.org"
  ],
  "blockExplorerUrls": [
    "https://sepolia.uniscan.xyz"
  ]
}

Uniswap Wallet on Sepolia

  1. Install from Chrome, iOS, or Android.
  2. Open settings (top right).
  3. Enable Testnet mode — connects to Unichain Sepolia for balances and swaps.

Self-hosted node

Use Uniswap/unichain-node for op-node + op-geth presets. Manual: --network=unichain-mainnet / --op-network=unichain-mainnet (or sepolia equivalents). Sequencer HTTP: mainnet https://mainnet.unichain.org, Sepolia https://sepolia-sequencer.unichain.org.

Public RPC method matrix

Supported (20)

  • eth_chainId
  • eth_blockNumber
  • eth_getBlockByNumber
  • eth_getBlockByHash
  • eth_getTransactionByHash
  • eth_getTransactionReceipt
  • eth_getBalance
  • eth_getCode
  • eth_getStorageAt
  • eth_call
  • eth_estimateGas
  • eth_gasPrice
  • eth_feeHistory
  • eth_getLogs
  • eth_maxPriorityFeePerGas
  • eth_getProof
  • eth_getTransactionCount
  • eth_accounts
  • eth_getBlockReceipts
  • eth_sendRawTransaction

Unsupported (14)

  • eth_blobBaseFee
  • eth_getBlockTransactionCountByNumber
  • eth_getBlockTransactionCountByHash
  • eth_getUncleCountByBlockNumber
  • eth_getUncleCountByBlockHash
  • eth_getTransactionByBlockNumberAndIndex
  • eth_getTransactionByBlockHashAndIndex
  • eth_getUncleByBlockNumberAndIndex
  • eth_getUncleByBlockHashAndIndex
  • eth_syncing
  • eth_mining
  • eth_hashrate
  • eth_subscribe
  • eth_getWork

Notably unsupported on public endpoints: eth_subscribe, mining methods, uncle/index lookups, eth_blobBaseFee.

Bridges (8)
NameNetworksNotes
Superbridgemainnet, sepoliaBridge ETH and supported assets from Ethereum L1 to Unichain L2.
AcrossmainnetIntent-based interoperability for fast, low-cost value transfer.
Brid.ggmainnet, sepoliaBring assets from L1 onto Unichain.
Allbridgemainnet, sepoliaCross-chain swaps of native stablecoins across EVM and non-EVM.
Synapsemainnet, sepoliaBridge across EVM chains with low slippage.
Thirdwebmainnet, sepoliaSwap and bridge assets to Unichain via thirdweb.
RelaymainnetCross-chain payments and bridging via relayers.
Orbiter FinancemainnetCross-rollup bridge for fast L1↔L2 asset transfers.
Cross-chain messaging (5)
NameNetworksNotes
LayerZeromainnet, sepoliaOmnichain messaging protocol (80+ chains).
Wormholemainnet, sepoliaGeneric message-passing for multichain apps and bridges.
Stargatemainnet, sepoliaLiquidity network for omnichain value transfer.
Hyperlanemainnet, sepoliaCross-chain messaging for Superchain apps.
Polymermainnet, sepoliaRollup-native interoperability without classic messaging hops.
Data feeds (1)
NameNetworksNotes
ChainlinkmainnetDecentralized price and market data feeds.
Data indexers (7)
NameNetworksNotes
Alliummainnet, sepoliaReal-time analytics; Uniswap v4 + Unichain dashboards.
GhostGraphmainnet, sepoliaSolidity-written indexers with GraphQL endpoints.
Goldskymainnet, sepoliaHigh-performance subgraphs and real-time pipelines.
SQDmainnet, sepoliaDecentralized batch query engine for EVM history.
SubQuerymainnet, sepoliaMulti-chain open-source indexer APIs.
The Graphmainnet, sepoliaSubgraphs / open APIs for Unichain frontends.
Dunemainnet, sepoliaQuery, visualize, and build on onchain data.
Wallets (3)
NameNetworksNotes
Uniswap Walletmainnet, sepoliaSelf-custodial wallet for swaps; enable Testnet mode for Sepolia.
Fireblocksmainnet, sepoliaMPC wallet infrastructure for institutions.
Rainbowmainnet, sepoliaSelf-custodial Ethereum wallet + RainbowKit for dApps.
Catalog source: Uniswap Unichain docs. Machine-readable module: src/lib/evm/unichain.ts. Uniswap quotes: /robinhood · /api/uniswap.
Unichain — wallet, RPC, bridges · FunPump