We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 068b856 commit 9735bceCopy full SHA for 9735bce
src/consts/consts.ts
@@ -1,5 +1,6 @@
1
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);
+// Should match CLI here:
+// https://github.com/hyperlane-xyz/hyperlane-monorepo/blob/main/typescript/cli/src/consts.ts#L2
4
+export const WARP_DEPLOY_GAS_UNITS = BigInt(3e7);
5
export const REFUND_FEE_PADDING_FACTOR = 1.2;
6
export const MIN_DEPLOYER_BALANCE_TO_SHOW = BigInt(1e15); // 0.001 ETH
0 commit comments