1
0
mirror of https://github.com/oceanprotocol/market.git synced 2024-12-02 05:57:29 +01:00

Adding paymentCOllector to content/pages/editMetadata.json

This commit is contained in:
Jamie Hewitt 2022-11-14 17:54:37 +03:00
parent 6ba95fe4d5
commit 11cf51d85b

View File

@ -66,6 +66,12 @@
"type": "tags",
"placeholder": "e.g. logistics",
"required": false
},
{
"name": "paymentCollector",
"label": "Payment Collector Address",
"placeholder": "e.g. 0X123ABC...",
"required": false
}
]
}