Skip to content

Commit 7829fe8

Browse files
author
Philip James
committed
change program id
1 parent 3983166 commit 7829fe8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

metadata/js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bbachain/spl-token-metadata",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"author": "BBAChain Labs <[email protected]>",
55
"repository": "https://github.com/bbachain/program-executor",
66
"license": "Apache-2.0",

metadata/js/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export * from './types';
99
*
1010
* @category constants
1111
*/
12-
export const PROGRAM_ADDRESS = 'metaAig5QsCBSfstkwqPQxzdjXdUB8JxjfvtvEPNe3F';
12+
export const PROGRAM_ADDRESS = 'meta9hXUUHmM7FT8haXiCVsw168kWb8UkFFhAWMEzim';
1313

1414
/**
1515
* Program public key

0 commit comments

Comments
 (0)