From 2ca91cad06a6b3002b5b8a6eb42fcfd06cafe3fa Mon Sep 17 00:00:00 2001 From: nabarun Date: Tue, 30 Jul 2024 13:20:17 +0000 Subject: [PATCH] Replace `photon` with `alnt` for laconicd network (#10) Part of [laconicd testnet validator enrollment](https://www.notion.so/laconicd-testnet-validator-enrollment-6fc1d3cafcc64fef8c5ed3affa27c675) Co-authored-by: IshaVenikar Reviewed-on: https://git.vdb.to/cerc-io/laconic-wallet/pulls/10 --- src/utils/constants.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/utils/constants.ts b/src/utils/constants.ts index ded570f..4d18c79 100644 --- a/src/utils/constants.ts +++ b/src/utils/constants.ts @@ -11,10 +11,10 @@ export const DEFAULT_NETWORKS = [ namespace: COSMOS, rpcUrl: Config.LACONICD_RPC_URL, blockExplorerUrl: '', - nativeDenom: 'photon', + nativeDenom: 'alnt', addressPrefix: 'laconic', coinType: '118', - gasPrice: '0.01', + gasPrice: '1', isDefault: true, }, {