Skip to content

Commit

Permalink
Update bubblegum key (#107)
Browse files Browse the repository at this point in the history
  • Loading branch information
jarry-xiao authored Jun 16, 2022
1 parent 89d86df commit f08b762
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion contracts/sdk/bubblegum/idl/bubblegum.json
Original file line number Diff line number Diff line change
Expand Up @@ -1019,6 +1019,6 @@
}
],
"metadata": {
"address": "BGUMzZr2wWfD2yzrXFEWTK2HbdYhqQCP2EZoPEkZBD6o"
"address": "BGUMAp9Gq7iTEuizy4pqaxsTyUCBK68MDfK752saRPUY"
}
}
2 changes: 1 addition & 1 deletion contracts/sdk/bubblegum/solita.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const { writeFile } = require('fs/promises');
const { fstat, existsSync, realpathSync } = require('fs');

const PROGRAM_NAME = 'bubblegum';
const PROGRAM_ID = 'BGUMzZr2wWfD2yzrXFEWTK2HbdYhqQCP2EZoPEkZBD6o';
const PROGRAM_ID = 'BGUMAp9Gq7iTEuizy4pqaxsTyUCBK68MDfK752saRPUY';

const programDir = path.join(__dirname, '..', '..', 'programs', 'bubblegum');
const cargoToml = path.join(programDir, 'Cargo.toml')
Expand Down
2 changes: 1 addition & 1 deletion contracts/sdk/bubblegum/src/generated/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export * from './types'
* @category constants
* @category generated
*/
export const PROGRAM_ADDRESS = 'BGUMzZr2wWfD2yzrXFEWTK2HbdYhqQCP2EZoPEkZBD6o'
export const PROGRAM_ADDRESS = 'BGUMAp9Gq7iTEuizy4pqaxsTyUCBK68MDfK752saRPUY'

/**
* Program public key
Expand Down
2 changes: 1 addition & 1 deletion contracts/sdk/bubblegum/src/generated/instructions/burn.ts
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ export function createBurnInstruction(

const ix = new web3.TransactionInstruction({
programId: new web3.PublicKey(
'BGUMzZr2wWfD2yzrXFEWTK2HbdYhqQCP2EZoPEkZBD6o'
'BGUMAp9Gq7iTEuizy4pqaxsTyUCBK68MDfK752saRPUY'
),
keys,
data,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ export function createCancelRedeemInstruction(

const ix = new web3.TransactionInstruction({
programId: new web3.PublicKey(
'BGUMzZr2wWfD2yzrXFEWTK2HbdYhqQCP2EZoPEkZBD6o'
'BGUMAp9Gq7iTEuizy4pqaxsTyUCBK68MDfK752saRPUY'
),
keys,
data,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ export function createCompressInstruction(

const ix = new web3.TransactionInstruction({
programId: new web3.PublicKey(
'BGUMzZr2wWfD2yzrXFEWTK2HbdYhqQCP2EZoPEkZBD6o'
'BGUMAp9Gq7iTEuizy4pqaxsTyUCBK68MDfK752saRPUY'
),
keys,
data,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ export function createCreateTreeInstruction(

const ix = new web3.TransactionInstruction({
programId: new web3.PublicKey(
'BGUMzZr2wWfD2yzrXFEWTK2HbdYhqQCP2EZoPEkZBD6o'
'BGUMAp9Gq7iTEuizy4pqaxsTyUCBK68MDfK752saRPUY'
),
keys,
data,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ export function createDecompressInstruction(

const ix = new web3.TransactionInstruction({
programId: new web3.PublicKey(
'BGUMzZr2wWfD2yzrXFEWTK2HbdYhqQCP2EZoPEkZBD6o'
'BGUMAp9Gq7iTEuizy4pqaxsTyUCBK68MDfK752saRPUY'
),
keys,
data,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ export function createDelegateInstruction(

const ix = new web3.TransactionInstruction({
programId: new web3.PublicKey(
'BGUMzZr2wWfD2yzrXFEWTK2HbdYhqQCP2EZoPEkZBD6o'
'BGUMAp9Gq7iTEuizy4pqaxsTyUCBK68MDfK752saRPUY'
),
keys,
data,
Expand Down
2 changes: 1 addition & 1 deletion contracts/sdk/bubblegum/src/generated/instructions/mint.ts
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ export function createMintInstruction(

const ix = new web3.TransactionInstruction({
programId: new web3.PublicKey(
'BGUMzZr2wWfD2yzrXFEWTK2HbdYhqQCP2EZoPEkZBD6o'
'BGUMAp9Gq7iTEuizy4pqaxsTyUCBK68MDfK752saRPUY'
),
keys,
data,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ export function createRedeemInstruction(

const ix = new web3.TransactionInstruction({
programId: new web3.PublicKey(
'BGUMzZr2wWfD2yzrXFEWTK2HbdYhqQCP2EZoPEkZBD6o'
'BGUMAp9Gq7iTEuizy4pqaxsTyUCBK68MDfK752saRPUY'
),
keys,
data,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ export function createTransferInstruction(

const ix = new web3.TransactionInstruction({
programId: new web3.PublicKey(
'BGUMzZr2wWfD2yzrXFEWTK2HbdYhqQCP2EZoPEkZBD6o'
'BGUMAp9Gq7iTEuizy4pqaxsTyUCBK68MDfK752saRPUY'
),
keys,
data,
Expand Down

0 comments on commit f08b762

Please sign in to comment.