feat: add Nonce instructions to system program
This commit is contained in:
committed by
Michael Vines
parent
05491f7fb7
commit
c9cc44ae4f
@@ -5,6 +5,10 @@ export const SYSVAR_CLOCK_PUBKEY = new PublicKey(
|
||||
'SysvarC1ock11111111111111111111111111111111',
|
||||
);
|
||||
|
||||
export const SYSVAR_RECENT_BLOCKHASHES_PUBKEY = new PublicKey(
|
||||
'SysvarRecentB1ockHashes11111111111111111111',
|
||||
);
|
||||
|
||||
export const SYSVAR_RENT_PUBKEY = new PublicKey(
|
||||
'SysvarRent111111111111111111111111111111111',
|
||||
);
|
||||
|
Reference in New Issue
Block a user