File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -251,9 +251,9 @@ pnpm db:apply:is-listed:testnet
251251
252252| Environment | Dashboard URL | Trigger |
253253| ----------------- | ------------------------------------------------------------------------- | -------------------------------------- |
254- | ` production ` | [ Validators API Mainnet] ( https://validators-api-mainnet.pages.dev ) | Manual ` wrangler deploy ` |
254+ | ` production ` | [ Validators API Mainnet] ( https://validators-api-mainnet.pages.dev ) | Manual ` wrangler deploy ` |
255255| ` preview ` | [ Validators API Mainnet Preview] ( https://validators-api-mainnet.pages.dev ) | Manual deployment |
256- | ` testnet ` | [ Validators API Testnet] ( https://validators-api-testnet.pages.dev ) | Manual ` wrangler deploy --env testnet ` |
256+ | ` testnet ` | [ Validators API Testnet] ( https://validators-api-testnet.pages.dev ) | Manual ` wrangler deploy --env testnet ` |
257257| ` testnet-preview ` | [ Validators API Testnet Preview] ( https://validators-api-testnet.pages.dev ) | Manual deployment |
258258
259259Each environment has its own D1 database, KV cache, and R2 blob. Sync runs every 12 hours via Cloudflare cron triggers (see ` server/tasks/sync/ ` ).
You can’t perform that action at this time.
0 commit comments