Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Node v18 incompatibility #47

Closed
pi0neerpat opened this issue Oct 18, 2023 · 1 comment
Closed

Node v18 incompatibility #47

pi0neerpat opened this issue Oct 18, 2023 · 1 comment

Comments

@pi0neerpat
Copy link

pi0neerpat commented Oct 18, 2023

The dependency @uniswap/v3-periphery depends on hardhat@2.9.9, which is incompatible with node v18. Vercel is dropping support for node 16 in February, which means all SDKs eg https://github.com/hai-on-op/sdk will not be compatible

May be fixed by bumping version.

    "dependencies": {
        "@defi-wonderland/solidity-utils": "0.0.0-4298c6c6",
        "@ethersproject/abi": "5.7.0",
        "@ethersproject/providers": "5.7.2",
        "@openzeppelin/contracts": "4.8.2",
        "@typechain/ethers-v6": "^0.5.1",
        "@typechain/web3-v1": "^6.0.7",
-      "@uniswap/v3-periphery": "https://github.com/Uniswap/v3-periphery.git#0.8",
+     "@uniswap/v3-periphery": "^1.4.4",
        "bn.js": "5.2.1",
        "ethers": "6.0.3",
        "forge-std": "https://github.com/foundry-rs/forge-std.git#e8a047e3f40f13fa37af6fe14e6e06283d9a060e",
        "typechain": "^8.3.2"
    }
@gas1cent
Copy link
Member

@pi0neerpat thank you for the report🫡

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants