UNPKG

@moonwell-fi/moonwell-sdk

Version:

TypeScript Interface for Moonwell

21 lines 753 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.morphoMarkets = void 0; const config_js_1 = require("../../types/config.js"); const tokens_js_1 = require("./tokens.js"); exports.morphoMarkets = (0, config_js_1.createMorphoMarketConfig)({ tokens: tokens_js_1.tokens, markets: { "ETH-USDC": { collateralToken: "ETH", loanToken: "USDC", id: "0x173b66359f0741b1c7f1963075cd271c739b6dc73b658e108a54ce6febeb279b", }, "wstETH-USDC": { collateralToken: "wstETH", loanToken: "USDC", id: "0xc7ae57c1998c67a4c21804df606db1309b68a518ba5acc8b1dc3ffcb1b26b071", }, }, }); //# sourceMappingURL=morpho-markets.js.map