Skip to content

Commit ffccd65

Browse files
committed
[skip ci] update docs
1 parent 0a3638c commit ffccd65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/ENVS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -891,7 +891,7 @@ If the feature is enabled, a single button or a dropdown (if more than 1 item is
891891

892892
| Variable | Type| Description | Compulsoriness | Default value | Example value | Version |
893893
| --- | --- | --- | --- | --- | --- | --- |
894-
| NEXT_PUBLIC_DEFI_DROPDOWN_ITEMS | `[{ text: string; icon: string; dappId?: string, url?: string }]` | An array of dropdown items containing the button text, icon name and dappId in Dappscout or an external url | - | - | `[{'text':'Swap','icon':'swap','dappId':'uniswap'},{'text':'Payment link','icon':'payment_link','dappId':'peanut-protocol'}]` | v1.31.0+ |
894+
| NEXT_PUBLIC_DEFI_DROPDOWN_ITEMS | `[{ text: string; icon?: string; dappId?: string, url?: string }]` | An array of dropdown items containing the button text, icon name and dappId in Dappscout or an external url | - | - | `[{'text':'Swap','icon':'swap','dappId':'uniswap'},{'text':'Payment link','icon':'payment_link','dappId':'peanut-protocol'}]` | v1.31.0+ |
895895

896896
 
897897

0 commit comments

Comments
 (0)