Skip to content

Commit 507db04

Browse files
committed
refactor
1 parent 91adb93 commit 507db04

File tree

5 files changed

+433
-656
lines changed

5 files changed

+433
-656
lines changed

evm/ts/src/multiTokenNttWithExecutor.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,15 +110,13 @@ export class EvmMultiTokenNttWithExecutor<
110110
const recipient = destination.address.toUniversalAddress().toUint8Array();
111111
const refundAddress = sender.toUniversalAddress().toUint8Array();
112112

113-
// Executor args from quote
114113
const executorArgs = {
115114
value: quote.estimatedCost,
116115
refundAddress: senderAddress,
117116
signedQuote: quote.signedQuote,
118117
instructions: quote.relayInstructions,
119118
};
120119

121-
// Fee args from quote
122120
const feeArgs = {
123121
dbps: quote.referrerFeeDbps,
124122
payee: quote.referrer.address.toString(),

0 commit comments

Comments
 (0)