Skip to content

Commit

Permalink
Update gas constant for warp deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
ltyu committed Jun 26, 2024
1 parent 9b75dfd commit cbc263b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .changeset/serious-cups-sneeze.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
'@hyperlane-xyz/cli': minor
'@hyperlane-xyz/sdk': minor
---

Update warp deploy to handle xerc20, initializerArgs to be the signer, update deploy gas constants
2 changes: 1 addition & 1 deletion typescript/cli/src/consts.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export const MINIMUM_CORE_DEPLOY_GAS = (1e8).toString();
export const MINIMUM_WARP_DEPLOY_GAS = (1e7).toString();
export const MINIMUM_WARP_DEPLOY_GAS = (3e8).toString(); // Rough calculation through deployments to testnets
export const MINIMUM_TEST_SEND_GAS = (3e5).toString();
export const MINIMUM_AVS_GAS = (3e6).toString();

0 comments on commit cbc263b

Please sign in to comment.