1
0
mirror of https://github.com/oceanprotocol/market.git synced 2024-12-02 05:57:29 +01:00
market/content/site.json
Neagu Toma Gabriel 96451b444a
refactor: remove C2D (#2037)
* refactor: remove C2D

* fix: build

* fix: tests

* fix: get only datasets from aquarius

* fix: test

* fix: test

* fix: text

* fix: test

* chore: regenerate package-lock

* fix: fitler search params

* fix: textarea, select class issues

* fix: test

* chore: remove comment

* chore: remove comments

* Feat/remove ve (#2038)

* feat: remove ve allocations

* feat: remove allocated veOcean

* feat: update depedencies (#2045)

* feat: update depedencies

* feat: update more depedencies

* fix: input field style

* remove total allocation from search

* filter fixes

* fix test

---------

Co-authored-by: mihai <mihai.scarlat@smartcontrol.ro>
2024-06-10 10:52:40 +03:00

22 lines
512 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": "",
"warning": {
"ctd": "Please note that Compute-to-Data is still in alpha phase."
}
}