Skip to content

Commit

Permalink
Merge pull request #376 from zklim/master
Browse files Browse the repository at this point in the history
fix: API endpoint should be https
  • Loading branch information
d0cd authored Jul 11, 2024
2 parents 42cb098 + c0eabef commit e977b79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/leo/17_testnet_beta.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ For each of the breaking changes above, we've provided instructions on how to up
### API Endpoints
If you are using API endpoints, you will likely **need to update the URL** to point to the new Testnet Beta endpoint.

**The official endpoint is `http://api.explorer.aleo.org/v1/testnet`.**
**The official endpoint is `https://api.explorer.aleo.org/v1/testnet`.**
If you are using a custom endpoint, you will just need to update `testnet3` to `testnet` in the URL.

The [Explorer](https://explorer.aleo.org/) is pointed to Testnet Beta.
Expand Down

0 comments on commit e977b79

Please sign in to comment.