mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-12-21 03:15:28 -05:00
chore(rendezvous): add observer rendezvous point (#503)
* chore(rendezvous): list all default rendezvous points * remove old discover_and_take.sh
This commit is contained in:
parent
e2fd91fcd1
commit
9fa2363466
9 changed files with 23 additions and 44 deletions
|
|
@ -834,7 +834,7 @@ function RendezvousPointsSetting() {
|
|||
label="Add new rendezvous point"
|
||||
value={newPoint}
|
||||
onValidatedChange={setNewPoint}
|
||||
placeholder="/dns4/discover.unstoppableswap.net/tcp/8888/p2p/12D3KooWA6cnqJpVnreBVnoro8midDL9Lpzmg8oJPoAGi7YYaamE"
|
||||
placeholder="/dns4/rendezvous.observer/tcp/8888/p2p/12D3KooWMjceGXrYuGuDMGrfmJxALnSDbK4km6s1i1sJEgDTgGQa"
|
||||
fullWidth
|
||||
isValid={isValidMultiAddressWithPeerId}
|
||||
variant="outlined"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue