Skip to content

Commit a6f6c57

Browse files
committed
fix: update program IDs
1 parent 0ee61f8 commit a6f6c57

File tree

2 files changed

+2
-2
lines changed
  • tests/duplicate-mutable-accounts

2 files changed

+2
-2
lines changed

tests/duplicate-mutable-accounts/Anchor.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ cluster = "localnet"
33
wallet = "~/.config/solana/id.json"
44

55
[programs.localnet]
6-
declare_id = "4D6rvpR7TSPwmFottLGa5gpzMcJ76kN8bimQHV9rogjH"
6+
declare_id = "Fg6PaFpoGXkYsidMpWTK6W2BeZ7FEfcYkg476zPFsLnS"
77

88
[scripts]
99
test = "yarn run ts-mocha -t 1000000 tests/*.ts"

tests/duplicate-mutable-accounts/programs/duplicate-mutable-accounts/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

33
// Intentionally different program id than the one defined in Anchor.toml.
4-
declare_id!("4D6rvpR7TSPwmFottLGa5gpzMcJ76kN8bimQHV9rogjH");
4+
declare_id!("Fg6PaFpoGXkYsidMpWTK6W2BeZ7FEfcYkg476zPFsLnS");
55

66
#[program]
77
pub mod duplicate_mutable_accounts {

0 commit comments

Comments
 (0)