Commit a08e51e5 authored by Quentin Hamitouche's avatar Quentin Hamitouche

Update contract version

parent 7f9938e8
This diff is collapsed.
......@@ -2,7 +2,7 @@ import { ethers } from 'ethers';
import VotingABI from '../contracts/Voting.json';
// Adresse du contrat déployé (à remplacer par votre adresse réelle après déploiement)
export const CONTRACT_ADDRESS = "0xe7f1725E7734CE288F8367e1Bb143E90bb3F0512";
export const CONTRACT_ADDRESS = "0x5FbDB2315678afecb367f032d93F642f64180aa3";
export const connectWallet = async () => {
try {
......
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