{ "description": "Update advanced settings of this data set. Updating these settings will create an on-chain transaction you have to approve in your wallet.", "form": { "success": "🎉 Successfully updated. 🎉", "successAction": "Close", "error": "Updating DDO failed.", "data": [ { "name": "allow", "label": "Allow ETH Address", "placeholder": "e.g. 0x12345678901234567890abcd", "help": "Enter ETH address and click ADD button to append the list. Only ETH address in allow list can consume this asset. If the list is empty means anyone can download or compute this asset", "type": "credentials" }, { "name": "deny", "label": "Deny ETH Address", "placeholder": "e.g. 0x12345678901234567890abcd", "help": "Enter ETH address and click ADD button to append the list. If ETH address is fall under deny list, download or compute of this asset is denied", "type": "credentials" }, { "name": "isOrderDisabled", "label": "Disable Consumption", "help": "Disable dataset being download or compute when dataset undergoing maintenance.", "type": "checkbox", "options": ["Disable"] } ] } }