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​
| Chain | Network | ChainID | RPC URL |
|---|---|---|---|
| Aleph Zero EVM | main | 41455 | http://localhost:7070/alephzero |
| BSC | main | 56 | http://localhost:7070/bsc |
| Base | main | 8453 | http://localhost:7070/base |
| Bitcoin | main | http://localhost:7070/bitcoin | |
| Ethereum | main | 1 | http://localhost:7070/ethereum |
| Mina | main | http://localhost:7070/mina | |
| NEAR Protocol | main | 397 | http://localhost:7070/near |
| Polygon | main | 137 | http://localhost:7070/polygon |
| Scroll | main | 534352 | http://localhost:7070/scroll |
| Secret | main | http://localhost:7070/secret | |
| Solana | main | http://localhost:7070/solana | |
| Unichain | main | 130 | http://localhost:7070/unichain |
| XDC | main | 50 | http://localhost:7070/xdc |
| XRP Ledger | main | http://localhost:7070/ripple | |
| zkSync | main | 324 | http://localhost:7070/zksync |
Testnets​
| Chain | Network | ChainID | RPC URL |
|---|---|---|---|
| Aleph Zero EVM | sepolia | 2039 | http://localhost:7070/alephzero/sepolia |
| BSC | testnet | 97 | http://localhost:7070/bsc/testnet |
| Base | sepolia | 84532 | http://localhost:7070/base/sepolia |
| Bitcoin | testnet | http://localhost:7070/bitcoin/testnet | |
| Ethereum | sepolia | 11155111 | http://localhost:7070/ethereum/sepolia |
| Mina | devnet | http://localhost:7070/mina/devnet | |
| NEAR Protocol | testnet | 398 | http://localhost:7070/near/testnet |
| Polygon | amoy | 80002 | http://localhost:7070/polygon/amoy |
| Scroll | sepolia | 534351 | http://localhost:7070/scroll/sepolia |
| Secret | testnet | http://localhost:7070/secret/testnet | |
| Solana | devnet | http://localhost:7070/solana/devnet | |
| Unichain | sepolia | 1301 | http://localhost:7070/unichain/sepolia |
| XDC | apothem | 51 | http://localhost:7070/xdc/apothem |
| XRP Ledger | testnet | http://localhost:7070/ripple/testnet | |
| zkSync | sepolia | 300 | http://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.