Skip to content

Commit

Permalink
updated program ids
Browse files Browse the repository at this point in the history
  • Loading branch information
RodrigoAD committed Dec 17, 2021
1 parent 55e2669 commit 87d158f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion contracts/programs/access-controller/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use std::mem;

use arrayvec::arrayvec;

declare_id!("My11111111111111111111111111111111111111112");
declare_id!("DzzjdPWNfwHZmzPVxnmqkkMJraYQQRCpgFZajqkqmU6G");

#[constant]
pub const MAX_ADDRS: usize = 32;
Expand Down
2 changes: 1 addition & 1 deletion contracts/programs/deviation-flagging-validator/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use arrayvec::arrayvec;

use access_controller::AccessController;

declare_id!("My11111111111111111111111111111111111111113");
declare_id!("EnUkr8ruCbCe1EidYghGMYanjz6ifXAxphWZmLMri9Zg");

static THRESHOLD_MULTIPLIER: u128 = 100000;

Expand Down
2 changes: 1 addition & 1 deletion contracts/programs/ocr2/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use anchor_spl::token;

use arrayref::{array_ref, array_refs};

declare_id!("My11111111111111111111111111111111111111111");
declare_id!("HW3ipKzeeduJq6f1NqRCw4doknMeWkfrM4WxobtG3o5v");

mod context;
pub mod event;
Expand Down

0 comments on commit 87d158f

Please sign in to comment.