Skip to content

Commit

Permalink
Merge pull request #139 from sotatek-dev/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
Sotatek-TanHoang authored Oct 3, 2024
2 parents 0f9ffe0 + 7586355 commit dcd4a04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/crawler/sender.evmbridge.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ export class SenderEVMBridge {

const signTx = await this.getSignature(wallet, {
token: tokenReceivedAddress,
amount: dataLock.amountReceived,
amount: dataLock.amountFrom,
user: receiveAddress,
hash: txHashLock,
fee: dataLock.protocolFee,
Expand Down

0 comments on commit dcd4a04

Please sign in to comment.