mirror of
https://github.com/Instadapp/dsa-developers.git
synced 2024-07-29 21:56:57 +00:00
comment change
This commit is contained in:
parent
31cb948696
commit
f7a74cea20
|
@ -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({
|
||||
|
|
Loading…
Reference in New Issue
Block a user