Skip to content

Commit

Permalink
Merge pull request #9 from Ton-Dynasty/chore/adjust-jetton-fee
Browse files Browse the repository at this point in the history
Update GAS_CONSUMPTION and minTonsForStorage values in JettonWallet contract
  • Loading branch information
ipromise2324 authored May 2, 2024
2 parents f949515 + 4c6e178 commit 376b8f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contracts/packages/mock/JettonWallet.tact
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ trait JettonWallet {
balance: Int;
owner: Address;
jetton_master: Address;
virtual const GAS_CONSUMPTION: Int = ton("0.05");
virtual const minTonsForStorage: Int = ton("0.05");
virtual const GAS_CONSUMPTION: Int = ton("0.01");
virtual const minTonsForStorage: Int = ton("0.01");

//********************************************//
// Messages //
Expand Down

0 comments on commit 376b8f1

Please sign in to comment.