Skip to content

Commit 09c6330

Browse files
authored
Update README.md
1 parent e837a15 commit 09c6330

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,8 @@ DEVNET_SOLANA_DEPLOY_URL= # Your devnet RPC URL - Recommended to use a payed R
9494
MAINNET_SOLANA_DEPLOY_URL= # Your mainnet RPC URL - Recommended to use a payed RPC url
9595

9696
# Deployment Keys
97-
DEVNET_DEPLOYER_KEYPAIR= # Base58 encoded keypair for devnet
98-
MAINNET_DEPLOYER_KEYPAIR= # Base58 encoded keypair for mainnet
97+
DEVNET_DEPLOYER_KEYPAIR= # Keypaig in the format of byte array [3, 45, 23, ...]
98+
MAINNET_DEPLOYER_KEYPAIR= # Keypaig in the format of byte array [3, 45, 23, ...]
9999

100100
PROGRAM_ADDRESS_KEYPAIR= # Keypair of the program address - Needed for initial deploy and for native programs to find the program address. Can also be overwritten in the workflow if you dont have the keypair.
101101

0 commit comments

Comments
 (0)