mirror of
https://github.com/oceanprotocol/market.git
synced 2024-12-02 05:57:29 +01:00
67621f5639
* change top message, fixes, allocations * lock ocean tooltip * asset stats tweaks * front page allocations refactor * wording, run empty table messages through markdown * footer stats tweaks * profile tinkering * fix allocations in table * Tweak lock action logic * fix allocation 0 * sort by allocation * search ordering fixes Co-authored-by: Matthias Kretschmann <m@kretschmann.io>
22 lines
625 B
JSON
22 lines
625 B
JSON
{
|
|
"siteTitle": "Ocean Market",
|
|
"siteTagline": "A marketplace to find, publish and trade datasets in the Ocean Network.",
|
|
"siteUrl": "https://market.oceanprotocol.com",
|
|
"siteImage": "/share.png",
|
|
"copyright": "All Rights Reserved. Powered by ",
|
|
"menu": [
|
|
{
|
|
"name": "Publish",
|
|
"link": "/publish/1"
|
|
},
|
|
{
|
|
"name": "Profile",
|
|
"link": "/profile"
|
|
}
|
|
],
|
|
"announcement": "[Lock your OCEAN](https://df.oceandao.org/) to get veOCEAN, earn rewards and curate data.",
|
|
"warning": {
|
|
"ctd": "Compute-to-Data is still in a testing phase, please use it only on test networks."
|
|
}
|
|
}
|