From 87a8fb5c17c201153af25768837a7485e6cddb99 Mon Sep 17 00:00:00 2001 From: IshaVenikar Date: Tue, 30 Jul 2024 11:41:51 +0530 Subject: [PATCH] Replace photon with alnt --- src/utils/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/constants.ts b/src/utils/constants.ts index 85331f4..b98aacb 100644 --- a/src/utils/constants.ts +++ b/src/utils/constants.ts @@ -10,7 +10,7 @@ export const DEFAULT_NETWORKS = [ namespace: COSMOS, rpcUrl: process.env.REACT_APP_LACONICD_RPC_URL!, blockExplorerUrl: '', - nativeDenom: 'photon', + nativeDenom: 'alnt', addressPrefix: 'laconic', coinType: '118', gasPrice: '0.01',