You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-5Lines changed: 3 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -122,7 +122,7 @@ The Validators API provides endpoints to retrieve validator information for inte
122
122
The Validators Dashboard is a simple Nuxt application that displays all validators along with their scores. You can access the dashboard here: https://validators-api-main.je-cf9.workers.dev/
123
123
124
124
> [!TIP]
125
-
> Check also the [deployment](#deployment) section to learn how to access to the `testnet`and `preview` environments.
125
+
> Check also the [deployment](#deployment) section to learn how to access the `testnet`environment.
126
126
127
127
## How the API works
128
128
@@ -209,7 +209,7 @@ Deployed via Wrangler CLI with `wrangler.json` config:
-`production`: [Validators API Mainnet](https://validators-api-main.je-cf9.workers.dev) via manual `wrangler deploy`
253
-
-`preview`: [Validators API Mainnet Preview](https://validators-api-main.je-cf9.workers.dev) via manual deployment
254
253
-`testnet`: [Validators API Testnet](https://validators-api-test.je-cf9.workers.dev) via manual `wrangler deploy --env testnet`
255
-
-`testnet-preview`: [Validators API Testnet Preview](https://validators-api-test.je-cf9.workers.dev) via manual deployment
256
254
257
255
Each environment has its own D1 database, KV cache, and R2 blob. Sync runs every 12 hours via Cloudflare cron triggers (see `server/tasks/sync/`).
258
256
259
257
### Deployment Migration
260
258
261
-
Migrated from Cloudflare Pages to Workers for cron job support.
259
+
Migrated from Cloudflare Pages to Workers for cron job support. Pages URLs remain legacy redirects only and are not active deployment targets.
0 commit comments