@moonwell-fi/moonwell-sdk
Version:
TypeScript Interface for Moonwell
26 lines • 800 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)({
morpho: {
minimalDeployment: false,
apiUrl: "https://api.morpho.org/graphql",
rewardsApiUrl: "https://rewards.morpho.org",
},
governance: {
token: "WELL",
chainIds: [],
},
wormhole: {
chainId: 30,
tokenBridge: { address: "0x8d2de8d2f73F1F4cAB472AC9A881C9b123C79627" },
},
socket: {
gateway: { address: "0x3a23F943181408EAC424116Af7b7790c94Cb97a5" },
},
xWELL: {
bridgeAdapter: { address: "0x734AbBCe07679C9A6B4Fe3bC16325e028fA6DbB7" },
},
});
//# sourceMappingURL=custom.js.map