Skip to content

Commit

Permalink
Merge branch 'main' into josh/downgrade-docusaurus
Browse files Browse the repository at this point in the history
  • Loading branch information
joshklop committed Aug 5, 2022
2 parents 7e943d3 + 5961cc2 commit f3449c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/sync/sync.go
Original file line number Diff line number Diff line change
Expand Up @@ -526,6 +526,7 @@ func feederTransactionToDBTransaction(info *feeder.TransactionInfo) types.IsTran
return &types.TransactionDeploy{
Hash: new(felt.Felt).SetHex(info.Transaction.TransactionHash),
ContractAddress: new(felt.Felt).SetHex(info.Transaction.ContractAddress),
ClassHash: new(felt.Felt).SetHex(info.Transaction.ClassHash),
ConstructorCallData: calldata,
}
}
Expand Down

0 comments on commit f3449c0

Please sign in to comment.