Skip to content
This repository was archived by the owner on May 20, 2025. It is now read-only.

Commit 9f098a2

Browse files
authored
chore: deprecate message (#204)
1 parent e1f6af9 commit 9f098a2

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

README.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,19 +10,26 @@
1010
<br />
1111
<br />
1212

13+
> ⚠️ **DEPRECATED – DO NOT USE**
14+
>
15+
> This repository is no longer maintained and is **deprecated**.
16+
>
17+
> It may contain **outdated, insecure, or vulnerable code** and should **not** be used in production or as a dependency in any project.
18+
>
19+
> The repository is retained solely for historical reference. No support, updates, or security patches will be provided.
20+
1321
## Soft-deprecation notice
1422

1523
Smock has had a fruitful life, and its legacy lives on
1624
[smock-foundry](https://github.com/defi-wonderland/smock-foundry), a
1725
re-implementation for foundry which we now use exclusively as a side-effect of
1826
using `foundry` for all new projects.
1927

20-
This project will receive security/bug fixes and code review for the
21-
foreseeable future, so existing projects can continue to use it, but no further
22-
features will be implemented. In particular, we won't migrate the project to
28+
We won't migrate the project to
2329
newer versions of peer dependencies, as specified in
2430
[#201](https://github.com/defi-wonderland/smock/issues/201)
2531

32+
# Overview
2633
**Smock** is the **S**olidity **mock**ing library. It's a plugin for
2734
[hardhat](https://hardhat.org) that can be used to create mock Solidity
2835
contracts entirely in JavaScript (or TypeScript!). With Smock, it's

0 commit comments

Comments
 (0)