1
0
mirror of https://github.com/oceanprotocol/ocean.js.git synced 2024-11-26 20:39:05 +01:00

try add a hardhat config file so we can use th elibs

This commit is contained in:
paulo-ocean 2024-09-09 10:29:07 +01:00
parent a049a1a488
commit 2ce5a77e4c

4
hardhat.config.js Normal file
View File

@ -0,0 +1,4 @@
/** @type import('hardhat/config').HardhatUserConfig */
module.exports = {
solidity: "0.8.24",
};