Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update uniswap widget to include slippage #256

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion knowledge_base/widgets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -558,7 +558,9 @@
an amount to sell, OR

2.) A token to sell, a token to buy, the transaction keyword "BUYAMOUNT", and
an amount to buy.'
an amount to buy.

Optionally, users can specify a paricular slippage tolerance for the swap transaction, if is none provided, the default is 0.5'
parameters:
properties:
amount:
Expand All @@ -571,6 +573,9 @@
tokenToSell:
description: Token to sell in the swap transaction.
type: string
slippage:
description: Slippage tolerance for the swap transaction.
type: string
transactionKeyword:
description: Either SELLAMOUNT if amount refers to token to sell or BUYAMOUNT
if amount refers to token to buy.
Expand All @@ -580,6 +585,7 @@
- tokenToBuy
- transactionKeyword
- amount
- slippage
type: object
return_value_description: ''
- _name_: fetch_nfts_owned_by_address_or_domain
Expand Down
Loading