From f68ef4bd28002233e584c9a32268745a7152ebee Mon Sep 17 00:00:00 2001 From: alcueca Date: Tue, 30 Jan 2024 14:02:49 +0000 Subject: [PATCH] Link to audit --- src/Unwind.sol | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Unwind.sol b/src/Unwind.sol index 4702926..6fdd16d 100644 --- a/src/Unwind.sol +++ b/src/Unwind.sol @@ -1,4 +1,6 @@ // SPDX-License-Identifier: UNLICENSED +// Audit: https://github.com/christos-eth/Unwind-audit/issues/2 + pragma solidity ^0.8.21; import { ERC20 } from "lib/yield-utils-v2/src/token/ERC20.sol";