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.
|
Add the series of transactions details in the instance.
|
||||||
```js
|
```js
|
||||||
spells.add({
|
spells.add({
|
||||||
connector: "basic", // protocol name
|
connector: "basic", // name
|
||||||
method: "deposit", // protocol method
|
method: "deposit", // method
|
||||||
args: [dsa.token.usdc.address, 1000000, 0, 1] // protocol method arguments
|
args: [dsa.token.usdc.address, 1000000, 0, 1] // method arguments
|
||||||
})
|
})
|
||||||
|
|
||||||
spells.add({
|
spells.add({
|
||||||
|
|
Loading…
Reference in New Issue
Block a user