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 b4780fd commit 0d823ff
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions lib/bip/bip/conf/bip49/bip49_coins.dart
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,10 @@ 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 Down

0 comments on commit 0d823ff

Please sign in to comment.