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