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