Skip to content

Commit

Permalink
fixup! chore(wallet-config): order networks
Browse files Browse the repository at this point in the history
  • Loading branch information
adderpositive committed Oct 1, 2024
1 parent d7c444a commit 4fe2b31
Showing 1 changed file with 15 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -150,9 +150,9 @@ describe('coinmarket utils', () => {

expect(sortedAccounts).toStrictEqual([
FIXTURE_ACCOUNTS[0],
FIXTURE_ACCOUNTS[1],
FIXTURE_ACCOUNTS[2],
FIXTURE_ACCOUNTS[5],
FIXTURE_ACCOUNTS[1],
]);
});

Expand Down Expand Up @@ -192,20 +192,6 @@ describe('coinmarket utils', () => {
},
],
},
{
label,
options: [
{
accountType: 'normal',
balance: '0.101213',
cryptoName: 'Litecoin',
descriptor: 'descriptor2',
label: 'LTC',
value: 'litecoin',
decimals: 8,
},
],
},
{
label,
options: [
Expand Down Expand Up @@ -244,6 +230,20 @@ describe('coinmarket utils', () => {
},
],
},
{
label,
options: [
{
accountType: 'normal',
balance: '0.101213',
cryptoName: 'Litecoin',
descriptor: 'descriptor2',
label: 'LTC',
value: 'litecoin',
decimals: 8,
},
],
},
]);
});

Expand Down

0 comments on commit 4fe2b31

Please sign in to comment.