Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
João Sousa authored and João Sousa committed Aug 27, 2024
1 parent 00a3fa6 commit bfe2157
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cosmwasm/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@ const makeAxelarnetGatewayInstantiateMsg = (config, chainName) => {
} = config;
const chainConfig = getChainConfig(config, chainName);

const { axelarId: chainId } = chainConfig;
const { axelarId } = chainConfig;

const {
Router: { address: routerAddress },
Expand All @@ -438,7 +438,7 @@ const makeAxelarnetGatewayInstantiateMsg = (config, chainName) => {

return {
router_address: routerAddress,
chain_name: chainId,
chain_name: axelarId.toLowerCase(),
};
};

Expand Down

0 comments on commit bfe2157

Please sign in to comment.