Skip to content

Commit

Permalink
token address
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoch05 committed Jan 4, 2024
1 parent de2fb2b commit b7c4e96
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions apollo/src/lnv3/lnv3.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -130,11 +130,11 @@ export class Lnv3Service implements OnModuleInit {
endTime: endTime,
result: result,
fee: record.fee,
feeToken: fromToken.address,
feeToken: record.sourceToken,
responseTxHash: responseHash,
reason: '',
sendTokenAddress: fromToken.address,
recvTokenAddress: toToken.address,
sendTokenAddress: record.sourceToken,
recvTokenAddress: record.targetToken,
endTxHash: '',
confirmedBlocks: '',
});
Expand Down

0 comments on commit b7c4e96

Please sign in to comment.