Zilliqa / zilliqa-developer

GNU General Public License v3.0
2 stars 5 forks source link

x-bridge frontend doesn't get notified about events on ZQ mainnet #675

Closed DrZoltanFazekas closed 4 months ago

DrZoltanFazekas commented 5 months ago

Reproducible using https://xbridge.zilliqa.com/

Callbacks on Dispatched events emitted on Zilliqa mainet do not get fired in https://github.com/Zilliqa/zilliqa-developer/blob/main/products/bridge/bridge-web/src/App.tsx#L263 and therefore, the frontend doesn't update the toast with the message "Bridge txn complete..." to inform the user that the bridging is finished.

lukozill commented 4 months ago

solved by https://github.com/Zilliqa/zilliqa-developer/pull/690