fix: Update MINIMUM_WARP_DEPLOY_GAS (#4853)
### Description Reduce by 30x <img width="1691" alt="Screenshot_2024-11-11_at_2 12 03_PM" src="https://github.com/user-attachments/assets/8d621a54-9791-4ff1-9f57-844fe398d7db">pull/4855/head
parent
5db46bd315
commit
3e72ef70b8
@ -1,5 +1,5 @@ |
|||||||
export const MINIMUM_CORE_DEPLOY_GAS = (1e8).toString(); |
export const MINIMUM_CORE_DEPLOY_GAS = (1e8).toString(); |
||||||
export const MINIMUM_WARP_DEPLOY_GAS = (6e8).toString(); // Rough calculation through deployments to testnets with 2x buffer
|
export const MINIMUM_WARP_DEPLOY_GAS = (3e7).toString(); |
||||||
export const MINIMUM_TEST_SEND_GAS = (3e5).toString(); |
export const MINIMUM_TEST_SEND_GAS = (3e5).toString(); |
||||||
export const MINIMUM_AVS_GAS = (3e6).toString(); |
export const MINIMUM_AVS_GAS = (3e6).toString(); |
||||||
export const PROXY_DEPLOYED_URL = 'https://proxy.hyperlane.xyz'; |
export const PROXY_DEPLOYED_URL = 'https://proxy.hyperlane.xyz'; |
||||||
|
Loading…
Reference in new issue