docs: sync from backend cdc8df1 + frontend a5dd48e + scanner 8fee27e — AMN Pay Scanner

- Activity Log: new entry for AMN Pay Scanner implementation
- Environment Variables: document AMN_SCANNER_URL, AMN_SCANNER_WEBHOOK_SECRET, AMN_SCANNER_DEFAULT
- PRD status table: mark all components implemented
This commit is contained in:
Siavash Sameni
2026-05-29 13:07:07 +04:00
parent 04f158e5f3
commit 67cfe4469b
6 changed files with 273 additions and 2 deletions

View File

@@ -326,6 +326,11 @@ SWEEP_MASTER_PRIVKEY=
SWEEP_GAS_MIN_BNB=0.001
SWEEP_GAS_TOP_UP_BNB=0.002
# AMN Pay Scanner (replaces Request Network for pay-in detection)
AMN_SCANNER_URL=
AMN_SCANNER_WEBHOOK_SECRET=
AMN_SCANNER_DEFAULT=false
# OAuth
GOOGLE_CLIENT_ID=
```