Skip to main content

Networks

The list of supported blockchain networks is growing. The following list is just the beginning. Assuming your local Walletshield is running on localhost port 7070 as the default for the launcher script, configure your Web3 wallet to use the following RPC URL for the given network:

Main Networks​

ChainNetworkChainIDRPC URL
Aleph Zero EVMmain41455http://localhost:7070/alephzero
BSCmain56http://localhost:7070/bsc
Basemain8453http://localhost:7070/base
Bitcoinmainhttp://localhost:7070/bitcoin
Ethereummain1http://localhost:7070/ethereum
Minamainhttp://localhost:7070/mina
NEAR Protocolmain397http://localhost:7070/near
Polygonmain137http://localhost:7070/polygon
Scrollmain534352http://localhost:7070/scroll
Secretmainhttp://localhost:7070/secret
Solanamainhttp://localhost:7070/solana
Unichainmain130http://localhost:7070/unichain
XDCmain50http://localhost:7070/xdc
XRP Ledgermainhttp://localhost:7070/ripple
zkSyncmain324http://localhost:7070/zksync

Testnets​

ChainNetworkChainIDRPC URL
Aleph Zero EVMsepolia2039http://localhost:7070/alephzero/sepolia
BSCtestnet97http://localhost:7070/bsc/testnet
Basesepolia84532http://localhost:7070/base/sepolia
Bitcointestnethttp://localhost:7070/bitcoin/testnet
Ethereumsepolia11155111http://localhost:7070/ethereum/sepolia
Minadevnethttp://localhost:7070/mina/devnet
NEAR Protocoltestnet398http://localhost:7070/near/testnet
Polygonamoy80002http://localhost:7070/polygon/amoy
Scrollsepolia534351http://localhost:7070/scroll/sepolia
Secrettestnethttp://localhost:7070/secret/testnet
Solanadevnethttp://localhost:7070/solana/devnet
Unichainsepolia1301http://localhost:7070/unichain/sepolia
XDCapothem51http://localhost:7070/xdc/apothem
XRP Ledgertestnethttp://localhost:7070/ripple/testnet
zkSyncsepolia300http://localhost:7070/zksync/sepolia

Note: You may need to change localhost according to your setup. For example, if running Walletshield within a VM or another host than the wallet accessing it, use the location of the walletshield.

Refer to Other Tests for an alternative means to confirm Walletshield functionality using CLI tools, without requiring a Web3 wallet.