Add 'signet' option to blink possible networks

This commit is contained in:
vindard
2024-03-20 10:20:24 -04:00
parent 0efd3fc53a
commit eb7a07a5fb

View File

@@ -525,6 +525,7 @@ query GetNetworkAndDefaultWallet {
{
"mainnet" => Network.Main,
"testnet" => Network.TestNet,
"signet" => Network.TestNet,
"regtest" => Network.RegTest,
_ => throw new ArgumentOutOfRangeException()
};