Skip to content

Commit

Permalink
Revert "feat: increase gas limit for withdraw tx (#150)" (#151)
Browse files Browse the repository at this point in the history
This reverts commit dbcb2db.
  • Loading branch information
mateuszjasiuk authored Nov 14, 2024
1 parent dbcb2db commit 80064f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion orm/migrations/2024-06-12-140948_gas/up.sql
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ INSERT INTO gas (tx_kind, gas_limit)
VALUES ('unbond', 150_000);

INSERT INTO gas (tx_kind, gas_limit)
VALUES ('withdraw', 150_000);
VALUES ('withdraw', 50_000);

INSERT INTO gas (tx_kind, gas_limit)
VALUES ('claim_rewards', 50_000);
Expand Down

0 comments on commit 80064f7

Please sign in to comment.