This commit is contained in:
Radostina Lyubomirova 2025-06-04 16:05:59 +03:00
parent 976a10f57b
commit 75d5ff6e8d
2 changed files with 2 additions and 6 deletions

View file

@ -33,4 +33,4 @@ jobs:
- name: Run Hardhat tests against devnet-with-contracts
working-directory: hardhat
run: npx hardhat test --network localhost
run: npx hardhat test

View file

@ -2,10 +2,6 @@ require("@nomicfoundation/hardhat-toolbox");
/** @type import('hardhat/config').HardhatUserConfig */
module.exports = {
networks: {
localhost: {
url: "http://127.0.0.1:8545",
},
},
solidity: "0.8.28",
};