Change token denom from photon to alnt #17

Merged
nabarun merged 3 commits from iv-token-changes into main 2024-07-30 11:55:34 +00:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 95581a0c97 - Show all commits

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