Skip to content

Commit ee1dd1e

Browse files
authored
Update README.md
1 parent 2d86d0f commit ee1dd1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ Finally, in docker extension inside VS Code click right and choose "Attach VS Co
156156
Oracle program upgrades are managed by the Pythian Council multisig. The steps to deploy a new version are:
157157

158158
1. Create a release branch from `main`. This should include the binary for the Pythnet oracle program (`pyth_oracle_pythnet.so`).
159-
2. [Install Solana CLI](https://docs.solana.com/cli/install-solana-cli-tools#use-solanas-install-tool) if not already installed.
159+
2. [Install Solana CLI](https://solana.com/ru/docs/intro/installation#use-solanas-install-tool) if not already installed.
160160
3. Set Solana config for the target network, e.g., devnet: `solana config set --url https://api.devnet.solana.com`.
161161
4. Execute `solana program write-buffer pyth_oracle_pythnet.so` to obtain the buffer address.
162162
5. Run `solana program show <ORACLE_PROGRAM_PUBKEY>` to obtain the authority of the current program.

0 commit comments

Comments
 (0)