Skip to content

Commit 651e79f

Browse files
author
Edward
committed
Revert unnecessary declare_id changes
Program IDs should match what's on main. These were changed unnecessarily during the LiteSVM migration.
1 parent 5ef6275 commit 651e79f

98 files changed

Lines changed: 99 additions & 99 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

basics/account-data/anchor/Anchor.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ resolution = true
66
skip-lint = false
77

88
[programs.localnet]
9-
account_data_anchor_program = "77pvTicQMoPQXrf97tCtuzgPQuS69U5oYsU99LYdqyLF"
9+
account_data_anchor_program = "GpVcgWdgVErgLqsn8VYUch6EqDerMgNqoLSmGyKrd6MR"
1010

1111
[provider]
1212
cluster = "localnet"

basics/account-data/anchor/programs/anchor-program-example/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ pub mod constants;
55
pub mod instructions;
66
pub mod state;
77

8-
declare_id!("77pvTicQMoPQXrf97tCtuzgPQuS69U5oYsU99LYdqyLF");
8+
declare_id!("GpVcgWdgVErgLqsn8VYUch6EqDerMgNqoLSmGyKrd6MR");
99

1010
#[program]
1111
pub mod account_data_anchor_program {

basics/checking-accounts/anchor/Anchor.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ resolution = true
66
skip-lint = false
77

88
[programs.localnet]
9-
checking_account_program = "B56s2CGHWSG9HzzyYS5USQNYPJsB2teiUSKgG5CKpr2o"
9+
checking_account_program = "ECWPhR3rJbaPfyNFgphnjxSEexbTArc7vxD8fnW6tgKw"
1010

1111
[provider]
1212
cluster = "localnet"

basics/checking-accounts/anchor/programs/anchor-program-example/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
use anchor_lang::prelude::*;
22

3-
declare_id!("B56s2CGHWSG9HzzyYS5USQNYPJsB2teiUSKgG5CKpr2o");
3+
declare_id!("ECWPhR3rJbaPfyNFgphnjxSEexbTArc7vxD8fnW6tgKw");
44

55
#[program]
66
pub mod checking_account_program {

basics/close-account/anchor/Anchor.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ resolution = true
66
skip-lint = false
77

88
[programs.localnet]
9-
close_account_program = "E7Cgyech7DrHz39ctmsPe6xqe65YJKWg1jwQQpmZrtcm"
9+
close_account_program = "99TQtoDdQ5NS2v5Ppha93aqEmv3vV9VZVfHTP5rGST3c"
1010

1111
[provider]
1212
cluster = "localnet"

basics/close-account/anchor/programs/close-account/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ mod instructions;
33
mod state;
44
use instructions::*;
55

6-
declare_id!("E7Cgyech7DrHz39ctmsPe6xqe65YJKWg1jwQQpmZrtcm");
6+
declare_id!("99TQtoDdQ5NS2v5Ppha93aqEmv3vV9VZVfHTP5rGST3c");
77

88
#[program]
99
pub mod close_account_program {

basics/counter/anchor/Anchor.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ resolution = true
66
skip-lint = false
77

88
[programs.localnet]
9-
counter_anchor = "9nG25nFpLsycMERePF627oKHm5cHvNyv2TbfiFck32EP"
9+
counter_anchor = "BmDHboaj1kBUoinJKKSRqKfMeRKJqQqEbUj1VgzeQe4A"
1010

1111
[provider]
1212
cluster = "localnet"

basics/counter/anchor/programs/counter_anchor/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
use anchor_lang::prelude::*;
22

3-
declare_id!("9nG25nFpLsycMERePF627oKHm5cHvNyv2TbfiFck32EP");
3+
declare_id!("BmDHboaj1kBUoinJKKSRqKfMeRKJqQqEbUj1VgzeQe4A");
44

55
#[program]
66
pub mod counter_anchor {

basics/create-account/anchor/Anchor.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ resolution = true
66
skip-lint = false
77

88
[programs.localnet]
9-
create_system_account = "ALfCAvL1Vbm15QabQJ72NUi7LK7fB5YP2tDKEvvh7wS8"
9+
create_system_account = "ARVNCsYKDQsCLHbwUTJLpFXVrJdjhWZStyzvxmKe2xHi"
1010

1111
[provider]
1212
cluster = "localnet"

basics/create-account/anchor/programs/create-system-account/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
use anchor_lang::prelude::*;
22
use anchor_lang::system_program::{create_account, CreateAccount};
33

4-
declare_id!("ALfCAvL1Vbm15QabQJ72NUi7LK7fB5YP2tDKEvvh7wS8");
4+
declare_id!("ARVNCsYKDQsCLHbwUTJLpFXVrJdjhWZStyzvxmKe2xHi");
55

66
#[program]
77
pub mod create_system_account {

0 commit comments

Comments
 (0)