multi: add testnet4 support

This commit is contained in:
Oliver Gugger
2025-03-20 11:47:18 -05:00
parent e5b9d9684a
commit 0aea482b51
13 changed files with 68 additions and 18 deletions

View File

@@ -17,6 +17,7 @@ type Chain struct {
MainNet bool `long:"mainnet" description:"Use the main network"`
TestNet3 bool `long:"testnet" description:"Use the test network"`
TestNet4 bool `long:"testnet4" description:"Use the testnet4 test network"`
SimNet bool `long:"simnet" description:"Use the simulation test network"`
RegTest bool `long:"regtest" description:"Use the regression test network"`
SigNet bool `long:"signet" description:"Use the signet test network"`