Skip to content

Commit

Permalink
increase gas for tokenfactory mint
Browse files Browse the repository at this point in the history
  • Loading branch information
jcompagni10 committed Jul 2, 2024
1 parent 891da6c commit bcad3b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/tokenfactory.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ export const msgMintDenom = async (
});
const res = await cmNeutron.execTx(
{
gas_limit: Long.fromString('200000'),
amount: [{ denom: cmNeutron.chain.denom, amount: '1000' }],
gas_limit: Long.fromString('500000'),
amount: [{ denom: cmNeutron.chain.denom, amount: '2000' }],
},
[packAnyMsg('/osmosis.tokenfactory.v1beta1.MsgMint', msgMint)],
10,
Expand Down

0 comments on commit bcad3b0

Please sign in to comment.