lending-apy-fetcher-ts
Version:
TypeScript library for fetching APYs from DeFi lending protocols
12 lines • 421 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.OPTIMISM = exports.ARBITRUM = exports.POLYGON = exports.ETHEREUM = void 0;
const ETHEREUM = 'ETHEREUM';
exports.ETHEREUM = ETHEREUM;
const POLYGON = 'POLYGON';
exports.POLYGON = POLYGON;
const ARBITRUM = 'ARBITRUM';
exports.ARBITRUM = ARBITRUM;
const OPTIMISM = 'OPTIMISM';
exports.OPTIMISM = OPTIMISM;
//# sourceMappingURL=index.js.map