Skip to content

Commit b3dc5c9

Browse files
committed
Merge branch 'main' of github.com:suhail-abdelaal/Decentralized-eVoting
2 parents 49cb850 + e223b09 commit b3dc5c9

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -23,14 +23,14 @@ The system consists of several smart contracts working together:
2323
- **VotingFacade**: Main entry point for interacting with the system
2424

2525
## 📦 Deployed Contracts (zkSync Sepolia)
26-
27-
AccessControlManager : `0x3EDeB25800D4bCC02F1134605993a4E580b381D3`
28-
VoterRegistry : `0xdE31ef595B91511c624ba2B6cc284Db1D6F3d09f`
29-
ProposalState : `0xC8076182526163289232C65b89558Fe16Ae420b2`
30-
ProposalValidator : `0x9C642213E321EB9BC8BAe9F4007e44164e483E1B`
31-
ProposalOrchestrator : `0x1B81F6c5E2Fda6914b3e213B7fbb2B3d2Ace3CdA`
32-
VotingFacade (main) : `0x080b2492B403758aDe9a249FDf245302C860BD63`
33-
26+
```solidity
27+
AccessControlManager : 0x3EDeB25800D4bCC02F1134605993a4E580b381D3
28+
VoterRegistry : 0xdE31ef595B91511c624ba2B6cc284Db1D6F3d09f
29+
ProposalState : 0xC8076182526163289232C65b89558Fe16Ae420b2
30+
ProposalValidator : 0x9C642213E321EB9BC8BAe9F4007e44164e483E1B
31+
ProposalOrchestrator : 0x1B81F6c5E2Fda6914b3e213B7fbb2B3d2Ace3CdA
32+
VotingFacade (main) : 0x080b2492B403758aDe9a249FDf245302C860BD63
33+
```
3434

3535
## 🛠 Development Setup
3636

0 commit comments

Comments
 (0)