You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/ENVS.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -913,7 +913,7 @@ If the feature is enabled, a single button or a dropdown (if more than 1 item is
913
913
914
914
| Variable | Type| Description | Compulsoriness | Default value | Example value | Version |
915
915
| --- | --- | --- | --- | --- | --- | --- |
916
-
| 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+ |
916
+
| NEXT_PUBLIC_DEFI_DROPDOWN_ITEMS |`[{ text: string; icon?: string; dappId?: string, url?: string, isEssentialDapp?: boolean }]`| An array of dropdown items containing the button text, icon name and dappId in Dappscout or an external url | - | - |`[{'text':'Swap','icon':'swap','dappId':'swap','isEssentialDapp':true},{'text':'Payment link','icon':'payment_link','dappId':'peanut-protocol'}]`| v1.31.0+ |
0 commit comments