Commit f5a58f73 authored by Ethen Pociask's avatar Ethen Pociask

[indexer.bridge_offset_fix] updated insertion query to take mint

parent a35a9634
...@@ -76,7 +76,7 @@ func OptimismPortalTransactionDepositEvents(contractAddress common.Address, db * ...@@ -76,7 +76,7 @@ func OptimismPortalTransactionDepositEvents(contractAddress common.Address, db *
Tx: database.Transaction{ Tx: database.Transaction{
FromAddress: txDeposit.From, FromAddress: txDeposit.From,
ToAddress: txDeposit.To, ToAddress: txDeposit.To,
Amount: depositTx.Mint, Amount: mint,
Data: depositTx.Data, Data: depositTx.Data,
Timestamp: transactionDepositEvents[i].Timestamp, Timestamp: transactionDepositEvents[i].Timestamp,
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment