sygmaprotocol / sygma-explorer-indexer

Backend service that collects bridging events for bridging explorer ui
GNU Lesser General Public License v3.0
3 stars 2 forks source link

fix: check if deposit/fee already inserted #164

Closed tcar121293 closed 9 months ago

tcar121293 commented 9 months ago

check if deposit/fee already inserted

Description

If the deposit for a transfer is already inserted, we shouldn't try to insert it again. This can happen if the processing of a block fails during fee insertion.

Related Issue Or Context

Closes: #

How Has This Been Tested? Testing details.

Types of changes

Checklist: