Skip to content

Commit

Permalink
Merge pull request #1569 from multiversx/MEX-692-update-gas-limits
Browse files Browse the repository at this point in the history
[MEX-692] update gas limits for position creator
  • Loading branch information
claudiulataretu authored Feb 23, 2025
2 parents 79fc32f + 3821301 commit a3d09fd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/config/default.json
Original file line number Diff line number Diff line change
Expand Up @@ -523,9 +523,9 @@
},
"positionCreator": {
"singleToken": {
"liquidityPosition": 10000000,
"farmPosition": 15000000,
"dualFarmPosition": 20000000,
"liquidityPosition": 20000000,
"farmPosition": 25000000,
"dualFarmPosition": 30000000,
"stakingPosition": 10000000
},
"dualTokens": {
Expand Down

0 comments on commit a3d09fd

Please sign in to comment.