fix: process contract creations

This commit is contained in:
2024-10-07 12:57:44 +03:00
parent db62baddef
commit 9c8a4e3d1b
3 changed files with 53 additions and 54 deletions

View File

@@ -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,
},