Skip to content

Commit

Permalink
Update packages/hardhat-core/test/internal/hardhat-network/provider/n…
Browse files Browse the repository at this point in the history
…ode.ts

Co-authored-by: Franco Victorio <victorio.franco@gmail.com>
  • Loading branch information
schaable and fvictorio committed Feb 13, 2024
1 parent 4f1508d commit 731bdff
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1379,7 +1379,7 @@ describe("HardhatNode", () => {

describe("Transient storage", function () {
const TLOAD_DEPLOYMENT_BYTECODE = "0x60FF5c"; // PUSH1 FF TLOAD
const TSTORE_DEPLOYMENT_BYTECODE = "0x60FF60FF5d"; // PUSH1 FF TLOAD
const TSTORE_DEPLOYMENT_BYTECODE = "0x60FF60FF5d"; // PUSH1 FF PUSH1 FF TSTORE

const nodeConfig: LocalNodeConfig = {
automine: true,
Expand Down

0 comments on commit 731bdff

Please sign in to comment.