Skip to content

Commit

Permalink
Merge pull request #1532 from multiversx/MEX-532-deprecated-farm-type
Browse files Browse the repository at this point in the history
[MEX-532] increase gas limit on proxy farm
  • Loading branch information
claudiulataretu authored Nov 29, 2024
2 parents 27f71cb + f4d9af2 commit 9001432
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": 40000000,
"default": 60000000,
"withPenalty": {
"localBurn": 42000000,
"pairBurn": 61000000,
"buybackAndBurn": 66000000
"localBurn": 72000000,
"pairBurn": 81000000,
"buybackAndBurn": 86000000
}
},
"claimRewards": 41500000
Expand All @@ -391,11 +391,11 @@
},
"deprecated": {
"exitFarm": {
"default": 40000000,
"default": 60000000,
"withPenalty": {
"localBurn": 42000000,
"pairBurn": 61000000,
"buybackAndBurn": 66000000
"localBurn": 72000000,
"pairBurn": 81000000,
"buybackAndBurn": 86000000
}
},
"claimRewards": 41500000
Expand Down

0 comments on commit 9001432

Please sign in to comment.