Skip to content

Commit

Permalink
Merge pull request #207 from cosmology-tech/eason/interchainjs
Browse files Browse the repository at this point in the history
modify gas for injective chain
  • Loading branch information
sdqede authored Sep 18, 2024
2 parents b54dcfa + 25219ed commit 1b65083
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/injective/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ const sendTokens = (
denom: coin.base,
amount: '2500',
}],
gas: "100000",
gas: "1000000",
};
const { send } = cosmos.bank.v1beta1.MessageComposer.withTypeUrl
const msgs = [send({
Expand Down

0 comments on commit 1b65083

Please sign in to comment.