-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: withdrawAndHarvest msg only send WithdrawAndHarvestReply back t…
…o MasterChef * fix(JettonMasterChefCosts.txt): update Deposit Cost for Jetton MasterChef * fix(JettonMasterChefCosts.txt): update Withdraw & Harvest Cost for Jetton MasterChef * fix(TONMasterChefCosts.txt): update Deposit Cost for TON MasterChef * fix(TONMasterChefCosts.txt): update Withdraw & Harvest Cost for TON MasterChef * fix(jetton_master_chef.tact): add condition to send reward only if rewardAmount > 0 * fix(mini_chef.tact): update body of WithdrawAndHarvestReply to include withdrawAmount and sender * fix(ton_master_chef.tact): add condition to send reward only if rewardAmount > 0
- Loading branch information
1 parent
9446a05
commit 0347506
Showing
5 changed files
with
16 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
Jetton MasterChef Costs in each operation: | ||
Deposit Cost: 0.0337932 TON | ||
Deposit Cost: 0.0338092 TON | ||
Harvest Cost: 0.0155238059 TON | ||
Withdraw Cost: 0.0159530001 TON | ||
Withdraw & Harvest Cost: 0.0259807059 TON | ||
Withdraw & Harvest Cost: 0.0259967059 TON |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
TON MasterChef Costs in each operation: | ||
Deposit Cost: 0.0332019 TON | ||
Deposit Cost: 0.0332179 TON | ||
Harvest Cost: 0.0052698059 TON | ||
Withdraw Cost: 0.0157856006 TON | ||
Withdraw & Harvest Cost: 0.0172036059 TON | ||
Withdraw & Harvest Cost: 0.0172196059 TON |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters