meru-stablecoin-lib
Version:
A comprehensive TypeScript library for stablecoin operations including encryption utilities, error handling, and validation tools
14 lines • 480 B
JavaScript
;
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
const dotenv_1 = __importDefault(require("dotenv"));
// Initialize dotenv
dotenv_1.default.config();
exports.default = {
api_keys: {
privateEncryptionKey: process.env["API_KEYS_PRIVATE_ENCRYPTION_KEY"] || "",
},
};
//# sourceMappingURL=index.js.map