Skip to content

Commit

Permalink
refactor: update publish form content
Browse files Browse the repository at this point in the history
  • Loading branch information
moritzkirstein committed Sep 19, 2024
1 parent f269113 commit f81d4a4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion content/pages/editMetadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
{
"name": "name",
"label": "New Title",
"placeholder": "e.g. Shapes of Desert Plants",
"placeholder": "e.g. Production data of a manufacturing process",
"help": "Enter a concise title.",
"required": true
},
Expand Down
10 changes: 5 additions & 5 deletions content/publish/form.json
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@
},
{
"name": "providerUrl",
"label": "Provider URL",
"label": "Access Controller URL",
"type": "providerUrl",
"help": "Enter the URL for your custom [provider](https://github.com/oceanprotocol/provider/) or leave as is to use the default one. If you change your provider URL after adding your file, please add & validate your file again.",
"placeholder": "e.g. https://provider.oceanprotocol.com/",
Expand All @@ -187,7 +187,7 @@
{
"value": "url",
"title": "API",
"label": "File",
"label": "Endpoint",
"placeholder": "e.g. https://file.com/file.json",
"help": "This URL will be stored encrypted after publishing. **Please make sure that the endpoint is accessible over the internet and is not protected by a firewall or by credentials.**",
"computeHelp": "For a compute dataset, your file should match the file type required by the algorithm, and should not exceed 1 GB in file size. ",
Expand All @@ -212,7 +212,7 @@
"title": "SaaS",
"label": "Redirect URL",
"placeholder": "e.g. https://delta-dao/the-future-is-now",
"help": "The url the user will be redirected to after buying access to the SaaS.",
"help": "The url the user will be redirected to after buying access to the Software as a Service offering.",
"prominentHelp": true,
"type": "saas",
"fieldFormPrefix": "metadata.saas",
Expand All @@ -223,7 +223,7 @@
"value": "paymentMode",
"title": "PaymentMode",
"label": "PaymentMode",
"help": "Choose how the payment mode for your Saas.",
"help": "Choose the payment mode of your Software as a Service offering.",
"type": "select",
"selected": "",
"options": ["Subscription", "Pay per use"],
Expand Down Expand Up @@ -332,7 +332,7 @@
{
"name": "timeout",
"label": "Access Period",
"help": "Define how long buyers should be able to download the dataset again after the initial purchase.",
"help": "Define how long buyers should be able to access your offering again after the initial purchase.",
"type": "select",
"options": [
"Forever",
Expand Down
4 changes: 2 additions & 2 deletions src/@utils/nft.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ function encodeSvg(svgString: string): string {
const nftMetadataTemplate = {
name: 'PX Data NFT',
symbol: 'PX-NFT',
description: `This NFT represents an asset in Ocean Protocol v4 ecosystems.`,
external_url: 'https://minimal-gaia-x.eu'
description: `Data NFTs are unique digital assets that represent the intellectual property of your digital services.`,
external_url: 'https://portal.pontus-x.eu'
}

export function generateNftMetadata(): NftMetadata {
Expand Down

0 comments on commit f81d4a4

Please sign in to comment.