mirror of
https://github.com/RoboSats/robosats.git
synced 2024-12-13 10:56:24 +00:00
9 lines
181 B
Plaintext
9 lines
181 B
Plaintext
# BitcoinVeneto Coordinator Mainnet
|
|
upstream mainnet_veneto {
|
|
server localhost:105;
|
|
}
|
|
|
|
# BitcoinVeneto Coordinator Testnet
|
|
upstream testnet_veneto {
|
|
server localhost:1005;
|
|
} |