Skip to content

Commit

Permalink
add ed25519 pubkey
Browse files Browse the repository at this point in the history
  • Loading branch information
ca333 authored Oct 31, 2024
1 parent e8d1d86 commit bf7ae4a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions mm2src/common/common.rs
Original file line number Diff line number Diff line change
Expand Up @@ -204,9 +204,7 @@ pub const SATOSHIS: u64 = 100_000_000;

pub const DEX_FEE_ADDR_PUBKEY: &str = "03bc2c7ba671bae4a6fc835244c9762b41647b9827d4780a89a949b984a8ddcc06";

// TODO: needs a real key
// pubkey of iguana passphrase "horribly insecure passphrase" for now
pub const DEX_FEE_PUBKEY_ED25510: &str = "8483e8da48fbac06b292fcd077a71078d094789fccfab581debd4dd13410ea08";
pub const DEX_FEE_PUBKEY_ED25510: &str = "77b0936728f63257b074c7b3fb2c4fad98df345f57de1ec418fc42619e4e29f8";

pub const PROXY_REQUEST_EXPIRATION_SEC: i64 = 15;

Expand Down

0 comments on commit bf7ae4a

Please sign in to comment.