diff --git a/docs/pages/config/reference.mdx b/docs/pages/config/reference.mdx index 113530467e..eeb7727074 100644 --- a/docs/pages/config/reference.mdx +++ b/docs/pages/config/reference.mdx @@ -128,18 +128,18 @@ The following options are available in both single- and multiple-namespace modes Relative path to the module's compiled JSON artifact (usually in `out`) or an import path if using a module from an npm package. This path is resolved using [Node's module `require` API](https://nodejs.org/api/modules.html#modulerequireid). - Whether or not to install this as a root module. Defaults to `false`. - A list of arguments used to call the module's install function. Each argument is a structure with two fields: - + + Solidity data type. The value. To encode a complex data type, such as a structure or an array, you can use Viem's [`encodeAbiParameters`](https://viem.sh/docs/abi/encodeAbiParameters.html). + @@ -173,6 +173,7 @@ The following options are available in both single- and multiple-namespace modes Path to custom world source file relative to project root dir. Contract name in custom world source file. +