Skip to content

Commit 2c5a752

Browse files
authored
Release Jan 30 (#288)
* marks the program state as of the Jan 30 deployment to staging
1 parent 2d2c867 commit 2c5a752

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

DEPLOY_GUIDE.md

+6-1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,12 @@ solana program set-buffer-authority <BUFFER> --new-buffer-authority <MULTISIG> -
2424
* Click the pending upgrade to start a vote.
2525
* Execute after the vote passes.
2626

27+
## RECENT DEPLOY HASHES
28+
29+
Here we list recent deployments to staging/mainnet. The hash is always the first 6 chars of the hash generated with the mainnet verified build guide above (even for staging, this is the mainnet hash, not the hash on staging. Staging does not get a verified build.).
30+
31+
Staging deploy on Jan 30, 2025 ~2:35ET-- Hash: a4dd3e7
32+
2733
## DEPLOYING STAKED COLLATERAL TO STAGING
2834

2935
The Staked Collateral feature uses spl-single-pool, developed by the Solana Foundation (https://github.com/solana-labs/solana-program-library/tree/master/single-pool). This guide will show you how to deploy that program.
@@ -45,5 +51,4 @@ solana program deploy \
4551
--keypair ~/keys/staging-deploy.json \
4652
--fee-payer ~/keys/staging-deploy.json \
4753
--url <your_rpc_url (optional, omit this line to use api.mainnet-beta)>
48-
4954
```

0 commit comments

Comments
 (0)