mirror of
https://github.com/oceanprotocol/market.git
synced 2024-12-02 05:57:29 +01:00
Matthias Kretschmann
3729c63581
* migrate to Next.js * migrate scripts * generate markdown pages * make all the markdown work * fix profile, fix image loading * git+ssh → git+https, again * bump packages * maybe windows build fix * add public to gitignore Signed-off-by: mihaisc <mihai.scarlat@smartcontrol.ro> * Next.js v12! Webpack 5! No build hacks anymore * json import fixes * fixes Co-authored-by: mihaisc <mihai.scarlat@smartcontrol.ro>
27 lines
1.4 KiB
JSON
27 lines
1.4 KiB
JSON
{
|
|
"siteTitle": "Ocean Market",
|
|
"siteTagline": "A marketplace to find, publish and trade data sets in the Ocean Network.",
|
|
"siteUrl": "https://market.oceanprotocol.com",
|
|
"siteIcon": "node_modules/@oceanprotocol/art/logo/favicon-white.png",
|
|
"siteImage": "../src/@images/share.png",
|
|
"copyright": "All Rights Reserved. Powered by [Ocean Protocol](https://oceanprotocol.com)",
|
|
"menu": [
|
|
{
|
|
"name": "Publish",
|
|
"link": "/publish"
|
|
},
|
|
{
|
|
"name": "Profile",
|
|
"link": "/profile"
|
|
}
|
|
],
|
|
"warning": {
|
|
"main": "We are in beta. Please familiarize yourself with [the market](https://oceanprotocol.com/technology/marketplaces), [the risks](https://blog.oceanprotocol.com/on-staking-on-data-in-ocean-market-3d8e09eb0a13), and the [Terms of Use](/terms).",
|
|
"polygonPublish": "Only republish data sets with a pool from ETH Mainnet into Polygon/Matic if the liquidity is **less than or equal to 1000 OCEAN in the original pool**. Doing otherwise will lead to [purgatory](https://github.com/oceanprotocol/list-purgatory) for the data set in Polygon/Matic."
|
|
},
|
|
"announcement": {
|
|
"main": "Ocean Market is [available on Polygon](https://blog.oceanprotocol.com/ocean-on-polygon-network-8abad19cbf47).",
|
|
"polygon": "Polygon/Matic EVM support is in early stages. [Use the Polygon Bridge](https://docs.oceanprotocol.com/tutorials/polygon-bridge/) to get mOCEAN."
|
|
}
|
|
}
|