UNPKG

@exromany/lido-csm-sdk

Version:

[![GitHub license](https://img.shields.io/github/license/lidofinance/lido-csm-sdk?color=limegreen)](https://github.com/lidofinance/lido-csm-sdk/blob/main/LICENSE.txt) [![Version npm](https://img.shields.io/npm/v/@lidofinance/lido-csm-sdk?label=version)](h

7 lines 297 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.CACHE_LONG = exports.CACHE_MID = exports.CACHE_SHORT = void 0; exports.CACHE_SHORT = 10 * 1000; exports.CACHE_MID = 10 * 60 * 1000; exports.CACHE_LONG = 60 * 60 * 1000; //# sourceMappingURL=cache-durations.js.map