Skip to content

Commit

Permalink
testnet: update gas limits
Browse files Browse the repository at this point in the history
Signed-off-by: Claudiu Lataretu <claudiu.lataretu@gmail.com>
  • Loading branch information
claudiulataretu committed Jan 12, 2024
1 parent 3ea456e commit 910f657
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions src/config/default.json
Original file line number Diff line number Diff line change
Expand Up @@ -216,8 +216,8 @@
},
"v2": {
"enterFarm": {
"default": 13500000,
"withTokenMerge": 15000000
"default": 15000000,
"withTokenMerge": 17500000
},
"unlockedRewards": {
"exitFarm": {
Expand Down Expand Up @@ -365,7 +365,7 @@
"buybackAndBurn": 48000000
}
},
"claimRewards": 27500000
"claimRewards": 28500000
},
"customRewards": {
"exitFarm": {
Expand All @@ -377,7 +377,8 @@
}
},
"claimRewards": 20700000
}
},
"increaseEnergy": 20000000
},
"defaultMergeWFMT": 20000000
}
Expand All @@ -389,7 +390,7 @@
},
"unstakeFarm": 20000000,
"unbondFarm": 7500000,
"claimRewards": 17000000,
"claimRewards": 18000000,
"claimRewardsWithNewValue": 17000000,
"compoundRewards": 17000000,
"claimBoostedRewards": 20000000,
Expand Down

0 comments on commit 910f657

Please sign in to comment.