mirror of
https://github.com/oceanprotocol/market.git
synced 2024-11-15 01:34:57 +01:00
Data Token → Datatoken
This commit is contained in:
parent
053717ac95
commit
041dfcee08
@ -100,11 +100,11 @@
|
|||||||
"price": {
|
"price": {
|
||||||
"fixed": {
|
"fixed": {
|
||||||
"title": "Fixed",
|
"title": "Fixed",
|
||||||
"info": "Set your price for accessing this data set. A Data Token for this data set, worth the entered amount of OCEAN, will be created."
|
"info": "Set your price for accessing this data set. A Datatoken for this data set, worth the entered amount of OCEAN, will be created."
|
||||||
},
|
},
|
||||||
"dynamic": {
|
"dynamic": {
|
||||||
"title": "Dynamic",
|
"title": "Dynamic",
|
||||||
"info": "Let's create a decentralized, automated market for your data set. A Data Token for this data set, worth the entered amount of OCEAN, will be created. Additionally, you will provide liquidity into a Data Token/OCEAN liquidity pool with Balancer.",
|
"info": "Let's create a decentralized, automated market for your data set. A Datatoken for this data set, worth the entered amount of OCEAN, will be created. Additionally, you will provide liquidity into a Datatoken/OCEAN liquidity pool with Balancer.",
|
||||||
"tooltips": {
|
"tooltips": {
|
||||||
"poolInfo": "Explain what is going on here...",
|
"poolInfo": "Explain what is going on here...",
|
||||||
"liquidityProviderFee": "Explain liquidity provider fee...",
|
"liquidityProviderFee": "Explain liquidity provider fee...",
|
||||||
|
@ -144,7 +144,7 @@ export default function Pool({ ddo }: { ddo: DDO }): ReactElement {
|
|||||||
Pool
|
Pool
|
||||||
</EtherscanLink>
|
</EtherscanLink>
|
||||||
<EtherscanLink network="rinkeby" path={`token/${ddo.dataToken}`}>
|
<EtherscanLink network="rinkeby" path={`token/${ddo.dataToken}`}>
|
||||||
Data Token
|
Datatoken
|
||||||
</EtherscanLink>
|
</EtherscanLink>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -56,7 +56,7 @@ export default function MetaFull({
|
|||||||
/>
|
/>
|
||||||
|
|
||||||
<MetaItem
|
<MetaItem
|
||||||
title="Data Token"
|
title="Datatoken"
|
||||||
content={
|
content={
|
||||||
<EtherscanLink network="rinkeby" path={`token/${dataToken}`}>
|
<EtherscanLink network="rinkeby" path={`token/${dataToken}`}>
|
||||||
{dtName ? `${dtName} - ${dtSymbol}` : <code>{dataToken}</code>}
|
{dtName ? `${dtName} - ${dtSymbol}` : <code>{dataToken}</code>}
|
||||||
|
Loading…
Reference in New Issue
Block a user