Skip to content

Commit

Permalink
update program id
Browse files Browse the repository at this point in the history
  • Loading branch information
crispheaney committed Sep 7, 2023
1 parent 6a58692 commit c7d69f4
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Anchor.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
seeds = false
skip-lint = false
[programs.localnet]
drift_vaults = "VAULtLeTwwUxpwAw98E6XmgaDeQucKgV5UaiAuQ655D"
drift_vaults = "vAuLTsyrvSfZRuRB3XgvkPwNGgYSs9YRYymVebLKoxR"

[registry]
url = "https://api.apr.dev"
Expand Down
2 changes: 1 addition & 1 deletion programs/drift_vaults/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ pub mod macros;
mod state;
mod tests;

declare_id!("VAULtLeTwwUxpwAw98E6XmgaDeQucKgV5UaiAuQ655D");
declare_id!("vAuLTsyrvSfZRuRB3XgvkPwNGgYSs9YRYymVebLKoxR");

#[program]
pub mod drift_vaults {
Expand Down
7 changes: 6 additions & 1 deletion ts/sdk/src/idl/drift_vaults.json
Original file line number Diff line number Diff line change
Expand Up @@ -1534,9 +1534,14 @@
"code": 6020,
"name": "InvalidVaultDeposit",
"msg": "InvalidVaultDeposit"
},
{
"code": 6021,
"name": "OngoingLiquidation",
"msg": "OngoingLiquidation"
}
],
"metadata": {
"address": "VAULtLeTwwUxpwAw98E6XmgaDeQucKgV5UaiAuQ655D"
"address": "vAuLTsyrvSfZRuRB3XgvkPwNGgYSs9YRYymVebLKoxR"
}
}

0 comments on commit c7d69f4

Please sign in to comment.