diff --git a/.github/workflows/ci-test.yml b/.github/workflows/ci-test.yml index 146c0d9e46..06d825e9f4 100644 --- a/.github/workflows/ci-test.yml +++ b/.github/workflows/ci-test.yml @@ -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 \ No newline at end of file diff --git a/hardhat/hardhat.config.js b/hardhat/hardhat.config.js index a2f42e9c4c..cdc70c5bc8 100644 --- a/hardhat/hardhat.config.js +++ b/hardhat/hardhat.config.js @@ -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", }; \ No newline at end of file