Skip to content

Commit bd80334

Browse files
authored
Readme updated with The Sec3 audit link. Typos fixed (#969)
* Readme updated with The Sec3 audit link added. Typos fixed * The Sec changed to Sec in Readme
1 parent a23df3e commit bd80334

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Whirlpools
22

3-
Whirpools is an open-source concentrated liquidity AMM contract on the Solana blockchain.
3+
Whirlpools is an open-source concentrated liquidity AMM contract on the Solana blockchain.
44
This repository contains the Rust smart contract and SDKs to interact with a deployed program.
55

66
The official deployment of the whirlpool contract can be found at the `whirLbMiicVdio4qvUfM5KAg6Ct8VwpYzGff3uctyCc` address on:
@@ -15,6 +15,7 @@ The program has been audited several times by different security firms.
1515
* Jan 28th, 2022 - [Kudelski Security](/.audits/2022-01-28.pdf)
1616
* May 5th, 2022 - [Neodyme](/.audits/2022-05-05.pdf)
1717
* Aug 21st, 2024 - [OtterSec](/.audits/2024-08-21.pdf)
18+
* Feb 28th, 2025 - [Sec3](/.audits/2025-02-28.pdf)
1819

1920
## Usage
2021

@@ -65,7 +66,7 @@ These instructions are for setting up a development environment on a Mac. If you
6566

6667
This repository uses NX to manage the Rust and Typescript codebases. This allows us to have a monorepo with multiple packages and share code between them. Dependencies between packages are automatically resolved by NX, so you don't have to worry about managing that yourself.
6768

68-
This repository is split up into sevaral parts. The following is a (non-exhaustive) list of the components and their purpose.
69+
This repository is split up into several parts. The following is a (non-exhaustive) list of the components and their purpose.
6970

7071
* **`/programs/*`** - Rust programs that are deployed on Solana.
7172
* **`/ts-sdk/*`** - Typescript SDKs for interacting with the programs.

0 commit comments

Comments
 (0)