Closed technophile-04 closed 8 months ago
Just tried adding these changes manually to Autograder cloned challenge 3 and works great there too 🙌
verified contract: https://sepolia.etherscan.io/address/0x6Bbe593466EDfD15cbc33881F2C2131CB4c0081d#code
I think we don't need to wait for new autograder PR to be merged for this, we merge this 🙌
Description :
Just tried adding these changes manually to Autograder cloned challenge 3 and works great there too 🙌
POST Request to new autograder:
```bash curl -X POST http://localhost:54727 \ -H "Content-Type: application/json" \ -d '{"challenge": 3, "network": "sepolia", "address": "0x6Bbe593466EDfD15cbc33881F2C2131CB4c0081d"}' ```verified contract: https://sepolia.etherscan.io/address/0x6Bbe593466EDfD15cbc33881F2C2131CB4c0081d#code