UNPKG

@hyperlane-xyz/cli

Version:

A command-line utility for common Hyperlane operations

7 lines 379 B
export const MINIMUM_CORE_DEPLOY_GAS = (1e8).toString(); export const MINIMUM_WARP_DEPLOY_GAS = (3e7).toString(); export const MINIMUM_TEST_SEND_GAS = (3e5).toString(); export const MINIMUM_AVS_GAS = (3e6).toString(); export const PROXY_DEPLOYED_URL = 'https://proxy.hyperlane.xyz'; export const EXPLORER_URL = 'https://explorer.hyperlane.xyz'; //# sourceMappingURL=consts.js.map