Skip to content

Commit

Permalink
Update Fee
Browse files Browse the repository at this point in the history
  • Loading branch information
joelsmith-2019 committed Oct 2, 2024
1 parent 9612c20 commit 83e5db4
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions wormchain/contracts/tools/deploy_wormchain.ts
Original file line number Diff line number Diff line change
Expand Up @@ -157,10 +157,7 @@ async function main() {

console.log("store code msg: ", msg);

const result = await client.signAndBroadcast(signer, [msg], {
...ZERO_FEE,
gas: "10000000",
});
const result = await client.signAndBroadcast(signer, [msg], ZERO_FEE);

console.log("store code result: ", result);

Expand Down

0 comments on commit 83e5db4

Please sign in to comment.