Skip to content

Commit

Permalink
community seednodes
Browse files Browse the repository at this point in the history
  • Loading branch information
abdul294 authored and artemii235 committed Apr 7, 2021
1 parent 6c23530 commit 4d0a18e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mm2src/lp_native_dex.rs
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ use common::privkey::key_pair_from_seed;
use common::{slurp_url, MM_DATETIME, MM_VERSION};

const IP_PROVIDERS: [&str; 2] = ["http://checkip.amazonaws.com/", "http://api.ipify.org"];
const NETID_7777_SEEDNODES: [&str; 3] = ["seed1.kmd.io:0", "seed2.kmd.io:0", "seed3.kmd.io:0"];
const NETID_7777_SEEDNODES: [&str; 3] = ["seed1.defimania.live:0", "seed2.defimania.live:0", "seed3.defimania.live:0"];

pub fn lp_ports(netid: u16) -> Result<(u16, u16, u16), String> {
const LP_RPCPORT: u16 = 7783;
Expand Down

0 comments on commit 4d0a18e

Please sign in to comment.