Skip to content

Commit

Permalink
fix: update config location
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesrp13 committed Dec 15, 2022
1 parent f7c01dd commit 5eac627
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Anchor.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
seeds = false
skip-lint = false
[programs.localnet]
duplicate_mutable_accounts = "Fg6PaFpoGXkYsidMpWTK6W2BeZ7FEfcYkg476zPFsLnS"
duplicate_mutable_accounts = "ER5gAw3A2wD572K6vdbFcvcq8ATwGXiKai96iNfZnEJV"

[registry]
url = "https://api.apr.dev"

[provider]
cluster = "localnet"
wallet = "/home/johnliu/.config/solana/id.json"
wallet = "~/.config/solana/id.json"

[scripts]
test = "yarn run ts-mocha -p ./tsconfig.json -t 1000000 tests/**/*.ts"
2 changes: 1 addition & 1 deletion programs/duplicate-mutable-accounts/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
use anchor_lang::prelude::*;

declare_id!("Fg6PaFpoGXkYsidMpWTK6W2BeZ7FEfcYkg476zPFsLnS");
declare_id!("ER5gAw3A2wD572K6vdbFcvcq8ATwGXiKai96iNfZnEJV");

#[program]
pub mod duplicate_mutable_accounts {
Expand Down

0 comments on commit 5eac627

Please sign in to comment.