From 047f4ac64198b2469f3b7c1fcbea771c6d847a62 Mon Sep 17 00:00:00 2001 From: Filipp Makarov Date: Wed, 2 Oct 2024 12:36:59 +0300 Subject: [PATCH] disclaimer --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 65f7c8c..09dc367 100644 --- a/README.md +++ b/README.md @@ -8,3 +8,5 @@ Dynamic array are not easily compatible with ERC-4337 [associated storage](https - EnumerableSet4337.sol: Fork of OZ's EnumerableSet that makes all storage access ERC-4337 compliant via associated storage. Stores indexes in a mapping making access to a given value easier. - EnumerableMap4337.sol: Library for managing an enumerable variant of Solidity's [`mapping`](https://solidity.readthedocs.io/en/latest/types.html#mapping-types) type. +## Disclaimer +These libraries are provided as-is, without any warranty or guarantee of any kind. Use them at your own risk.