Skip to content

Commit 34852f9

Browse files
committed
test(example-event-handlers): link tracking issue from hardfork workaround
Link #2127 from the cancun-hardfork comment so anyone touching the file finds the tracking ticket for the proper fix (deterministic hardhat version via lockfile or pinned version).
1 parent e906ab3 commit 34852f9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

examples/ethereum-basic-event-handlers/hardhat/hardhat.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ module.exports = {
44
hardhat: {
55
// Pin to Cancun: Prague (default in hardhat >=2.26) enforces EIP-7825's
66
// per-transaction gas cap of 2^24, which rejects the test deployments.
7+
// Tracking proper fix (pin hardhat / lockfile / fit gas cap) in #2127.
78
hardfork: 'cancun',
89
},
910
},

0 commit comments

Comments
 (0)