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]}