Skip to content

Commit

Permalink
fix: incorrect URL for address book (#337)
Browse files Browse the repository at this point in the history
  • Loading branch information
matthieuauger authored Dec 23, 2024
1 parent e062c72 commit f58d206
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/world-chain/developers/template.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ anvil -f $RPC_URL
```

We need to also set three important environment variables that are required for the deployment of the World ID template app:
- `WORLD_ID_ROUTER`: The address of the World ID router contract that will verify the proofs (can be found in the [World ID documentation](https://docs.worldcoin.org/reference/address-book))
- `WORLD_ID_ROUTER`: The address of the World ID router contract that will verify the proofs (can be found in the [World ID documentation](https://docs.worldcoin.org/world-chain/reference/address-book))
- `NEXT_PUBLIC_APP_ID`: The app ID that was generated in the [Developer Portal](https://developer.worldcoin.org/login)
- `NEXT_PUBLIC_ACTION`: The action ID as configured in the [Developer Portal](https://developer.worldcoin.org/login)

Expand Down

0 comments on commit f58d206

Please sign in to comment.