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
@@ -43,7 +43,7 @@ If you operate a staking pool and want to be displayed in the Nimiq Wallet, foll
43
43
3. Review the [Description Guidelines](#recommendations-for-your-validator-description).
44
44
4. Learn about the [JSON Schema](#validator-json-schema).
45
45
5. Submit a PR to this repository. A Nimiq team member will review your submission within 3 days.
46
-
6. Once the PR is submitted, check that the [API endpoint](https://validators-api-mainnet.pages.dev/api/v1/validators) returns your information. This process may take a few minutes.
46
+
6. Once the PR is submitted, check that the [API endpoint](https://validators-api-main.je-cf9.workers.dev/api/v1/validators) returns your information. This process may take a few minutes.
47
47
48
48
> [!WARNING]
49
49
> Nimiq reserves the right to make minor adjustments to the content submitted by validator owners if necessary.
@@ -113,13 +113,13 @@ The VTS is displayed in the Nimiq Wallet, allowing stakers to compare validators
113
113
The Validators API provides endpoints to retrieve validator information for integration with tools, dashboards, and other applications.
|[/api/v1/validators](https://validators-api-mainnet.pages.dev/api/v1/validators)| Retrieves the validator list. See [query params](./server/utils/schemas.ts#L54)|
117
-
|[/api/v1/validators/:validator_address](https://validators-api-mainnet.pages.dev/api/v1/validators/NQ7700000000000000000000000000000001)| Retrieves the validator information |
118
-
|[/api/v1/supply](https://validators-api-mainnet.pages.dev/api/v1/supply)| Retrieves supply status |
116
+
|[/api/v1/validators](https://validators-api-main.je-cf9.workers.dev/api/v1/validators)| Retrieves the validator list. See [query params](./server/utils/schemas.ts#L54)|
117
+
|[/api/v1/validators/:validator_address](https://validators-api-main.je-cf9.workers.dev/api/v1/validators/NQ7700000000000000000000000000000001)| Retrieves the validator information |
118
+
|[/api/v1/supply](https://validators-api-main.je-cf9.workers.dev/api/v1/supply)| Retrieves supply status |
119
119
120
120
## Validators Dashboard
121
121
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-mainnet.pages.dev/
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
125
> Check also the [deployment](#deployment) section to learn how to access to the `testnet` and `preview` environments.
0 commit comments