Change token denom from photon to alnt
Some checks failed
Lint & Build / lint_and_build (20.x) (pull_request) Successful in 1m55s
Tests / sdk_tests (pull_request) Failing after 6m37s

This commit is contained in:
IshaVenikar 2024-07-30 10:58:36 +05:30 committed by Prathamesh Musale
parent 5fc42e897a
commit 95581a0c97
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
export const DENOM = 'photon';
export const DENOM = 'alnt';

View File

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