Vechain logo

Vechain Testnet

RPC Endpoints

Chain ID: 100010 · VET

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

Vechain Testnet uses VET as its native currency. Chain ID: 1048592 (100010). Below are 2 public RPC endpoints you can use to connect wallets, dApps, and developer tools to Vechain Testnet.

StatusRPC EndpointChain IDCurrencyExplorerWallet
Checking
https://sync-testnet.vechain.org
100010VETExplorer
Checking
https://vechain-testnet.gateway.tatum.io
100010VETExplorer

Connect to Vechain Testnet with ethers.js

import { ethers } from "ethers";

const provider = new ethers.JsonRpcProvider("https://sync-testnet.vechain.org");

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

Vechain Testnet — common questions

What is the RPC URL for Vechain Testnet?
There are 2 public RPC endpoints for Vechain Testnet, including https://sync-testnet.vechain.org. See the full list in the table above.
What is the Chain ID for Vechain Testnet?
The Chain ID for Vechain Testnet is 1048592 (100010 in hexadecimal).
What is the native currency of Vechain Testnet?
The native currency of Vechain Testnet is VET.
How do I add Vechain Testnet to MetaMask?
Use the "Add to Wallet" button on this page to add Vechain Testnet to MetaMask automatically, or follow our step-by-step guide for Vechain.