Skip to content

Commit

Permalink
CU-86duc2dyx - BSEthereum - BlockscoutBDS - getTransactionsByAddress …
Browse files Browse the repository at this point in the history
…are not returning some ERC-20 transfers
  • Loading branch information
raulduartep committed Aug 12, 2024
1 parent 4b05249 commit 9c6ba62
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@cityofzion/bs-ethereum",
"comment": "Remove console.log",
"type": "patch"
}
],
"packageName": "@cityofzion/bs-ethereum"
}
1 change: 0 additions & 1 deletion packages/bs-ethereum/src/BlockscoutNeoXBDSEthereum.ts
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,6 @@ export class BlockscoutNeoXBDSEthereum extends RpcBDSEthereum {
token,
})
} catch (error) {
console.log(error)
/* empty */
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,6 @@ describe('BlockscoutNeoXBDSEthereum', () => {

const blockscoutBDSNeoX = new BlockscoutNeoXBDSEthereum(network)
const transactions = await blockscoutBDSNeoX.getTransactionsByAddress({ address })
console.log(JSON.stringify(transactions, null, 2))

expect(transactions).toEqual(expectedResponse)
})

Expand Down

0 comments on commit 9c6ba62

Please sign in to comment.