Commit 2fc14033 authored by timothe 2004's avatar timothe 2004

fixed

parent 5b1175a6
Pipeline #3117 canceled with stages
/**
* @type import('hardhat/config').HardhatUserConfig
*/
require("@nomicfoundation/hardhat-ethers");
require("@nomiclabs/hardhat-ethers");
module.exports = {
solidity: {
......
// Script de déploiement du contrat Voting
const hre = require("hardhat");
const ethers = require("ethers");
async function main() {
console.log("Déploiement du contrat Voting...");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment