Skip to content

Commit

Permalink
Merge pull request #1 from orcfax/christian/v1-align
Browse files Browse the repository at this point in the history
removal of COOP and other minor edits
  • Loading branch information
gchartier authored Sep 12, 2024
2 parents 598768f + d97f8b8 commit 18e9ec0
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 11 deletions.
9 changes: 4 additions & 5 deletions src/lib/sections/About.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,16 @@
<div class="flex flex-col gap-6">
<h2>About Orcfax</h2>
<p class="font-bold italic">
Orcfax is a second-generation oracle service for the Cardano blockchain that publishes data
about real-world events into Cardano transaction datum.
Orcfax is an oracle service for the Cardano blockchain that publishes data about real-world
events into Cardano transaction datum.
</p>
<p>
These are made available as on-chain data inputs to smart contracts, scripts, and dApps that
are running on the Cardano blockchain.
</p>
<p>
Orcfax data is made available in Cardano's native eUTXO format using our <Link
href="https://docs.orcfax.io/solution-overview#cardano-open-oracle-protocol-coop"
isNewTab>Cardano Open Oracle Protocol (COOP)</Link
href="https://docs.orcfax.io/consume"isNewTab>Oracle Protocol</Link
>.
</p>
</div>
Expand All @@ -32,7 +31,7 @@
Orcfax provides full <b>audit logs</b> of its data collection and validation process for each
datum on a permisionless, decentralized storage network. This allows users to
<b>"trust but verify"</b>
the fact statements published by Orcfax.
the Fact Statements published by Orcfax.
</p>
<p>
Orcfax is finely-tuned to deliver <b>authentic</b> and <b>accurate</b> oracle data. This is a critical
Expand Down
2 changes: 1 addition & 1 deletion src/lib/sections/Features.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
{
title: 'Cardano-Native eUTXO Design',
description:
'Orcfax created and implements the Cardano Open Oracle Protocol as an open standard designed to support and enhance eUTXO datum publication. A key objective of the COOP is leveraging the eUTXO design to reduce on-chain fees.',
'Orcfax created and implements the Oracle Protocol, which has been designed to support and enhance eUTXO datum publication. Key objectives of the protocol are to leverage the eUTXO design and to streamline the datum to reduce on-chain fees.',
image: `${base}/images/features/cardano-native-design.webp`,
altText:
'A black and white image showing an abstract representation of a network with interconnected nodes and lines, with several larger circles grouped in the center, forming the Cardano logo. The design suggests connectivity and complexity.'
Expand Down
6 changes: 3 additions & 3 deletions src/lib/sections/Hero.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,11 @@
</h2>
<div class="flex flex-col items-center pt-8 gap-5 sm:gap-8">
<div class="text-2xl text-center mb-4 font-black">
All Validator License NFTs have been claimed!
Orcfax v1 is live on Mainnet!
</div>

<Link href="https://status.orcfax.io/validators" isNewTab isButton
>View Validator Details →</Link
<Link href="https://explorer.orcfax.io/" isNewTab isButton
>View new Explorer →</Link
>
</div>
</section>
4 changes: 2 additions & 2 deletions src/lib/sections/Token.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,11 @@
</div>
<div class="w-full flex pt-4">
<Link
href="https://app.wingriders.com/pools/026a18d04a0c642759bb3d83b12e3344894e5c1c7b2aeb1a2113a5702b4e632bf755fe5e33309a47216aa396106641edd056423e2ef2a08ce30bb604"
href="https://app.dexhunter.io/swap?tokenIdSell=&tokenIdBuy=a3931691f5c4e65d01c429e473d0dd24c51afdb6daf88e632a6c1e516f7263666178746f6b656e"
isNewTab
isButton
>
Liquidity Pool
Trade $FACT
</Link>
</div>
</div>
Expand Down

0 comments on commit 18e9ec0

Please sign in to comment.