@moonwell-fi/moonwell-sdk
Version:
TypeScript Interface for Moonwell
15 lines • 436 B
JavaScript
import { createCustomConfig } from "../../types/config.js";
export const custom = createCustomConfig({
governance: {
token: "WELL",
chainIds: [],
},
wormhole: {
chainId: 2,
tokenBridge: { address: "0x3ee18B2214AFF97000D974cf647E654bB5f1d8A8" },
},
xWELL: {
bridgeAdapter: { address: "0x734AbBCe07679C9A6B4Fe3bC16325e028fA6DbB7" },
},
});
//# sourceMappingURL=custom.js.map