EVM chain

Sei EVM — RPC URL, Chain ID, and Wallet Setup

Sei EVM mainnet has chain ID 1329 and uses SEI as its native currency. The official EVM RPC URL is https://evm-rpc.sei-apis.com, documentation lives at docs.sei.io, and the block explorer is seitrace.com.

Chain ID 1329Native SEIMainnetVerified 2026-05-15

Quick reference

Copy paste ready values. Verified on 2026-05-15.

Chain name
Sei EVM
Chain ID
1329 (hex 0x531)
Network type
Mainnet
Native currency
Sei (SEI) — 18 decimals
Recommended public RPC
https://evm-rpc.sei-apis.com
Block explorer
https://seitrace.com
Official docs
https://docs.sei.io/
Last verified
2026-05-15

Add Sei to MetaMask

One click for injected wallets, or paste the JSON into the manual Add Network form.

{
  "chainIdHex": "0x531",
  "chainName": "Sei",
  "nativeCurrency": {
    "name": "Sei",
    "symbol": "SEI",
    "decimals": 18
  },
  "rpcUrls": [
    "https://evm-rpc.sei-apis.com"
  ],
  "blockExplorerUrls": [
    "https://seitrace.com"
  ]
}
Manual steps (no injected wallet)
  1. Open MetaMask, click the network dropdown, then Add Network.
  2. Click "Add a network manually".
  3. Network name: Sei.
  4. New RPC URL: https://evm-rpc.sei-apis.com.
  5. Chain ID: 1329.
  6. Currency symbol: SEI.
  7. Block explorer URL: https://seitrace.com.
  8. Save and switch.

Free / public RPC URLs

Public RPC URLs for Sei EVM

These endpoints are free, anonymous, and rate limited. They are useful for development, wallet reads, and one off scripts. For production traffic or indexer workloads, pair them with a paid provider so the public list becomes your fallback rather than your primary.

RPC URLHosted byNotes
https://evm-rpc.sei-apis.comSei FoundationRecommended in official docs.
https://sei.drpc.orgdRPC

Paid RPC providers

Production dapps, indexers, and trading systems should use a managed provider with a private API key, archive history, and an SLA. These providers list Sei EVM support on their public pricing pages.

  • QuickNode

    Globally distributed RPC across 50+ chains.

    Free tier: Seven day free trial with full feature access.

  • dRPC

    Decentralised RPC across 100+ chains.

    Free tier: Free public endpoints per chain plus a generous metered free tier.

Compare every paid RPC provider →

Block explorers and docs

Sei EVM explorers and documentation

When the answer is real

Caveats and things to verify

  • Sei has both a Cosmos SDK side and an EVM side. Chain ID 1329 refers to the EVM execution layer. Cosmos clients use the string chain id pacific-1.

FAQ

Frequently asked questions

What is the Sei EVM chain ID?

Sei EVM mainnet chain ID is 1329 (hex 0x531). The Cosmos side uses string chain id pacific-1, which is not interchangeable with the EVM numeric id.

Sources

Other chains in the directory

  • Ethereum

    Chain ID 1 · Native ETH

    The original smart contract platform. Chain ID 1, native ETH.

  • Arbitrum One

    Chain ID 42161 · Native ETH

    Largest Ethereum optimistic rollup. Chain ID 42161, native ETH.

  • OP Mainnet

    Chain ID 10 · Native ETH

    OP Stack flagship rollup. Chain ID 10, native ETH.

  • Base

    Chain ID 8453 · Native ETH

    Coinbase's OP Stack L2. Chain ID 8453, native ETH.

  • Polygon PoS

    Chain ID 137 · Native POL

    Ethereum sidechain with low fees. Chain ID 137, native POL.

  • BNB Smart Chain

    Chain ID 56 · Native BNB

    EVM compatible chain backed by BNB Chain. Chain ID 56, native BNB.

Page maintained by Mudassir Khan · Last verified 2026-05-15.