You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -94,8 +94,8 @@ DEVNET_SOLANA_DEPLOY_URL= # Your devnet RPC URL - Recommended to use a payed R
94
94
MAINNET_SOLANA_DEPLOY_URL= # Your mainnet RPC URL - Recommended to use a payed RPC url
95
95
96
96
# 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, ...]
99
99
100
100
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.
0 commit comments