default dev electrum to testnet4

This commit is contained in:
2026-09-04 17:26:32 +02:00
parent b4618cf3b1
commit 7b62bc41ad
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
export enum ElectrumNetwork {
Mainnet = 'mainnet',
Testnet = 'testnet'
Testnet4 = 'testnet4'
}