Skip to content

Commit

Permalink
Update bubblegum key (solana-labs#107)
Browse files Browse the repository at this point in the history
  • Loading branch information
jarry-xiao authored Jun 16, 2022
1 parent 04b15d0 commit 46fb048
Show file tree
Hide file tree
Showing 15 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion contracts/Anchor.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[programs.localnet]
gummyroll = "GRoLLMza82AiYN7W9S9KCCtCyyPRAQP2ifBy4v4D5RMD"
gummyroll_crud = "Fg6PaFpoGXkYsidMpWTK6W2BeZ7FEfcYkg476zPFsLnS"
bubblegum = "BGUMzZr2wWfD2yzrXFEWTK2HbdYhqQCP2EZoPEkZBD6o"
bubblegum = "BGUMAp9Gq7iTEuizy4pqaxsTyUCBK68MDfK752saRPUY"
gumball_machine = "BRKyVDRGT7SPBtMhjHN4PVSPVYoc3Wa3QTyuRVM4iZkt"

[[test.genesis]]
Expand Down
2 changes: 1 addition & 1 deletion contracts/programs/bubblegum/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const NONCE_SIZE: usize = 8 + 16;
const VOUCHER_SIZE: usize = 8 + 1 + 32 + 32 + 16 + 32 + 4 + 32 + 32 + 32;
const NONCE_PREFIX: &str = "bubblegum";

declare_id!("BGUMzZr2wWfD2yzrXFEWTK2HbdYhqQCP2EZoPEkZBD6o");
declare_id!("BGUMAp9Gq7iTEuizy4pqaxsTyUCBK68MDfK752saRPUY");

#[derive(Accounts)]
pub struct CreateTree<'info> {
Expand Down
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
2 changes: 1 addition & 1 deletion contracts/sdk/indexer/runs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
args=(
--reset
--bpf-program metaqbxxUerdq28cj1RbAWkYQm3ybzjb6a8bt518x1s ../../../deps/metaplex-program-library/token-metadata/target/deploy/mpl_token_metadata.so
--bpf-program BGUMzZr2wWfD2yzrXFEWTK2HbdYhqQCP2EZoPEkZBD6o ../../target/deploy/bubblegum.so
--bpf-program BGUMAp9Gq7iTEuizy4pqaxsTyUCBK68MDfK752saRPUY ../../target/deploy/bubblegum.so
--bpf-program Fg6PaFpoGXkYsidMpWTK6W2BeZ7FEfcYkg476zPFsLnS ../../target/deploy/gummyroll_crud.so
--bpf-program GRoLLMza82AiYN7W9S9KCCtCyyPRAQP2ifBy4v4D5RMD ../../target/deploy/gummyroll.so
--bpf-program BRKyVDRGT7SPBtMhjHN4PVSPVYoc3Wa3QTyuRVM4iZkt ../../target/deploy/gumball_machine.so
Expand Down

0 comments on commit 46fb048

Please sign in to comment.