diff --git a/web3.js/src/system-program.js b/web3.js/src/system-program.js index 2b01c3b460..1b10a4a7e6 100644 --- a/web3.js/src/system-program.js +++ b/web3.js/src/system-program.js @@ -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'); } /**