UNPKG

@bitte-ai/agent-sdk

Version:

Agent SDK for Bitte Protocol

10 lines (9 loc) 277 B
"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", };