diff --git a/nakamoto-upgrade/nakamoto-rollout-plan/nakamoto-for-exchanges.md b/nakamoto-upgrade/nakamoto-rollout-plan/nakamoto-for-exchanges.md index 7268694b18..31feb1a0a6 100644 --- a/nakamoto-upgrade/nakamoto-rollout-plan/nakamoto-for-exchanges.md +++ b/nakamoto-upgrade/nakamoto-rollout-plan/nakamoto-for-exchanges.md @@ -57,5 +57,8 @@ There are two steps for Nakamoto rollout exchanges should be aware of: * [Testnet documentation](https://docs.stacks.co/nakamoto-upgrade/nakamoto) * [API documentation](https://docs.hiro.so/nakamoto/stacks-js) -* Binaries (coming soon) +* [Binaries](https://github.com/stacks-network/stacks-core/releases/tag/2.5.0.0.2) +* [Docker Images](https://hub.docker.com/r/blockstack/stacks-core/tags?page=1&name=2.5.0.0.2) +* [Stacks Blockchain API](https://github.com/hirosystems/stacks-blockchain-api/releases/tag/v7.10.0) +* [Stacks Blockchain API Docker Images](https://hub.docker.com/r/hirosystems/stacks-blockchain-api/tags?page=1&name=7.10.0) diff --git a/nakamoto-upgrade/nakamoto/nakamoto-stacking-quickstart.md b/nakamoto-upgrade/nakamoto/nakamoto-stacking-quickstart.md index 2bcb4573fa..85a7b46f17 100644 --- a/nakamoto-upgrade/nakamoto/nakamoto-stacking-quickstart.md +++ b/nakamoto-upgrade/nakamoto/nakamoto-stacking-quickstart.md @@ -18,15 +18,15 @@ Click the menu button in the top right and select “Change network”. Then cli * Name: “Nakamoto Testnet”. This is just for labeling, and it can be any value. * Bitcoin API: “Testnet” -* Stacks API: [https://api.nakamoto.testnet.hiro.so](https://explorer.hiro.so/?chain=testnet\&api=https://api.nakamoto.testnet.hiro.so) +* Stacks API: [https://api.testnet.hiro.so](https://explorer.hiro.so/?chain=testnet\&api=https://api.testnet.hiro.so) * Bitcoin API URL: keep default * Bitcoin Network token: this is a required field but you can just type any value, like “a” ### Get Testnet STX Tokens -Next, you can visit the [Nakamoto Testnet explorer](https://explorer.hiro.so/sandbox/faucet?chain=testnet\&api=https://api.nakamoto.testnet.hiro.so) to get some testnet STX tokens from the faucet. +Next, you can visit the [Nakamoto Testnet explorer](https://explorer.hiro.so/sandbox/faucet?chain=testnet\&api=https://api.testnet.hiro.so) to get some testnet STX tokens from the faucet. -Make sure you are using the Nakamot Testnet. You can verify this by ensuring that `api=https://api.nakamoto.testnet.hiro.so` is present in the URL. +Make sure you are using the Nakamot Testnet. You can verify this by ensuring that `api=https://api.testnet.hiro.so` is present in the URL. ### Using Lockstacks