From a3d2e9de71d87aea5cf14ae007378dd03b0f715b Mon Sep 17 00:00:00 2001 From: Pavel Kurmachev <31183373+pavelkurmacheff@users.noreply.github.com> Date: Mon, 3 Jun 2024 22:26:26 +0700 Subject: [PATCH] small updates versions (#227) --- git-submodules/limit-order-protocol | 2 +- .../homepage-features/HomepageFeatures.js | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/git-submodules/limit-order-protocol b/git-submodules/limit-order-protocol index 5455f34a1..c811bf87e 160000 --- a/git-submodules/limit-order-protocol +++ b/git-submodules/limit-order-protocol @@ -1 +1 @@ -Subproject commit 5455f34a16aac8cab22636de5dbb089dff5dd96f +Subproject commit c811bf87e58c09844aa1eaf9bf5ed540894ce425 diff --git a/src/components/homepage-features/HomepageFeatures.js b/src/components/homepage-features/HomepageFeatures.js index bca262742..cd853b6f8 100644 --- a/src/components/homepage-features/HomepageFeatures.js +++ b/src/components/homepage-features/HomepageFeatures.js @@ -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: (
@@ -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, @@ -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: ( @@ -52,7 +52,7 @@ const FeatureList = [ }, { title: 'Smart contract', - href: 'https://etherscan.io/address/0x1111111254fb6c44bac0bed2854e76f90643097d' + href: 'https://etherscan.io/address/0x111111125421ca6dc452d289314280a0f8842a65' }, { title: 'API',