Skip to content

Commit

Permalink
misc: update masp address for shielded expedition (Zondax#119)
Browse files Browse the repository at this point in the history
The MASP address for shielded assets has changed. New one is
`tnam1pcqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqzmefah`.
  • Loading branch information
rllola authored Feb 11, 2024
1 parent a99261d commit 47cad0f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,4 @@ const DB_SAVE_TXS_DURATION: &str = "db_save_transactions_duration";
const DB_SAVE_EVDS_DURATION: &str = "db_save_evidences_duration";
const DB_SAVE_COMMIT_SIG_DURATION: &str = "db_save_commit_sig_duration";

pub const MASP_ADDR: &str =
"atest1v4ehgw36xaryysfsx5unvve4g5my2vjz89p52sjxxgenzd348yuyyv3hg3pnjs35g5unvde4ca36y5";
pub const MASP_ADDR: &str = "tnam1pcqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqqzmefah";

0 comments on commit 47cad0f

Please sign in to comment.