Skip to content

Commit

Permalink
fix(bridge-ui): increase gaslimit for erc20 (#17531)
Browse files Browse the repository at this point in the history
  • Loading branch information
KorbinianK authored Jun 8, 2024
1 parent d907359 commit 3a7268d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/bridge-ui/src/app.config.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
export const gasLimitConfig = {
GAS_RESERVE: 650_000, // based on Bridge.sol
ethGasLimit: 100_000,
erc20NotDeployedGasLimit: 650_000,
erc20DeployedGasLimit: 200_000,
erc20NotDeployedGasLimit: 750_000,
erc20DeployedGasLimit: 500_000,
erc721NotDeployedGasLimit: 2_400_000,
erc721DeployedGasLimit: 1_100_000,
erc1155NotDeployedGasLimit: 2_600_000,
Expand Down

0 comments on commit 3a7268d

Please sign in to comment.