Abstract logo

Abstract Testnet

RPC Endpoints

Chain ID: 0x2B74 · ETH

Other Abstract networks:Mainnet
How to add Abstract to MetaMask or other wallets

Abstract Testnet uses ETH as its native currency. Chain ID: 11124 (0x2B74). Below are 2 public RPC endpoints you can use to connect wallets, dApps, and developer tools to Abstract Testnet.

StatusRPC EndpointChain IDCurrencyExplorerWallet
Checking
https://api.testnet.abs.xyz
0x2B74ETHExplorer
Checking
https://abstract-testnet.gateway.tatum.io
0x2B74ETHExplorer

Connect to Abstract Testnet with ethers.js

import { ethers } from "ethers";

const provider = new ethers.JsonRpcProvider("https://api.testnet.abs.xyz");

const network = await provider.getNetwork();
console.log(network.chainId); // 11124n

Abstract Testnet — common questions

What is the RPC URL for Abstract Testnet?
There are 2 public RPC endpoints for Abstract Testnet, including https://api.testnet.abs.xyz. See the full list in the table above.
What is the Chain ID for Abstract Testnet?
The Chain ID for Abstract Testnet is 11124 (0x2B74 in hexadecimal).
What is the native currency of Abstract Testnet?
The native currency of Abstract Testnet is ETH.
How do I add Abstract Testnet to MetaMask?
Use the "Add to Wallet" button on this page to add Abstract Testnet to MetaMask automatically, or follow our step-by-step guide for Abstract.