@@ -91,14 +91,14 @@ forge build
9191The VotsEngine contract is currently deployed and live on multiple testnets:
9292
9393### Sepolia Testnet
94- ** VotsEngine Contract** : ` 0xbC9aFaB1b833427195F9674b0f34B501b408f810 `
94+ ** VotsEngine Contract** : ` 0x41A221CF6CD0d4BA6FDf18b6F492fFD048CbA287.. `
9595
96- ** NFT Contract** : ` 0x7b80Dcda97907eFF4D99655223437E4689E559c6 `
96+ ** NFT Contract** : ` 0x8f10FA6bDA8bE2Ebd7A905d3D9EF81A360B5aA92. `
9797
9898** Network** : Sepolia Testnet
9999- ** Chain ID** : 11155111
100- - ** VotsEngine Block Explorer** : https://sepolia.etherscan.io/address/0xbC9aFaB1b833427195F9674b0f34B501b408f810
101- - ** NFT Contract Block Explorer** : https://sepolia.etherscan.io/address/0x7b80Dcda97907eFF4D99655223437E4689E559c6
100+ - ** VotsEngine Block Explorer** : https://sepolia.etherscan.io/address/0x41A221CF6CD0d4BA6FDf18b6F492fFD048CbA287 ..
101+ - ** NFT Contract Block Explorer** : https://sepolia.etherscan.io/address/0x8f10FA6bDA8bE2Ebd7A905d3D9EF81A360B5aA92 .
102102
103103### Fuji Testnet (Avalanche)
104104** VotsEngine Contract** : ` 0xed7eA5221041A1982d9d257c9617B1448032838d `
@@ -120,7 +120,7 @@ You can interact with the deployed contract using:
120120
121121``` javascript
122122// Example using ethers.js with Sepolia
123- const sepoliaContractAddress = " 0xbC9aFaB1b833427195F9674b0f34B501b408f810 " ;
123+ const sepoliaContractAddress = " 0x41A221CF6CD0d4BA6FDf18b6F492fFD048CbA287.. " ;
124124const VotsEngineSepoliaClient = new ethers.Contract (sepoliaContractAddress, abi, sepoliaProvider);
125125
126126// Example using ethers.js with Fuji
@@ -146,7 +146,7 @@ The VotsEngine system requires a **hybrid physical-digital infrastructure**:
146146### Deploying the System
147147
148148The VotsEngine is already deployed on multiple testnets:
149- - ** Sepolia** : ` 0xbC9aFaB1b833427195F9674b0f34B501b408f810 `
149+ - ** Sepolia** : ` 0x41A221CF6CD0d4BA6FDf18b6F492fFD048CbA287.. `
150150- ** Fuji (Avalanche)** : ` 0xed7eA5221041A1982d9d257c9617B1448032838d `
151151
152152For local development or custom deployments:
@@ -161,7 +161,7 @@ Or connect to the existing deployments:
161161``` javascript
162162// Connect to Sepolia deployment
163163const VotsEngineSepoliaClient = new ethers.Contract (
164- " 0xbC9aFaB1b833427195F9674b0f34B501b408f810 " ,
164+ " 0x41A221CF6CD0d4BA6FDf18b6F492fFD048CbA287.. " ,
165165 VotsEngineABI,
166166 sepoliaProvider
167167);
0 commit comments