mirror of
https://github.com/Brotocol-xyz/bro-sdk.git
synced 2026-05-02 05:04:28 +08:00
chore: address bro-sdk team review
This commit is contained in:
@@ -3,4 +3,4 @@ module.exports = {
|
||||
semi: false,
|
||||
arrowParens: "avoid",
|
||||
singleQuote: false,
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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),
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user