diff --git a/orm/migrations/2024-06-12-140948_gas/up.sql b/orm/migrations/2024-06-12-140948_gas/up.sql index 01c01a89..c97de668 100644 --- a/orm/migrations/2024-06-12-140948_gas/up.sql +++ b/orm/migrations/2024-06-12-140948_gas/up.sql @@ -28,7 +28,7 @@ INSERT INTO gas (tx_kind, gas_limit) VALUES ('unbond', 150_000); INSERT INTO gas (tx_kind, gas_limit) -VALUES ('withdraw', 50_000); +VALUES ('withdraw', 150_000); INSERT INTO gas (tx_kind, gas_limit) VALUES ('claim_rewards', 50_000);