Add laconicd network by default

This commit is contained in:
IshaVenikar 2024-07-29 14:39:56 +05:30
parent 745cbc0cce
commit 0c9939f3fb

View File

@ -4,6 +4,18 @@ import { EIP155_CHAINS } from './wallet-connect/EIP155Data';
export const EIP155 = 'eip155';
export const COSMOS = 'cosmos';
export const DEFAULT_NETWORKS = [
{
chainId: 'laconic_9000-1',
networkName: 'laconicd',
namespace: COSMOS,
rpcUrl: 'http://127.0.0.1:26657',
blockExplorerUrl: '',
nativeDenom: 'photon',
addressPrefix: 'laconic',
coinType: '118',
gasPrice: '0.01',
isDefault: true,
},
{
chainId: '1',
networkName: EIP155_CHAINS['eip155:1'].name,