fuseio / fuse-network

Fuse network engine; Contains instructions to connect as a node
MIT License
87 stars 45 forks source link

Upgrade to Hardhat #153

Closed gr8h closed 10 months ago

gr8h commented 11 months ago

This PR upgrade the repo from Truffle to Hardhat.

sweep-ai[bot] commented 11 months ago

Apply Sweep Rules to your PR?

leonprou commented 11 months ago

@gr8h I'll approve this after a test on the devnet. Do we still need to use forge with hardhat?

gr8h commented 11 months ago

@gr8h I'll approve this after a test on the devnet. Do we still need to use forge with hardhat?

All contracts can now be deployed without any issues, the contract-size limitation that we had with Truffle no longer exists when using Hardhat.

There's no need now to add forge.

leonprou commented 10 months ago

Glad to hear, great improvements @gr8h