Skip to content
This repository has been archived by the owner on Jul 1, 2024. It is now read-only.

Commit

Permalink
small updates versions (#227)
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelkurmacheff authored Jun 3, 2024
1 parent 10727dc commit a3d2e9d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
14 changes: 7 additions & 7 deletions src/components/homepage-features/HomepageFeatures.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import Link from "@docusaurus/core/lib/client/exports/Link";

const FeatureList = [
{
title: 'Aggregation Protocol V5',
title: 'Aggregation Protocol V6',
description: 'The 1inch Aggregation Protocol facilitates cost-efficient and secure swap transactions across multiple liquidity sources',
image: (
<div className={clsx(styles.featureCardImage, styles.aggregationProtocolImage)}/>
Expand All @@ -20,14 +20,14 @@ const FeatureList = [
title: 'Dune analytics',
href: 'https://dune.com/1inch/aggregator'
},
{
title: 'Smart contract v4',
href: 'https://etherscan.io/address/0x1111111254fb6c44bAC0beD2854e76F90643097d'
},
{
title: 'Smart contract v5',
href: 'https://etherscan.io/address/0x1111111254EEB25477B68fb85Ed929f73A960582'
},
{
title: 'Smart contract v6',
href: 'https://etherscan.io/address/0x111111125421ca6dc452d289314280a0f8842a65'
},
{
title: 'API',
isSwagger: true,
Expand All @@ -36,7 +36,7 @@ const FeatureList = [
]
},
{
title: 'Limit Order Protocol V3',
title: 'Limit Order Protocol V4',
description: 'The 1inch Limit Order Protocol facilitates the most innovative and flexible limit order swap opportunities in DeFi',
image: (
<div className={clsx(styles.featureCardImage, styles.limitOrderProtocolImage)}/>
Expand All @@ -52,7 +52,7 @@ const FeatureList = [
},
{
title: 'Smart contract',
href: 'https://etherscan.io/address/0x1111111254fb6c44bac0bed2854e76f90643097d'
href: 'https://etherscan.io/address/0x111111125421ca6dc452d289314280a0f8842a65'
},
{
title: 'API',
Expand Down

0 comments on commit a3d2e9d

Please sign in to comment.