Skip to content

Commit

Permalink
MEX-532: added gas config for deprecated farm type
Browse files Browse the repository at this point in the history
Signed-off-by: Claudiu Lataretu <[email protected]>
  • Loading branch information
claudiulataretu committed Nov 27, 2024
1 parent 333ae8b commit 664351f
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions src/config/default.json
Original file line number Diff line number Diff line change
Expand Up @@ -241,6 +241,17 @@
},
"claimRewards": 30000000
},
"deprecated": {
"exitFarm": {
"default": 30300000,
"withPenalty": {
"localBurn": 36000000,
"pairBurn": 33000000,
"buybackAndBurn": 48300000
}
},
"claimRewards": 30000000
},
"claimBoostedRewards": 30000000
},
"admin": {
Expand Down Expand Up @@ -378,6 +389,17 @@
},
"claimRewards": 20700000
},
"deprecated": {
"exitFarm": {
"default": 30000000,
"withPenalty": {
"localBurn": 32000000,
"pairBurn": 51000000,
"buybackAndBurn": 56000000
}
},
"claimRewards": 41500000
},
"increaseEnergy": 20000000
},
"defaultMergeWFMT": 20000000
Expand Down

0 comments on commit 664351f

Please sign in to comment.