@moonwell-fi/moonwell-sdk
Version:
TypeScript Interface for Moonwell
18 lines • 544 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.custom = void 0;
const config_js_1 = require("../../types/config.js");
exports.custom = (0, config_js_1.createCustomConfig)({
governance: {
token: "WELL",
chainIds: [],
},
wormhole: {
chainId: 2,
tokenBridge: { address: "0x3ee18B2214AFF97000D974cf647E654bB5f1d8A8" },
},
xWELL: {
bridgeAdapter: { address: "0x734AbBCe07679C9A6B4Fe3bC16325e028fA6DbB7" },
},
});
//# sourceMappingURL=custom.js.map