comment change

This commit is contained in:
Sowmay Jain 2020-04-07 22:36:54 +10:00
parent 31cb948696
commit f7a74cea20

View File

@ -165,9 +165,9 @@ let spells = dsa.Spell();
Add the series of transactions details in the instance.
```js
spells.add({
connector: "basic", // protocol name
method: "deposit", // protocol method
args: [dsa.token.usdc.address, 1000000, 0, 1] // protocol method arguments
connector: "basic", // name
method: "deposit", // method
args: [dsa.token.usdc.address, 1000000, 0, 1] // method arguments
})
spells.add({