mirror of
https://github.com/oceanprotocol/market.git
synced 2024-12-02 05:57:29 +01:00
32 lines
811 B
JavaScript
32 lines
811 B
JavaScript
|
module.exports = {
|
||
|
title: 'Logistics Data Marketplace',
|
||
|
description: `Easily buy and sell logistics data from around the world.`,
|
||
|
url: 'https://dexfreight.oceanprotocol.com',
|
||
|
copyright:
|
||
|
'All Rights Reserved. Powered by [dexFreight](https://dexfreight.io) & [Ocean Protocol](https://oceanprotocol.com)',
|
||
|
refundPolicy: [
|
||
|
'Data can be challenged within 2 days after purchase.',
|
||
|
'The marketplace decides if you are eligible for refund.'
|
||
|
],
|
||
|
assetTerms: [
|
||
|
{
|
||
|
name: 'Personal Identifiable Information',
|
||
|
value: 'This offer contains no personal data'
|
||
|
},
|
||
|
{
|
||
|
name: 'Regions where data can be used',
|
||
|
value: 'Worldwide'
|
||
|
}
|
||
|
],
|
||
|
menu: [
|
||
|
{
|
||
|
name: 'Explore',
|
||
|
link: '/explore'
|
||
|
},
|
||
|
{
|
||
|
name: 'Publish',
|
||
|
link: '/publish'
|
||
|
}
|
||
|
]
|
||
|
}
|