Skip to content

Commit

Permalink
feat: Add action parameter to kandelClient extension. (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxencerb authored May 27, 2024
1 parent a26d87f commit 5105781
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -448,6 +448,7 @@ const client = createClient({ ... })

const kandelClient = client.extend(
kandelActions(
actionParms, // the action params object (containing the mangrove address)
market, // the market object
"0x..." // the kandel address
)
Expand Down Expand Up @@ -578,4 +579,3 @@ const { request } = await kandelClient.simulateRetract({
account: '0x...',
})
```

0 comments on commit 5105781

Please sign in to comment.