Merge pull request #12 from radost5454/testop

opopopo
This commit is contained in:
radost5454 2025-06-03 22:54:56 +03:00 committed by GitHub
commit 9aa69936dc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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