Skip to content

Commit

Permalink
log out accountdata
Browse files Browse the repository at this point in the history
  • Loading branch information
Wozacosta committed Aug 22, 2024
1 parent 676c0b5 commit 7102967
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ export function testBridge<T extends TransactionCommon>(data: DatasetTest<T>): v
const accounts = currencyData.accounts || [];
accounts.forEach(accountData =>
implementations.forEach(impl => {
console.log({accountDataImp: accountData.implementations})
if (accountData.implementations && !accountData.implementations.includes(impl)) {
return;
}
Expand Down

0 comments on commit 7102967

Please sign in to comment.