From c693fe66e51cab2d59afed2ac819f01a27930318 Mon Sep 17 00:00:00 2001 From: J M Rossy Date: Fri, 17 Jan 2025 10:15:54 -0300 Subject: [PATCH] Minor bug fixes --- src/consts/consts.ts | 4 ++-- src/features/deployment/DeploymentDetailsModal.tsx | 2 +- .../deployment/warp/WarpDeploymentProgressIndicator.tsx | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) 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({ - {result && } + {result && } ); } diff --git a/src/features/deployment/warp/WarpDeploymentProgressIndicator.tsx b/src/features/deployment/warp/WarpDeploymentProgressIndicator.tsx index 22c3fbe..2b59f7a 100644 --- a/src/features/deployment/warp/WarpDeploymentProgressIndicator.tsx +++ b/src/features/deployment/warp/WarpDeploymentProgressIndicator.tsx @@ -33,7 +33,7 @@ export function WarpDeploymentProgressIndicator({

{expectedLogs[stepIndex][1]}