diff --git a/README.md b/README.md index 53526fb..703acc1 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,7 @@ - [Installation](#installation) - [Simple Builder](https://github.com/The-Poolz/LockDealNFT.Builders/tree/master/contracts/SimpleBuilder#simplebuilder) - [Simple Refund Builder](https://github.com/The-Poolz/LockDealNFT.Builders/tree/master/contracts/SimpleRefundBuilder#simplerefundbuilder) +- [Audit Report](#audit-report) - [License](#license) ## Installation @@ -59,6 +60,9 @@ npx hardhat run ./scripts/deploySimpleBuilder.ts --network truffleDashboard npx hardhat run ./scripts/deploySimpleRefundBuilder.ts --network truffleDashboard ``` +## Audit report +The audit report is available here: [Audit Report](https://docs.google.com/document/d/1pLkH97n9CBYgKS1mDAUOxKjSAlXCseaS/edit#heading=h.gjdgxs) + ## License [The-Poolz](https://poolz.finance/) Contracts is released under the [MIT License](https://github.com/The-Poolz/LockDealNFT.Builders/blob/master/LICENSE).