UNPKG

@flarenetwork/flare-stake-tool

Version:
11 lines 495 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.forDefiSignedTxnDirectory = exports.forDefiUnsignedTxnDirectory = exports.forDefiDirectory = exports.gatewayHost = void 0; exports.gatewayHost = "api.fordefi.com"; /** * Directory names for storing txn files for ForDefi */ exports.forDefiDirectory = "ForDefiTxnFiles"; exports.forDefiUnsignedTxnDirectory = "UnsignedTxns"; exports.forDefiSignedTxnDirectory = "SignedTxns"; //# sourceMappingURL=forDefi.js.map