mirror of
https://github.com/aljazceru/ark.git
synced 2025-12-18 12:44:19 +01:00
arkd: support signet (#251)
* pass MutinyNet parameters * set signetblocktime=30 * supports signet in client and sdk * ark: --network help message to support signet * revert intialPeers set
This commit is contained in:
@@ -25,6 +25,7 @@ var (
|
||||
common.Bitcoin.Name: "https://blockstream.info/api",
|
||||
common.BitcoinTestNet.Name: "https://blockstream.info/testnet/api",
|
||||
common.BitcoinRegTest.Name: "http://localhost:3000",
|
||||
common.BitcoinSigNet.Name: "https://mutinynet.com/api",
|
||||
}
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user