File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -18,10 +18,8 @@ class Bip49Coins extends BipCoins {
18
18
static const Bip49Coins omniXep = Bip49Coins ._('omniXep' );
19
19
20
20
// Test nets
21
- static const Bip49Coins bitcoinCashTestnet =
22
- Bip49Coins ._('bitcoinCashTestnet' );
23
- static const Bip49Coins bitcoinCashSlpTestnet =
24
- Bip49Coins ._('bitcoinCashSlpTestnet' );
21
+ static const Bip49Coins bitcoinCashTestnet = Bip49Coins ._('bitcoinCashTestnet' );
22
+ static const Bip49Coins bitcoinCashSlpTestnet = Bip49Coins ._('bitcoinCashSlpTestnet' );
25
23
static const Bip49Coins bitcoinSvTestnet = Bip49Coins ._('bitcoinSvTestnet' );
26
24
static const Bip49Coins bitcoinTestnet = Bip49Coins ._('bitcoinTestnet' );
27
25
static const Bip49Coins dashTestnet = Bip49Coins ._('dashTestnet' );
@@ -30,7 +28,6 @@ class Bip49Coins extends BipCoins {
30
28
static const Bip49Coins litecoinTestnet = Bip49Coins ._('litecoinTestnet' );
31
29
static const Bip49Coins zcashTestnet = Bip49Coins ._('zcashTestnet' );
32
30
static const Bip49Coins pepecoinTestnet = Bip49Coins ._('pepecoinTestnet' );
33
- static const Bip49Coins omniXep = Bip49Coins ._('omniXep' );
34
31
35
32
final String name;
36
33
@@ -80,6 +77,7 @@ class Bip49Coins extends BipCoins {
80
77
Bip49Coins .pepecoinTestnet: Bip49Conf .pepeTestnet,
81
78
Bip49Coins .omniXep: Bip49Conf .omniXepMainNet
82
79
};
80
+
83
81
@override
84
82
BipProposal get proposal => BipProposal .bip49;
85
83
}
You can’t perform that action at this time.
0 commit comments