Casting Spells
let spells = dsa.Spell();spells.add({
connector: "compound",
method: "deposit",
args: [dsa.tokens.info.eth.address, dsa.tokens.fromDecimal(1, "eth"), 0, 0]
});
spells.add({
connector: "compound",
method: "borrow",
args: [dsa.tokens.info.dai.address, dsa.tokens.fromDecimal(50, "dai"), 0, 0]
});Last updated