issue-tracker
issue-tracker copied to clipboard
receipt (gas information) is not included in BscTransactions for tokens that are added after the synchronization setting in watchBscAddress.
I am monitoring a specific BscAddress and the data is being synced to BscTransactions, but the following items are undefined and not set. ("confirmed" is set to true)
- receipt_status
- receipt_gas_used
- receipt_cumulative_gas_used
When will the above values be set? By the way, when I look at BscScan, it recognizes that there is a value in the Transaction Fee and that value is placed in receipt_gas_used.
When I added a new server to Moralis and set the same BscAddress to "Sync and Watch Address", BscTransactions was set to the value of receipt. It seems that there is no problem when syncing the history with "Sync and Watch Address", but there is a problem with new transactions that occur afterwards.