Skip to content

Commit

Permalink
Pass chainType to getTransactionInfoFromNetwork function
Browse files Browse the repository at this point in the history
  • Loading branch information
mohammadranjbarz committed Jan 2, 2024
1 parent d8b5989 commit 571b055
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/services/donationService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -369,6 +369,7 @@ export const syncDonationStatusWithBlockchainNetwork = async (params: {
amount: donation.amount,
symbol: donation.currency,
txHash: donation.transactionId,
chainType: donation.chainType,
safeTxHash: donation.safeTransactionId,
timestamp: donation.createdAt.getTime() / 1000,
});
Expand Down

0 comments on commit 571b055

Please sign in to comment.