From 0457d3d41e3758d8fafb2dcf5ab1c9d6e7644146 Mon Sep 17 00:00:00 2001 From: IshaVenikar Date: Tue, 30 Jul 2024 11:44:31 +0530 Subject: [PATCH 1/2] 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 ded570f..9752bf3 100644 --- a/src/utils/constants.ts +++ b/src/utils/constants.ts @@ -11,7 +11,7 @@ export const DEFAULT_NETWORKS = [ namespace: COSMOS, rpcUrl: Config.LACONICD_RPC_URL, blockExplorerUrl: '', - nativeDenom: 'photon', + nativeDenom: 'alnt', addressPrefix: 'laconic', coinType: '118', gasPrice: '0.01', -- 2.45.2 From 5fe7f080e01d0eb5fc7b72e2d62568610795f24e Mon Sep 17 00:00:00 2001 From: IshaVenikar Date: Tue, 30 Jul 2024 11:50:10 +0530 Subject: [PATCH 2/2] Update laconicd gas price --- 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 9752bf3..4d18c79 100644 --- a/src/utils/constants.ts +++ b/src/utils/constants.ts @@ -14,7 +14,7 @@ export const DEFAULT_NETWORKS = [ nativeDenom: 'alnt', addressPrefix: 'laconic', coinType: '118', - gasPrice: '0.01', + gasPrice: '1', isDefault: true, }, { -- 2.45.2