We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7e943d3 + 5961cc2 commit f3449c0Copy full SHA for f3449c0
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