diff --git a/src/consts/consts.ts b/src/consts/consts.ts
index d6ab309..0026013 100644
--- a/src/consts/consts.ts
+++ b/src/consts/consts.ts
@@ -1,5 +1,5 @@
export const MIN_CHAIN_BALANCE = 1; // 1 Wei
-// TODO edit this based on experiments
-export const WARP_DEPLOY_GAS_UNITS = BigInt(1e7);
+// TODO consider reducing this by ~30% if mid-deploying gas top-ups are implemented
+export const WARP_DEPLOY_GAS_UNITS = BigInt(2e7);
export const REFUND_FEE_PADDING_FACTOR = 1.2;
export const MIN_DEPLOYER_BALANCE_TO_SHOW = BigInt(1e15); // 0.001 ETH
diff --git a/src/features/deployment/DeploymentDetailsModal.tsx b/src/features/deployment/DeploymentDetailsModal.tsx
index e65897c..827ae7e 100644
--- a/src/features/deployment/DeploymentDetailsModal.tsx
+++ b/src/features/deployment/DeploymentDetailsModal.tsx
@@ -37,7 +37,7 @@ export function DeploymentsDetailsModal({
{expectedLogs[stepIndex][1]}