From 75d5ff6e8dc6abc842fb585629afed46d99378bf Mon Sep 17 00:00:00 2001 From: Radostina Lyubomirova Date: Wed, 4 Jun 2025 16:05:59 +0300 Subject: [PATCH] test --- .github/workflows/ci-test.yml | 2 +- hardhat/hardhat.config.js | 6 +----- 2 files changed, 2 insertions(+), 6 deletions(-) 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