Skip to content
This repository has been archived by the owner on Nov 20, 2024. It is now read-only.

Commit

Permalink
Merge pull request #183 from hermeznetwork/fix-withdraw-gas
Browse files Browse the repository at this point in the history
Adjust siblings gas
  • Loading branch information
AlbertoElias authored Jun 18, 2021
2 parents 599e543 + c85b3a1 commit 150268b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const GAS_LIMIT_HIGH = 170000
const GAS_LIMIT_LOW = 150000
const GAS_STANDARD_ERC20_TX = 30000
const GAS_LIMIT_WITHDRAW = 230000
const SIBLING_GAS_COST = 31000
const SIBLING_GAS_COST = 34000
const NON_INSTANT_WITHDRAW_ERC20_GAS_COST = 60000
const NON_INSTANT_WITHDRAW_ETH_GAS_COST = 60000

Expand Down

0 comments on commit 150268b

Please sign in to comment.