"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.GAS_CONSTANTS = void 0;
exports.GAS_CONSTANTS = {
DEFAULT_GAS: "200000000000000",
OPTIMAL_GAS: "225000000000000",
MAX_GAS: "300000000000000",
FT_TRANSFER: "15000000000000",
};