Skip to content

Commit

Permalink
Merge pull request #1223 from multiversx/set-enable-gas
Browse files Browse the repository at this point in the history
Update gas limit for set swap enable transaction
  • Loading branch information
claudiulataretu authored Nov 16, 2023
2 parents 96beb88 + 45726f2 commit 3bc52ff
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/config/default.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@
"issueToken": 150000000,
"setLocalRoles": 150000000,
"multiPairSwapMultiplier": 50000000,
"swapEnableByUser": 50000000,
"swapEnableByUser": 75000000,
"admin": {
"setState": 200000000,
"setFee": 200000000,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -557,7 +557,7 @@ describe('RouterService', () => {
receiver: Address.Zero().bech32(),
sender: 'erd1qqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqq6gq4hu',
gasPrice: 1000000000,
gasLimit: 50000000,
gasLimit: 75000000,
data: encodeTransactionData(
`ESDTNFTTransfer@LKESDT-1234@01@10000000000@${Address.fromHex(
'0000000000000000000000000000000000000000000000000000000000000011',
Expand Down

0 comments on commit 3bc52ff

Please sign in to comment.