Skip to content

Commit

Permalink
fix(ids): updated the program addresses
Browse files Browse the repository at this point in the history
  • Loading branch information
ogmedia committed Aug 3, 2022
1 parent f8dca46 commit c96dab5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
6 changes: 5 additions & 1 deletion Anchor.toml.example
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,16 @@
squads_mpl = "84Ue9gKQUsStFJQCNQpsqvbceo7fKYSSCCMXxMZ5PkiW"
program_manager = "8Y5Qbdb67Ka4LcPCziyhLrGbYN2ftZ1BG11Q5PiHenLP"

[programs.mainnet]
squads_mpl = "SMPLecH534NA9acpos4G6x7uf3LWbCAwZQE9e8ZekMu"
program_manager = "SMPLKTQhrgo22hFCVq2VGX1KAktTWjeizkhrdB1eauK"

[registry]
url = "https://anchor.projectserum.com"

[provider]
cluster = "localnet"
wallet = "PATH_TWO_CLI_WALLET_HERE"
wallet = "PATH_TO_CLI_WALLET_HERE"

[scripts]
test = "yarn run ts-mocha -p ./tsconfig.json -t 1000000 tests/**/*.ts"
2 changes: 1 addition & 1 deletion programs/program-manager/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use squads_mpl::state::*;
use squads_mpl::errors::*;
pub mod state;

declare_id!("8Y5Qbdb67Ka4LcPCziyhLrGbYN2ftZ1BG11Q5PiHenLP");
declare_id!("SMPLKTQhrgo22hFCVq2VGX1KAktTWjeizkhrdB1eauK");

#[program]
pub mod program_manager {
Expand Down
2 changes: 1 addition & 1 deletion programs/squads-mpl/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ pub mod state;
use errors::*;
pub mod errors;

declare_id!("84Ue9gKQUsStFJQCNQpsqvbceo7fKYSSCCMXxMZ5PkiW");
declare_id!("SMPLecH534NA9acpos4G6x7uf3LWbCAwZQE9e8ZekMu");

#[program]
pub mod squads_mpl {
Expand Down

0 comments on commit c96dab5

Please # to comment.