UNPKG

@moonwell-fi/moonwell-sdk

Version:

TypeScript Interface for Moonwell

21 lines 734 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.tokens = void 0; const viem_1 = require("viem"); const chains_1 = require("viem/chains"); const config_js_1 = require("../../types/config.js"); exports.tokens = (0, config_js_1.createTokenConfig)({ [chains_1.polygon.nativeCurrency.symbol]: { address: viem_1.zeroAddress, decimals: chains_1.polygon.nativeCurrency.decimals, name: chains_1.polygon.nativeCurrency.name, symbol: chains_1.polygon.nativeCurrency.symbol, }, USDC: { address: "0x3c499c542cEF5E3811e1192ce70d8cC03d5c3359", decimals: 6, name: "USD Coin", symbol: "USDC", }, }); //# sourceMappingURL=tokens.js.map