Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@flashbots/mev-share-client

Package Overview
Dependencies
Maintainers
5
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@flashbots/mev-share-client - npm Package Compare versions

Comparing version 0.7.6 to 0.7.7

2

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc