Add Zenith stage1 testnet network #31

Merged
nabarun merged 2 commits from sk-stage1-network into main 2025-05-23 14:54:27 +00:00
2 changed files with 13 additions and 1 deletions

View File

@ -30,6 +30,18 @@ export const DEFAULT_NETWORKS: NetworksFormData[] = [
gasPrice: '0.01',
isDefault: true,
},
{
chainId: 'zenith-testnet-stage1',
networkName: 'zenithd stage 1 testnet',
namespace: COSMOS,
rpcUrl: process.env.REACT_APP_ZENITHD_RPC_URL || '',
blockExplorerUrl: '',
nativeDenom: 'znt',
addressPrefix: 'zenith',
coinType: '118',
gasPrice: '0.01',
isDefault: true,
},
{
chainId: 'laconic_9000-1',
networkName: 'laconicd',

View File

@ -67,7 +67,7 @@ Instructions for running the `laconic-wallet-web` using [laconic-so](https://git
# RPC endpoint of laconicd node (default: https://laconicd.laconic.com)
CERC_LACONICD_RPC_URL=
# RPC endpoint of zenithd node
# Zenith RPC endpoint
CERC_ZENITHD_RPC_URL=
```