Skip to content

Commit

Permalink
v1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
BeroBurny committed Jan 24, 2024
1 parent e408db4 commit 9095fcc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/plugin/NetworkArguments.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ interface NetworkArgument<Abi extends ContractAbi = any> {
- **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.

Expand Down

0 comments on commit 9095fcc

Please sign in to comment.