From 933019d3b97a932c4a86c00e35f962491bc43b90 Mon Sep 17 00:00:00 2001 From: Takis Kakalis <80459599+Takaros999@users.noreply.github.com> Date: Tue, 26 May 2026 18:04:17 +0300 Subject: [PATCH] docs: add staging verifier address --- world-id/idkit/onchain-verification.mdx | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/world-id/idkit/onchain-verification.mdx b/world-id/idkit/onchain-verification.mdx index a90cf4e..951d5cb 100644 --- a/world-id/idkit/onchain-verification.mdx +++ b/world-id/idkit/onchain-verification.mdx @@ -95,11 +95,12 @@ const unpackedProof = abi.decode(["uint256[8]"], proof)[0]; ## 2. Verifying Uniqueness proofs in `WorldIDVerifier.sol` (World ID 4.0) `WorldIDVerifier` is deployed on World Chain Mainnet as an upgradeable proxy. -Use the proxy address in your integration: +Use the proxy address for your environment: -| Chain | `WorldIDVerifier` proxy | -|---|---| -| World Chain | [0x00000000009E00F9FE82CfeeBB4556686da094d7](https://worldscan.org/address/0x00000000009E00F9FE82CfeeBB4556686da094d7) | +| Environment | Chain | `WorldIDVerifier` proxy | +|---|---|---| +| Production | World Chain | [0x00000000009E00F9FE82CfeeBB4556686da094d7](https://worldscan.org/address/0x00000000009E00F9FE82CfeeBB4556686da094d7) | +| Staging | World Chain | [0x703a6316c975DEabF30b637c155edD53e24657DB](https://worldscan.org/address/0x703a6316c975DEabF30b637c155edD53e24657DB) | For v4 uniqueness proofs, call `verify(...)` on the `WorldIDVerifier` proxy and store used nullifiers to enforce one-human-one-action semantics in your