From d19eebada34c0366b6e2c8793805581bfcea954b Mon Sep 17 00:00:00 2001 From: Fraser Scott Date: Tue, 30 Apr 2024 20:01:46 +0100 Subject: [PATCH] chore: docs --- docs/pages/cli/verify.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pages/cli/verify.mdx b/docs/pages/cli/verify.mdx index 220b5fd9aa..bd4769a78b 100644 --- a/docs/pages/cli/verify.mdx +++ b/docs/pages/cli/verify.mdx @@ -37,7 +37,7 @@ Otherwise, the generated bytecode is different and therefore verification fails. | ---------------- | ------------------------------------------------------ | ------- | ---------------------------- | | `--worldAddress` | Verify the contracts of the World at the given address | string | none, error if unspecified | | `--configPath` | Path to the config file | string | `mud.config.ts` | - | `--verifier` | The verifier to use (`sourcify`, or `blockscout`) | string | `sourcify` | + | `--verifier` | The verifier to use (`sourcify`, or `blockscout`) | string | `blockscout` | | `--verifierUrl` | URL to use to access the verifier's API | string | depends on the verifier used | | `--profile` | The foundry profile to use | string | `local` | | `--rpc` | URL to the blockchain | string | |