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' } };