gridplus-sdk
Advanced tools
Comparing version 0.8.4 to 0.8.5
{ | ||
"name": "gridplus-sdk", | ||
"version": "0.8.4", | ||
"version": "0.8.5", | ||
"description": "SDK to interact with GridPlus Lattice1 device", | ||
@@ -5,0 +5,0 @@ "scripts": { |
@@ -132,4 +132,2 @@ // Utils for Ethereum transactions. This is effecitvely a shim of ethereumjs-util, which | ||
throw new Error('EIP1559 transactions must include `maxFeePerGas`'); | ||
if (data.maxPriorityFeePerGas > data.maxFeePerGas) | ||
throw new Error('maxPriorityFeePerGas must be <= maxFeePerGas'); | ||
maxPriorityFeePerGasBytes = ensureHexBuffer(data.maxPriorityFeePerGas); | ||
@@ -136,0 +134,0 @@ rawTx.push(maxPriorityFeePerGasBytes); |
111723
2537