mirror of
https://github.com/oceanprotocol/market.git
synced 2024-12-02 05:57:29 +01:00
6dfeead4fd
* update contracts * add version selector * show banner on all pages * show banner on all pages * Announcement/warning messages cleanup * new main announcement message * contextual compute-to-data warnings in publish form & asset action * copy update * change hardcoded URLs * change localStorage key * to prevent user preferences clashes when switching between v3 & v4 * footer stats note changes * move copy into content file * mention external markets * footer stats note copy changes * modified pool widget footer * take out pool reserve display * style & spacing updates for fees Co-authored-by: Matthias Kretschmann <m@kretschmann.io>
20 lines
456 B
JSON
20 lines
456 B
JSON
{
|
|
"links": [
|
|
{
|
|
"name": "Docs",
|
|
"url": "https://docs.oceanprotocol.com"
|
|
},
|
|
{
|
|
"name": "GitHub",
|
|
"url": "https://github.com/oceanprotocol"
|
|
},
|
|
{
|
|
"name": "Discord",
|
|
"url": "https://discord.gg/TnXjkR5"
|
|
}
|
|
],
|
|
"stats": {
|
|
"note": "Counted on-chain from our NFT and pool factories. Includes assets in all Ocean Market forks and [purgatory](https://github.com/oceanprotocol/list-purgatory)."
|
|
}
|
|
}
|