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

add a simple wrapped ETH widget #163

Open
wants to merge 6 commits 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
13 changes: 12 additions & 1 deletion knowledge_base/widgets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -573,6 +573,17 @@
- amount
type: object
return_value_description: ''
- _name_: display_wrap_eth
description: Wrap ETH into WETH
parameters:
properties:
amount:
description: Amount of ETH to wrap.
type: string
required:
- amount
type: object
return_value_description: ''
- _name_: fetch_nfts_owned_by_address_or_domain
description: Used to fetch NFTs owned by a wallet address or ENS domain on a particular network
parameters:
Expand Down Expand Up @@ -613,4 +624,4 @@
- receiver
- value
type: object
return_value_description: ''
return_value_description: ''