From 86b29b62574b61a2b2d14005c0c7c20a303815e7 Mon Sep 17 00:00:00 2001 From: Jiacheng Xu Date: Tue, 19 Sep 2023 00:41:16 +0800 Subject: [PATCH] update docs --- docs/TSB-001.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/TSB-001.md b/docs/TSB-001.md index e4e248b..6dcd1c7 100644 --- a/docs/TSB-001.md +++ b/docs/TSB-001.md @@ -9,4 +9,5 @@ This is a honeypot smart contract sample demonstrating unpredictable behavior wh - [01.sol](https://github.com/cryptousersecurity/token-security-benchmark/blob/main/src/TSB-001/samples/01.sol) - [02.sol](https://github.com/cryptousersecurity/token-security-benchmark/blob/main/src/TSB-001/samples/02.sol) - [03.sol](https://github.com/cryptousersecurity/token-security-benchmark/blob/main/src/TSB-001/samples/03.sol) -- [04.sol](https://github.com/cryptousersecurity/token-security-benchmark/blob/main/src/TSB-001/samples/04.sol) +- [04.sol](https://github.com/cryptousersecurity/token-security-benchmark/blob/main/src/TSB-001/samples/04.sol) +- [05.sol](https://github.com/cryptousersecurity/token-security-benchmark/blob/main/src/TSB-001/samples/05.sol)