Skip to content

Commit

Permalink
update declare_id! to match the new address
Browse files Browse the repository at this point in the history
  • Loading branch information
brewmaster012 authored Aug 15, 2024
1 parent 3798400 commit eecda0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion programs/protocol-contracts-solana/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ pub enum Errors {
DepositPaused,
}

declare_id!("94U5AHQMKkV5txNJ17QPXWoh474PheGou6cNP2FEuL1d");
declare_id!("ZETAjseVjuFsxdRxo6MmTCvqFwb3ZHUx56Co3vCmGis");

#[program]
pub mod gateway {
Expand Down

0 comments on commit eecda0f

Please sign in to comment.