Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions web/.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,16 @@ RP_REGISTRY_SAFE_4337_MODULE_ADDRESS=0x75cf11467937ce3F2f357CE24ffc3DBF8fD5c226
RP_REGISTRY_KMS_REGION=eu-west-1
RP_REGISTRY_UPDATE_RP_TYPEHASH=0xe52c0a4424a7d2015a13748c3738793d6b1dd1774e4ee82516251372da305465
RP_REGISTRY_DOMAIN_SEPARATOR=0x150a3a11bbb5ea6c4cfbd7cedc050d67bb55333eb8700bec241368de512607f1
# Kill switch for POST /api/_pre-register-rp-ids, which defensively claims the
# on-chain rp_id of apps that haven't migrated yet so nobody can squat it. Every
# claim spends L2 gas and the registry's WLD fee, so leave this unset unless a
# run is actually intended. The endpoint dry-runs unless asked not to.
ENABLE_RP_ID_PRE_REGISTRATION=
# Placeholder signer recorded on a defensively claimed rp_id. Must be a valid
# non-zero address that CANNOT sign — nothing should be able to verify against a
# claimed-but-unadopted RP. Replaced with the developer's real signer when the
# app registers for real.
RP_ID_PRE_REGISTRATION_SIGNER=

# Verifier Contract
VERIFIER_CONTRACT_ADDRESS=0x0000000000000000000000000000000000000000
Expand Down
Loading
Loading