From 61b62a5ff17dea55b7b818d743f92702c5312848 Mon Sep 17 00:00:00 2001 From: Anxo Rodriguez Date: Sun, 23 Jan 2022 12:30:56 +0100 Subject: [PATCH 1/2] Improve text (#2261) --- src/custom/pages/error/AnySwapAffectedUsers/index.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/custom/pages/error/AnySwapAffectedUsers/index.tsx b/src/custom/pages/error/AnySwapAffectedUsers/index.tsx index b9f02aa1b..57e5a7148 100644 --- a/src/custom/pages/error/AnySwapAffectedUsers/index.tsx +++ b/src/custom/pages/error/AnySwapAffectedUsers/index.tsx @@ -73,14 +73,14 @@ const Container = styled.div` export default function AnySwapAffectedUsers() { return ( - Your account is affected by AnySwap Hack + Your account is affected by the AnySwap Hack CowSwap 404 not found -

Read how to prevent loosing funds

+

Read how to prevent losing funds

- Your user has given an allowance to

AnyswapV4Router
which is affected by a critical vulnerability. + You have given an allowance to
AnyswapV4Router
which is affected by a critical vulnerability.

In order to protect your funds, you will need to remove the approval on this contract.

From ab27be883c382c038faa3324422a1f91050d8b40 Mon Sep 17 00:00:00 2001 From: Anxo Rodriguez Date: Sun, 23 Jan 2022 11:32:33 +0000 Subject: [PATCH 2/2] 1.9.3 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index d1d4825d3..0a4d7c43e 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "dist" ], "private": true, - "version": "1.9.2", + "version": "1.9.3", "engines": { "node": ">=14.0.0" },