mirror of
https://github.com/aljazceru/BTCPayServerPlugins.git
synced 2025-12-17 15:44:26 +01:00
Add 'signet' option to blink possible networks
This commit is contained in:
@@ -525,6 +525,7 @@ query GetNetworkAndDefaultWallet {
|
|||||||
{
|
{
|
||||||
"mainnet" => Network.Main,
|
"mainnet" => Network.Main,
|
||||||
"testnet" => Network.TestNet,
|
"testnet" => Network.TestNet,
|
||||||
|
"signet" => Network.TestNet,
|
||||||
"regtest" => Network.RegTest,
|
"regtest" => Network.RegTest,
|
||||||
_ => throw new ArgumentOutOfRangeException()
|
_ => throw new ArgumentOutOfRangeException()
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user