We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 925dd4a commit 26048abCopy full SHA for 26048ab
src/StdCheats.sol
@@ -392,6 +392,7 @@ abstract contract StdCheatsSafe {
392
function rawToConvertedEIPTx1559(RawTx1559 memory rawTx) internal pure virtual returns (Tx1559 memory) {
393
Tx1559 memory transaction;
394
transaction.arguments = rawTx.arguments;
395
+ transaction.contractAddress = rawTx.contractAddress;
396
transaction.contractName = rawTx.contractName;
397
transaction.functionSig = rawTx.functionSig;
398
transaction.hash = rawTx.hash;
0 commit comments