mirror of
https://github.com/haveno-dex/haveno.git
synced 2025-09-18 12:04:57 -04:00
Change base networks from btc to xmr, e.g. BTC_REGTEST -> XMR_STAGENET (#55)
change base networks from btc to xmr, e.g. BTC_REGTEST -> XMR_STAGENET add xmr seed node files
This commit is contained in:
parent
de5bbf4a85
commit
9903821b18
62 changed files with 353 additions and 181 deletions
|
@ -2553,11 +2553,11 @@ formatter.asTaker={0} {1} jako příjemce
|
|||
# we use enum values here
|
||||
# dynamic values are not recognized by IntelliJ
|
||||
# suppress inspection "UnusedProperty"
|
||||
BTC_MAINNET=Bitcoin Mainnet
|
||||
XMR_MAINNET=Monero Mainnet
|
||||
# suppress inspection "UnusedProperty"
|
||||
BTC_TESTNET=Bitcoin Testnet
|
||||
XMR_TESTNET=Monero Testnet
|
||||
# suppress inspection "UnusedProperty"
|
||||
BTC_REGTEST=Bitcoin Regtest
|
||||
XMR_STAGENET=Monero Stagenet
|
||||
# suppress inspection "UnusedProperty"
|
||||
BTC_DAO_TESTNET=Bitcoin DAO Testnet (zastaralé)
|
||||
# suppress inspection "UnusedProperty"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue