@flashbots/ethers-provider-bundle
Advanced tools
Comparing version 0.4.3 to 0.4.4
@@ -376,2 +376,5 @@ "use strict"; | ||
if (tx.v !== undefined && tx.r !== undefined && tx.s !== undefined) { | ||
if (tx.type === 2) { | ||
delete tx.gasPrice; | ||
} | ||
return transactions_1.serialize(tx, { | ||
@@ -378,0 +381,0 @@ v: tx.v, |
{ | ||
"name": "@flashbots/ethers-provider-bundle", | ||
"version": "0.4.3", | ||
"version": "0.4.4", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "build/index.js", |
@@ -611,2 +611,5 @@ import { BlockTag, TransactionReceipt, TransactionRequest } from '@ethersproject/abstract-provider' | ||
if (tx.v !== undefined && tx.r !== undefined && tx.s !== undefined) { | ||
if (tx.type === 2) { | ||
delete tx.gasPrice; | ||
} | ||
return serialize(tx, { | ||
@@ -613,0 +616,0 @@ v: tx.v, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
224624
1648