@flashbots/mev-share-client
Advanced tools
Comparing version 0.7.6 to 0.7.7
{ | ||
"name": "@flashbots/mev-share-client", | ||
"version": "0.7.6", | ||
"version": "0.7.7", | ||
"description": "MEV-Share client library for Flashbots mev-share.", | ||
@@ -5,0 +5,0 @@ "main": "build/index.js", |
@@ -72,4 +72,6 @@ import { LogParams } from 'ethers' | ||
functionSelector?: boolean, | ||
/** Share the logs emitted by the transaction. */ | ||
/** Share all logs emitted by the transaction. */ | ||
logs?: boolean, | ||
/** Share specific subset of swap-adjacent logs of the transaction. */ | ||
defaultLogs?: boolean, | ||
/** Share tx hashes of transactions in bundle. */ | ||
@@ -76,0 +78,0 @@ txHash?: boolean, |
@@ -13,2 +13,3 @@ import { BundleParams, HintPreferences, SimBundleOptions, TransactionOptions } from './interfaces' | ||
logs: hints.logs, | ||
defaultLogs: hints.defaultLogs, | ||
tx_hash: hints.txHash, | ||
@@ -15,0 +16,0 @@ hash: true, // tx hash is always shared on Flashbots MEV-Share; abstract away from user |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
206547
3400