mirror of
https://github.com/web3privacy/explorer-app.git
synced 2024-10-15 16:46:26 +02:00
fix(hardcoded data)
This commit is contained in:
parent
9e5bd2e299
commit
9ee0538a7f
3 changed files with 1994 additions and 1993 deletions
|
@ -75,7 +75,7 @@ defineProps<{
|
||||||
Assets used
|
Assets used
|
||||||
</h3>
|
</h3>
|
||||||
<p leading="20px lg:24px">
|
<p leading="20px lg:24px">
|
||||||
ETH, DAI, USDC, FRAX
|
{{ project.assets_used?.map((a) => a.toUpperCase()).join(', ') }}
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
|
@ -87,7 +87,7 @@ defineProps<{
|
||||||
Native token
|
Native token
|
||||||
</h3>
|
</h3>
|
||||||
<p leading="20px lg:24px">
|
<p leading="20px lg:24px">
|
||||||
SCRT
|
{{ project.tokens?.length ? project.tokens[0]?.name : 'N/A' }}
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
|
@ -99,7 +99,7 @@ defineProps<{
|
||||||
Project launch day
|
Project launch day
|
||||||
</h3>
|
</h3>
|
||||||
<p leading="20px lg:24px">
|
<p leading="20px lg:24px">
|
||||||
06/2017
|
{{ project.product_launch_day || 'N/A'}}
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -124,6 +124,7 @@ watch([scrollY, top, y], (newValues, oldValues) => {
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
{{ selectedAssetsUsedId }}
|
||||||
<slot />
|
<slot />
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue