Skip to content
This repository has been archived by the owner on Jun 24, 2022. It is now read-only.

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
anxolin committed Jan 23, 2022
2 parents bb7b1a1 + ab27be8 commit 0073200
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"dist"
],
"private": true,
"version": "1.9.2",
"version": "1.9.3",
"engines": {
"node": ">=14.0.0"
},
Expand Down
6 changes: 3 additions & 3 deletions src/custom/pages/error/AnySwapAffectedUsers/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -73,14 +73,14 @@ const Container = styled.div`
export default function AnySwapAffectedUsers() {
return (
<Wrapper>
<Title>Your account is affected by AnySwap Hack</Title>
<Title>Your account is affected by the AnySwap Hack</Title>
<Content>
<Container>
<img src={cow404IMG} alt="CowSwap 404 not found" />
<h2>Read how to prevent loosing funds</h2>
<h2>Read how to prevent losing funds</h2>
</Container>
<p>
Your user has given an allowance to <pre>AnyswapV4Router</pre> which is affected by a critical vulnerability.
You have given an allowance to <pre>AnyswapV4Router</pre> which is affected by a critical vulnerability.
</p>
<p>In order to protect your funds, you will need to remove the approval on this contract.</p>
<p>
Expand Down

0 comments on commit 0073200

Please sign in to comment.