fix: update program ids

This commit is contained in:
Michael Vines
2018-10-26 20:57:00 -07:00
parent ad43705124
commit ec2a3690b2
4 changed files with 4 additions and 4 deletions

View File

@ -17,7 +17,7 @@ export class BpfLoader {
* Public key that identifies the BpfLoader
*/
static get programId(): PublicKey {
return new PublicKey('0x0606060606060606060606060606060606060606060606060606060606060606');
return new PublicKey('0x8000000000000000000000000000000000000000000000000000000000000000');
}
/**