Skip to content

Commit 11a951f

Browse files
committed
Add note about permissioning key
1 parent 4563ddf commit 11a951f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ sh -c "$(curl -sSfL https://release.solana.com/v1.14.13/install)"
3636
PYTH_KEY_STORE=$HOME/.pythd
3737

3838
# Create your keypair (pair of private/public keys) that will be used to sign your transactions.
39+
# Pyth Network will need to permission this key, so reach out to us once you have created it.
3940
solana-keygen new --no-bip39-passphrase --outfile $PYTH_KEY_STORE/publish_key_pair.json
4041

4142
# Initialize the key store with the public keys of the Pyth Oracle Program on the network you wish to publish to.

0 commit comments

Comments
 (0)