fairDataSociety / fdp-contracts

Fair Data Protocol smart contracts and its utilities
4 stars 1 forks source link

Upgrade ethers to v6 #158

Open IgorShadurin opened 10 months ago

IgorShadurin commented 10 months ago

Since the ethers API has changed from v6, it would be great to upgrade the fdp-contracts to ensure a correctly working version. A PR with an upgrade for fdp-storage is already available https://github.com/fairDataSociety/fdp-storage/pull/291, but tests won't work without the updated version of fdp-contracts.

It looks like we will also have to update some libraries related to hardhat + plugins.