Networks & Wallets
Panthart runs on Electroneum EVM. You’ll interact with the marketplace using an EVM wallet (for example, MetaMask) on the Electroneum network.
Always verify chain settings from official sources before adding a network. Electroneum mainnet uses Chain ID 52014 and native currency ETN.
Add Electroneum to MetaMask
- Open MetaMask → click the network selector → Add network.
- Use the official Electroneum documentation or a trusted chain registry (e.g., Chainlist) to prefill details, then review before saving.
- Switch to Electroneum (you’ll see ETN as the native currency).
Fields to review (example):
{
"chainName": "Electroneum Mainnet",
"chainId": "0xCB4E", // 52014 decimal
"nativeCurrency": { "name": "Electroneum", "symbol": "ETN", "decimals": 18 },
"rpcUrls": ["<official or trusted RPC URL>"],
"blockExplorerUrls": ["<official explorer>"]
}Last updated on