Socket
Socket
Sign inDemoInstall

@flashbots/matchmaker-ts

Package Overview
Dependencies
22
Maintainers
3
Versions
17
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.7.2 to 0.7.3

2

build/examples/lib/sendTx.d.ts

@@ -1,2 +0,2 @@

import { JsonRpcProvider, TransactionRequest } from 'ethers/types/providers';
import { JsonRpcProvider, TransactionRequest } from 'ethers';
import { HintPreferences } from '../..';

@@ -3,0 +3,0 @@ export declare const setupTxExample: (provider: JsonRpcProvider, tip?: BigInt, flair?: string) => Promise<{

{
"name": "@flashbots/matchmaker-ts",
"version": "0.7.2",
"version": "0.7.3",
"description": "Matchmaker client library for Flashbots mev-share.",

@@ -12,3 +12,3 @@ "main": "build/index.js",

"axios": "^1.3.4",
"ethers": "^6.3.0",
"ethers": "^6.5.1",
"eventsource": "^2.0.2"

@@ -15,0 +15,0 @@ },

@@ -1,3 +0,2 @@

import { hexlify, toBigInt, toUtf8Bytes } from 'ethers'
import { JsonRpcProvider, TransactionRequest } from 'ethers/types/providers'
import { hexlify, toBigInt, toUtf8Bytes, JsonRpcProvider, TransactionRequest } from 'ethers'
import { HintPreferences } from '../..'

@@ -4,0 +3,0 @@ import { initExample } from './helpers'

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc