Skip to content

Commit

Permalink
fix: text
Browse files Browse the repository at this point in the history
  • Loading branch information
Senna46 committed Jun 28, 2024
1 parent 32ce8dd commit e76e04e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 79 deletions.
4 changes: 2 additions & 2 deletions src/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"sunrise-question": "Enhanced Liquidity for Everyone",
"sunrise-definition": "Building with Sunrise enables the advantages & benefits of an aligned liquidity & security model by extending the Proof of Liquidity flywheel to the DA level. This bootstraps liquidity for rollups, while providing a comprehensive solution for modular blockchain development.",
"sunrise-01": {
"label": "Monolithic blockchains can't scale.",
"label": "Monolithic blockchains cant scale.",
"description": "<div class='flex flex-col gap-2'><span>Monolithic chains are generalist blockchains that perform all tasks themselves. The monolithic approach is to “do everything yourself”.</span><span>This approach is expensive, not customizable, and not scalable. It’s extremely slow to build and deploy modern applications directly on monolithic chains. It’s an outdated formula, ready for disruption.</span></div>"
},
"sunrise-02": {
Expand All @@ -15,7 +15,7 @@
"description": "<div class='flex flex-col gap-2'><span>Sunrise provides a fast and secure data and consensus layer that gives you all you need to launch a sustainable modular blockchain.</span><span>Sunrise brings further innovation to the modular paradigm by integrating a novel mechanism: <b>Proof of Liquidity (PoL)</b>.</span><span>PoL on Sunrise is Modular Liquidity, resolving the liquidity issue faced by pre-existing modular infrastructure. Extending & replicating Berachain Proof of Liquidity across the entire DA Layer creates an aligned liquidity & security model identical to Berachain’s PoL flywheel, systematically building liquidity for both Sunrise and its users.</span><span>DA users on Sunrise can now directly engage in PoL on Sunrise to bootstrap liquidity and security for their rollup.</span></div>"
},
"sunrise-04": {
"label": "The unique value of Sunrise",
"label": "DA Fee Abstraction",
"description": "<div class='flex flex-col gap-2'><span>Integrating PoL at the DA Layer also enables <b>Fee Abstraction</b> on Sunrise.</span><span>While other DA layers charge fees in their native tokens, leading to a net-value extract to rollup developers, Sunrise instead can utilize any token.</span><span>Sunrise resolves singular token dependency by allowing anyone to engage in PoL in exchange for blobspace. Users can LP to any pool of their choice, including stable pools, settlement layer tokens, and bridged tokens through our cross-chain integrations. This allows Sunrise and Sunrise’s users to become secured by liquidity from many various ecosystems.</span><span>Together, these unique functions supercharge Data Availability for developers.</span></div>"
},
"sunrise-features": {
Expand Down
75 changes: 0 additions & 75 deletions src/lib/components/Concept.svelte

This file was deleted.

4 changes: 2 additions & 2 deletions src/routes/Concepts.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@
style="background: var(--Dark, linear-gradient(180deg, rgba(15, 28, 54, 0.30) 0%, #0A204A 100%))"
>
<div class="card-body">
<h2 class="card-title md:text-2xl font-orbitron font-extrabold tracking-widest">
<h3 class="card-title md:text-2xl font-orbitron font-extrabold tracking-widest">
{$_(index)} <br />
{$_(label)}
</h2>
</h3>

<figure>
<img class="max-w-60 max-h-60 mx-auto" src={imageSrc} alt={label} />
Expand Down

0 comments on commit e76e04e

Please sign in to comment.