We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4430423 commit 5961cc2Copy full SHA for 5961cc2
internal/sync/sync.go
@@ -526,6 +526,7 @@ func feederTransactionToDBTransaction(info *feeder.TransactionInfo) types.IsTran
526
return &types.TransactionDeploy{
527
Hash: new(felt.Felt).SetHex(info.Transaction.TransactionHash),
528
ContractAddress: new(felt.Felt).SetHex(info.Transaction.ContractAddress),
529
+ ClassHash: new(felt.Felt).SetHex(info.Transaction.ClassHash),
530
ConstructorCallData: calldata,
531
}
532
0 commit comments