Skip to content

Commit

Permalink
fix: use correct mainnet pk
Browse files Browse the repository at this point in the history
  • Loading branch information
jkbpvsc committed Aug 14, 2023
1 parent c59da64 commit 4c068fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clients/rust/marginfi-cli/src/profile.rs
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ impl Profile {
match cluster {
Cluster::Localnet => pubkey!("Fg6PaFpoGXkYsidMpWTK6W2BeZ7FEfcYkg476zPFsLnS"),
Cluster::Devnet => pubkey!("mf2iDQbVTAE3tT4tgAZBhBAmKUW56GsXX7H3oeH4atr"),
Cluster::Mainnet => pubkey!("yyyxaNHJP5FiDhmQW8RkBkp1jTL2cyxJmhMdWpJfsiy"),
Cluster::Mainnet => pubkey!("MFv2hWf31Z9kbCa1snEPYctwafyhdvnV7FZnsebVacA"),
_ => bail!("cluster {:?} does not have a default target program ID, please provide it through the --pid option", cluster)
}
}
Expand Down

0 comments on commit 4c068fe

Please sign in to comment.