Skip to content

Commit

Permalink
Small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sandrocsimas committed Nov 30, 2024
1 parent be1acf3 commit d44468e
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions lib/bip/bip/conf/bip49/bip49_coins.dart
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,8 @@ class Bip49Coins extends BipCoins {
static const Bip49Coins omniXep = Bip49Coins._('omniXep');

// Test nets
static const Bip49Coins bitcoinCashTestnet =
Bip49Coins._('bitcoinCashTestnet');
static const Bip49Coins bitcoinCashSlpTestnet =
Bip49Coins._('bitcoinCashSlpTestnet');
static const Bip49Coins bitcoinCashTestnet = Bip49Coins._('bitcoinCashTestnet');
static const Bip49Coins bitcoinCashSlpTestnet = Bip49Coins._('bitcoinCashSlpTestnet');
static const Bip49Coins bitcoinSvTestnet = Bip49Coins._('bitcoinSvTestnet');
static const Bip49Coins bitcoinTestnet = Bip49Coins._('bitcoinTestnet');
static const Bip49Coins dashTestnet = Bip49Coins._('dashTestnet');
Expand All @@ -30,7 +28,6 @@ class Bip49Coins extends BipCoins {
static const Bip49Coins litecoinTestnet = Bip49Coins._('litecoinTestnet');
static const Bip49Coins zcashTestnet = Bip49Coins._('zcashTestnet');
static const Bip49Coins pepecoinTestnet = Bip49Coins._('pepecoinTestnet');
static const Bip49Coins omniXep = Bip49Coins._('omniXep');

final String name;

Expand Down Expand Up @@ -80,6 +77,7 @@ class Bip49Coins extends BipCoins {
Bip49Coins.pepecoinTestnet: Bip49Conf.pepeTestnet,
Bip49Coins.omniXep: Bip49Conf.omniXepMainNet
};

@override
BipProposal get proposal => BipProposal.bip49;
}

0 comments on commit d44468e

Please sign in to comment.