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

@ -136,7 +136,7 @@ type TokenAndPublicKey = [Token, PublicKey]; // This type exists to workaround a
/**
* The built-in token program
*/
export const SYSTEM_TOKEN_PROGRAM_ID = new PublicKey('0x500000000000000000000000000000000000000000000000000000000000000');
export const SYSTEM_TOKEN_PROGRAM_ID = new PublicKey('0x8300000000000000000000000000000000000000000000000000000000000000');
/**
* An ERC20-like Token