nft-folder-blockchain-connector-besu
Version:
A NestJS-based blockchain connector that communicates with specific smart contracts from the NFT Folder project.
9 lines • 379 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.areEndpointsEnabled = areEndpointsEnabled;
function areEndpointsEnabled() {
return (process.env.BCC_ENDPOINTS_ENABLED &&
typeof process.env.BCC_ENDPOINTS_ENABLED === 'string' &&
process.env.BCC_ENDPOINTS_ENABLED.toLowerCase() === 'true');
}
//# sourceMappingURL=utils.js.map