From 95581a0c97c4cd02624638935e561f58c6c4ccf0 Mon Sep 17 00:00:00 2001 From: IshaVenikar Date: Tue, 30 Jul 2024 10:58:36 +0530 Subject: [PATCH] Change token denom from photon to alnt --- src/constants.ts | 2 +- src/testing/helper.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/constants.ts b/src/constants.ts index 19a0b49..7371e32 100644 --- a/src/constants.ts +++ b/src/constants.ts @@ -1 +1 @@ -export const DENOM = 'photon'; +export const DENOM = 'alnt'; diff --git a/src/testing/helper.ts b/src/testing/helper.ts index 67695d4..c431146 100644 --- a/src/testing/helper.ts +++ b/src/testing/helper.ts @@ -28,7 +28,7 @@ export const getConfig = () => { rpcEndpoint: process.env.LACONICD_RPC_ENDPOINT || 'http://localhost:26657', gqlEndpoint: process.env.LACONICD_GQL_ENDPOINT || 'http://localhost:9473/api', fee: { - amount: [{ denom: 'photon', amount: '40' }], + amount: [{ denom: 'alnt', amount: '400000' }], gas: '400000' } };