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 | |