mirror of
https://github.com/grassrootseconomics/eth-tracker.git
synced 2026-05-16 01:57:15 +02:00
fix: process contract creations
This commit is contained in:
@@ -17,6 +17,7 @@ func HandleContractCreation() router.ContractCreationHandlerFunc {
|
||||
Success: ccp.Success,
|
||||
Timestamp: ccp.Timestamp,
|
||||
TxHash: ccp.TxHash,
|
||||
TxType: contractCreationEventName,
|
||||
Payload: map[string]any{
|
||||
"from": ccp.From,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user