Hardhat #213

Merged
bumi merged 50 commits from hardhat into master 2022-07-14 13:31:49 +00:00
Showing only changes of commit 16d5704173 - Show all commits

View File

@ -1,5 +1,4 @@
const path = require("path");
const { ethers } = require("hardhat");
const Kredits = require("../lib/kredits");
const seeds = require(path.join(__dirname, "..", "/config/seeds.js"));