Skip to content

Commit 9735bce

Browse files
committed
Increase deployment gas units
1 parent 068b856 commit 9735bce

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/consts/consts.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
export const MIN_CHAIN_BALANCE = 1; // 1 Wei
2-
// TODO consider reducing this by ~30% if mid-deploying gas top-ups are implemented
3-
export const WARP_DEPLOY_GAS_UNITS = BigInt(2e7);
2+
// Should match CLI here:
3+
// https://github.com/hyperlane-xyz/hyperlane-monorepo/blob/main/typescript/cli/src/consts.ts#L2
4+
export const WARP_DEPLOY_GAS_UNITS = BigInt(3e7);
45
export const REFUND_FEE_PADDING_FACTOR = 1.2;
56
export const MIN_DEPLOYER_BALANCE_TO_SHOW = BigInt(1e15); // 0.001 ETH

0 commit comments

Comments
 (0)