Skip to content

Commit

Permalink
Merge pull request #1531 from multiversx/MEX-532-deprecated-farm-type
Browse files Browse the repository at this point in the history
[MEX-532] update gas limits for proxy farm exit
  • Loading branch information
claudiulataretu authored Nov 28, 2024
2 parents d4e76e8 + 32a21b7 commit 27f71cb
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/config/default.json
Original file line number Diff line number Diff line change
Expand Up @@ -369,11 +369,11 @@
},
"lockedRewards": {
"exitFarm": {
"default": 30000000,
"default": 40000000,
"withPenalty": {
"localBurn": 32000000,
"pairBurn": 51000000,
"buybackAndBurn": 56000000
"localBurn": 42000000,
"pairBurn": 61000000,
"buybackAndBurn": 66000000
}
},
"claimRewards": 41500000
Expand All @@ -391,11 +391,11 @@
},
"deprecated": {
"exitFarm": {
"default": 30000000,
"default": 40000000,
"withPenalty": {
"localBurn": 32000000,
"pairBurn": 51000000,
"buybackAndBurn": 56000000
"localBurn": 42000000,
"pairBurn": 61000000,
"buybackAndBurn": 66000000
}
},
"claimRewards": 41500000
Expand Down

0 comments on commit 27f71cb

Please sign in to comment.