You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Project: Interport Finance
Chain: opBNB @defillama/sdk Version: ^4.0.64
File: processTransactionsCustom.ts
Issue Description:
We are encountering a recurring TypeError when using the getLogs function from the @defillama/sdk in our Interport Finance bridge adapter, specifically when interacting with the opBNB chain. The error does not occur with other chains, indicating a possible issue specific to the opBNB chain integration or handling within the SDK.
Note: topics is always undefined, but this does not seem to affect the functionality for other chains.
Request for Assistance:
We request assistance in identifying whether this issue stems from a potential misconfiguration on our end or if there is an underlying issue with the @defillama/sdk specifically related to the opBNB chain. Any guidance or suggestions for troubleshooting this issue would be greatly appreciated.
The text was updated successfully, but these errors were encountered:
Environment Details:
Project: Interport Finance
Chain: opBNB
@defillama/sdk
Version: ^4.0.64File:
processTransactionsCustom.ts
Issue Description:
We are encountering a recurring
TypeError
when using thegetLogs
function from the@defillama/sdk
in our Interport Finance bridge adapter, specifically when interacting with the opBNB chain. The error does not occur with other chains, indicating a possible issue specific to the opBNB chain integration or handling within the SDK.Error Message:
The error message received is as follows:
This error occurs during the execution of the
getLogs
function in theprocessTransactionsCustom.ts
file, specifically around line 119.Steps to Reproduce:
ts-node src/adapters/test interport 10000
.TypeError
occurs.Expected Behavior:
The
getLogs
function should successfully retrieve event logs from the opBNB chain without resulting in aTypeError
.Additional Context:
getLogs
have been verified and appear correct. Here are the argument values for reference:Note:
topics
is alwaysundefined
, but this does not seem to affect the functionality for other chains.Request for Assistance:
We request assistance in identifying whether this issue stems from a potential misconfiguration on our end or if there is an underlying issue with the
@defillama/sdk
specifically related to the opBNB chain. Any guidance or suggestions for troubleshooting this issue would be greatly appreciated.The text was updated successfully, but these errors were encountered: