From 9095fccbf22382c2c22fcb6d2d414088b3b34753 Mon Sep 17 00:00:00 2001 From: BeroBurny Date: Wed, 24 Jan 2024 10:21:58 +0100 Subject: [PATCH] v1.4.1 --- docs/plugin/NetworkArguments.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/plugin/NetworkArguments.md b/docs/plugin/NetworkArguments.md index e8b9a7a..90130c5 100644 --- a/docs/plugin/NetworkArguments.md +++ b/docs/plugin/NetworkArguments.md @@ -26,6 +26,7 @@ interface NetworkArgument { - **Description**: The arguments passed to the contract's constructor for the specified network. - **Purpose**: Used to initialize and configure the contract upon deployment for each specific network. - **initData** + - **TODO!!** - **Description**: An optional string for additional initialization data (often a hexadecimal string). - **Purpose**: Enables providing extra setup or configuration data, usually used in conjunction with the contract's initialization method.