From bdd4a8b5dcdfa88ae232d2a0799b5b289c1b6b1c Mon Sep 17 00:00:00 2001 From: PixelPilot <161360836+PixelPil0t1@users.noreply.github.com> Date: Sun, 2 Feb 2025 09:46:12 +0100 Subject: [PATCH] Update deploy.md --- docs/src/content/ignition/docs/guides/deploy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/content/ignition/docs/guides/deploy.md b/docs/src/content/ignition/docs/guides/deploy.md index 48a9c81017..7ac56700a2 100644 --- a/docs/src/content/ignition/docs/guides/deploy.md +++ b/docs/src/content/ignition/docs/guides/deploy.md @@ -70,7 +70,7 @@ npx hardhat ignition deploy ignition/modules/Apollo.js --parameters ignition/par :::: -To pass a `bigint` as a Module parameter, you can encode it as a string. Any string parameter value that matches the regex `/d+n/` will be converted to a `bigint` before being passed to the module, for instance the `endowment` parameter in the following example: +To pass a `bigint` as a Module parameter, you can encode it as a string. Any string parameter value that matches the regex `/\d+n/` will be converted to a `bigint` before being passed to the module, for instance the `endowment` parameter in the following example: ```json {