@lido-sdk/react
Version:
This project is being slowly deprecated and may not receive further updates. Check out [modern Lido SDK](https://github.com/lidofinance/lido-ethereum-sdk/pulls) to access latest functionality. It is actively maintained and is built for interacting with Li
12 lines (7 loc) • 395 B
JavaScript
;
Object.defineProperty(exports, '__esModule', { value: true });
var useLidoSWR = require('./useLidoSWR.js');
const useLidoSWRImmutable = (key, fetcher, config) => {
return useLidoSWR.useLidoSWR(key, fetcher, Object.assign({ revalidateIfStale: false, revalidateOnFocus: false, revalidateOnReconnect: false }, config));
};
exports.useLidoSWRImmutable = useLidoSWRImmutable;