Nick Lionis

Results 9 comments of Nick Lionis

Hey there yeah sure I just finished a Hackathon sorry about the delay I will update it today ! Also i will create this week the project git repo to...

> Hi @nijoe1, thank you for your proposal. Can you provide the following information? > > 1. Please complete items 4 and 5 of the proposal Done > 2. Is...

Ok thanks I will inform u currently I am just conceptualise a scalable architecture ! Get Outlook for iOS ________________________________ From: ErinOCon ***@***.***> Sent: Wednesday, September 14, 2022 12:08:15 AM...

Hey, @ErinOCon, I made a conflict. I thought that the grant was another one. That's why I removed what I have written here. However, the other grant is based on...

Thanks, @ErinOCon ! Sure.

**Suggestion: Make verify-a-contract a folder** ``` verify-a-contract/ ├── ui-guide/ # Filfox + Blockscout manual steps └── programmatic/ # Scripts for automated verification ``` For the programmatic part, we could update...

Even after running `npm run setup` ? @longfeiWan9 In this script I am downgrading the version only for the current session...

I am getting the exact same error. After I removed **openzeppelin/hardhat-upgrades** I was able to compile again my contracts. But I can still not execute any script or task that...

I am using for example the Poll contract `https://github.com/privacy-scaling-explorations/maci/blob/dev/contracts/contracts/Poll.sol` and getting the error depicted below. When I delete the import of `hardhat-upgrades` from hardhat.config.ts then it compiles. But in my...