Skip to content

Commit ae061dc

Browse files
authored
Chore: upgrade hardhat version (#2)
1 parent edd1b82 commit ae061dc

File tree

3 files changed

+165
-145
lines changed

3 files changed

+165
-145
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"@openzeppelin/contracts": "^4.9.2",
1515
"ethers": "^5.5.3",
1616
"ethers-eip712": "^0.2.0",
17-
"hardhat": "^2.12.1-ir.0",
17+
"hardhat": "^2.17.3",
1818
"merkletreejs": "^0.3.11",
1919
"seaport-core": "immutable/seaport-core#1.5.0+im.1",
2020
"seaport-sol": "^1.5.0",

test/revert.spec.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8398,7 +8398,9 @@ describe(`Reverts (Seaport v${VERSION})`, function () {
83988398
});
83998399
});
84008400

8401-
describe(`Changing chainId`, function () {
8401+
// The approach to changing the chainId below no longer works with hardhat.
8402+
// Re-enabling this relies on https://github.com/NomicFoundation/hardhat/issues/3074
8403+
describe.skip(`Changing chainId`, function () {
84028404
// Note: Run this test last in this file as it hacks changing the hre
84038405
it("Reverts on changed chainId", async () => {
84048406
const nftId = await mintAndApprove721(

0 commit comments

Comments
 (0)