@tunghm/relay-kit
Version:
12 lines • 889 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.GELATO_TRANSFER_GAS_COST = exports.GELATO_GAS_EXECUTION_OVERHEAD = exports.ZERO_ADDRESS = exports.GELATO_RELAY_URL = exports.GELATO_FEE_COLLECTOR = exports.GELATO_NATIVE_TOKEN_ADDRESS = void 0;
exports.GELATO_NATIVE_TOKEN_ADDRESS = '0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE';
exports.GELATO_FEE_COLLECTOR = '0x3AC05161b76a35c1c28dC99Aa01BEd7B24cEA3bf';
exports.GELATO_RELAY_URL = 'https://relay.gelato.digital';
exports.ZERO_ADDRESS = '0x0000000000000000000000000000000000000000';
// see: https://docs.gelato.network/developer-services/relay/quick-start/optional-parameters#optional-parameters
exports.GELATO_GAS_EXECUTION_OVERHEAD = 150000;
// gas cost of the separate ERC20 transfer to pay the fees to the Gelato relayer
exports.GELATO_TRANSFER_GAS_COST = 15000;
//# sourceMappingURL=constants.js.map