cosmic-interchain-cli
Version:
A command-line utility for Cosmic Wire's interchain messaging protocol
5 lines • 320 B
JavaScript
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_TEST_SEND_GAS = (3e5).toString();
export const MINIMUM_AVS_GAS = (3e6).toString();
//# sourceMappingURL=consts.js.map