Skip to content

Commit

Permalink
feat: seed ports adjustment
Browse files Browse the repository at this point in the history
  • Loading branch information
reliveyy committed Sep 18, 2019
1 parent afd172f commit 3b2cd3c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions lib/db/seeds/simnet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ import { SwapClientType } from '../../constants/enums';
const nodes = [
{
nodePubKey: '02b66438730d1fcdf4a4ae5d3d73e847a272f160fee2938e132b52cab0a0d9cfc6',
addresses: [{ host: 'xud1.simnet.exchangeunion.com', port: 8885 }],
addresses: [{ host: 'xud1.simnet.exchangeunion.com', port: 28885 }],
},
{
nodePubKey: '028599d05b18c0c3f8028915a17d603416f7276c822b6b2d20e71a3502bd0f9e0a',
addresses: [{ host: 'xud2.simnet.exchangeunion.com', port: 8885 }],
addresses: [{ host: 'xud2.simnet.exchangeunion.com', port: 28885 }],
},
{
nodePubKey: '03fd337659e99e628d0487e4f87acf93e353db06f754dccc402f2de1b857a319d0',
addresses: [{ host: 'xud3.simnet.exchangeunion.com', port: 8885 }],
addresses: [{ host: 'xud3.simnet.exchangeunion.com', port: 28885 }],
},
] as db.NodeAttributes[];

Expand Down
2 changes: 1 addition & 1 deletion lib/db/seeds/testnet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { SwapClientType } from '../../constants/enums';
const nodes = [
{
nodePubKey: '03640f9e41cf77349ef29ed84ab02671dfc0a76963b8e84209cdeab4c9639ace0b',
addresses: [{ host: 'xud1.testnet.exchangeunion.com', port: 8885 }],
addresses: [{ host: 'xud1.testnet.exchangeunion.com', port: 18885 }],
},
] as db.NodeAttributes[];

Expand Down

0 comments on commit 3b2cd3c

Please sign in to comment.