Skip to content

Commit ba6fbd7

Browse files
committed
Patterns: lead with Cross-chain token, then Custom price oracle
Reorder the 2x2 patterns grid so Cross-chain token sits top-left (first read) and Custom price oracle moves to top-right. Prediction market resolver and Compliance-gated transfers stay in the bottom row, unchanged.
1 parent 58bb793 commit ba6fbd7

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

src/components/LandingHowItWorks/LandingHowItWorks.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,14 +44,14 @@ if (Number(price.data.amount) * Number(ratio) < threshold) {
4444
}`;
4545

4646
const patterns = [
47-
{
48-
k: 'Custom price oracle',
49-
v: 'Aggregate any combination of CEX + DEX feeds, sign once, deliver to multiple chains.',
50-
},
5147
{
5248
k: 'Cross-chain token',
5349
v: 'Lit checks burn events on one chain and signs the matching mint on another — permissionless bridging, any chain.',
5450
},
51+
{
52+
k: 'Custom price oracle',
53+
v: 'Aggregate any combination of CEX + DEX feeds, sign once, deliver to multiple chains.',
54+
},
5555
{
5656
k: 'Prediction market resolver',
5757
v: 'Poll one or more LLMs in a TEE, sign the consensus, post it on-chain — no UMA, no dispute window.',

src/components/Prototypes/Prototype1.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -180,14 +180,14 @@ export default function Prototype1() {
180180
</div>
181181
<div className="grid md:grid-cols-2 gap-4 max-w-5xl mx-auto">
182182
{[
183-
{
184-
k: 'Custom price oracle',
185-
v: 'Aggregate any combination of CEX + DEX feeds, sign once, deliver to multiple chains.',
186-
},
187183
{
188184
k: 'Cross-chain token',
189185
v: 'Lit checks burn events on one chain and signs the matching mint on another — permissionless bridging, any chain.',
190186
},
187+
{
188+
k: 'Custom price oracle',
189+
v: 'Aggregate any combination of CEX + DEX feeds, sign once, deliver to multiple chains.',
190+
},
191191
{
192192
k: 'Prediction market resolver',
193193
v: 'Poll one or more LLMs in a TEE, sign the consensus, post it on-chain — no UMA, no dispute window.',

0 commit comments

Comments
 (0)