From ed10909dcd522051f4c6694f8611032821a4dd86 Mon Sep 17 00:00:00 2001 From: trinitil Date: Wed, 29 Jan 2025 12:03:11 +0400 Subject: [PATCH] add config for simple manipulation --- test/fisherman/configs/test.json | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 test/fisherman/configs/test.json diff --git a/test/fisherman/configs/test.json b/test/fisherman/configs/test.json new file mode 100644 index 00000000..d0e2bd7e --- /dev/null +++ b/test/fisherman/configs/test.json @@ -0,0 +1,11 @@ +{ + "block_id": { + "workchain_id": -1, + "shard_id": "8000000000000000", + "seqno": 27492934 + }, + "manipulation": { + "type": "HeaderCorrupter", + "config": {} + } +}