chore: address bro-sdk team review

This commit is contained in:
sofinico
2025-05-07 16:50:43 +02:00
parent 47fcf33525
commit a50d05dca2
2 changed files with 1 additions and 2 deletions

View File

@@ -3,4 +3,4 @@ module.exports = {
semi: false,
arrowParens: "avoid",
singleQuote: false,
}
}

View File

@@ -64,7 +64,6 @@ const bridgeFromEVMInput: BridgeFromEVMInput = {
from: tx.from,
to: tx.to,
data: ethers.hexlify(tx.data),
// Convert SDKNumber into BigNumber
gasLimit: formatSDKNumber(tx.recommendedGasLimit),
}