Skip to content

Commit

Permalink
log out accountdata #2
Browse files Browse the repository at this point in the history
  • Loading branch information
Wozacosta committed Aug 22, 2024
1 parent 7102967 commit 4266638
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions libs/ledger-live-common/src/__tests__/test-helpers/bridge.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ export function testBridge<T extends TransactionCommon>(data: DatasetTest<T>): v
currency: CryptoCurrency;
}> = [];
const { implementations, currencies } = data;
console.log({currencies})
Object.keys(currencies).forEach(currencyId => {
const currencyData = currencies[currencyId];
const currency = getCryptoCurrencyById(currencyId);
Expand All @@ -87,6 +88,7 @@ export function testBridge<T extends TransactionCommon>(data: DatasetTest<T>): v
});

const accounts = currencyData.accounts || [];
console.log({accounts})
accounts.forEach(accountData =>
implementations.forEach(impl => {
console.log({accountDataImp: accountData.implementations})
Expand Down

0 comments on commit 4266638

Please sign in to comment.