UNPKG

@moonwell-fi/moonwell-sdk

Version:

TypeScript Interface for Moonwell

27 lines 1.35 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.contracts = void 0; const config_js_1 = require("../../types/config.js"); const tokens_js_1 = require("./tokens.js"); exports.contracts = (0, config_js_1.createContractsConfig)({ tokens: tokens_js_1.tokens, contracts: { stakingToken: "stkWELL", wrappedNativeToken: "WETH", governanceToken: "WELL", comptroller: "0xfBb21d0380beE3312B33c4353c8936a0F13EF26C", views: "0x821Ff3a967b39bcbE8A018a9b1563EAf878bad39", multiRewardDistributor: "0xe9005b078701e2A0948D2EaC43010D35870Ad9d2", oracle: "0xEC942bE8A8114bFD0396A5052c36027f2cA6a9d0", router: "0x70778cfcFC475c7eA0f24cC625Baf6EaE475D0c9", temporalGovernor: "0x8b621804a7637b781e2BbD58e256a591F2dF7d51", voteCollector: "0xe0278B32c627FF6fFbbe7de6A18Ade145603e949", morphoBlue: "0xBBBBBbbBBb9cC5e90e3b3Af64bdAF62C37EEFFCb", morphoBaseBundler: "0x6BFd8137e702540E7A42B74178A4a49Ba43920C4", morphoBundler: "0xb98c948CFA24072e58935BC004a8A7b376AE746A", morphoPublicAllocator: "0xA090dD1a701408Df1d4d0B85b716c87565f90467", morphoViews: "0xc72fCC9793a10b9c363EeaAcaAbe422E0672B42B", morphoViewsV2: "0x8D189997ccD6ab6909eF89836e5bcEf94599Cce0", }, }); //# sourceMappingURL=contracts.js.map