Migrate to proper RSK testnet deployment #242

Merged
raucao merged 10 commits from new-final-deploy into master 2023-08-13 18:54:36 +00:00
Showing only changes of commit 914d4d9585 - Show all commits

View File

@ -62,7 +62,7 @@ task("create-wallet", "Creates a new wallet json", async () => {
*/
module.exports = {
solidity: "0.8.2",
defaultNetwork: "localhost",
defaultNetwork: "hardhat",
networks: {
hardhat: {
chainId: 1337,