fix: declare system program id in base58
This commit is contained in:
committed by
Michael Vines
parent
65666b63cb
commit
d081b55e40
@ -433,9 +433,7 @@ export class SystemProgram {
|
|||||||
* Public key that identifies the System program
|
* Public key that identifies the System program
|
||||||
*/
|
*/
|
||||||
static get programId(): PublicKey {
|
static get programId(): PublicKey {
|
||||||
return new PublicKey(
|
return new PublicKey('11111111111111111111111111111111');
|
||||||
'0x000000000000000000000000000000000000000000000000000000000000000',
|
|
||||||
);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user