Skip to content

Commit

Permalink
OR-1503 update log
Browse files Browse the repository at this point in the history
  • Loading branch information
nguyenzung committed Apr 8, 2024
1 parent 6a6614e commit 0d1e23a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ const withdrawNativeToken = async (amount: NumberLike) => {
)
console.log('withdrawal amount', amount.toString())
console.log(
' spent amount ',
' spent amount = l1_gas_cost + l2_gas_cost + withdrawal_amount = ',
l1Cost
.add(withdrawalTx.gasUsed.mul(withdrawalTx.effectiveGasPrice).add(amount))
.toString()
Expand Down

0 comments on commit 0d1e23a

Please sign in to comment.