@flarenetwork/flare-stake-tool
Version:
Utilities for staking on the Flare network
11 lines • 495 B
JavaScript
;
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