I tried to verify the standard token contract on aztec devnet.5 but i got:
{"statusCode":413,"statusMessage":"Request Entity Too Large","data":"<html>\r\n<head><title>413 Request Entity Too Large</title></head>\r\n<body>\r\n<center><h1>413 Request Entity Too Large</h1></center>\r\n<hr><center>nginx</center>\r\n</body>\r\n</html>\r\n"}
Seems like there is limit here which is set far too low!
I also made a fork of the sdk here: https://github.com/jimjimvalkema/aztec-scan-sdk
To reproduce:
install
git clone https://github.com/jimjimvalkema/aztec-scan-sdk.git;
cd aztec-scan-sdk/;
npm install;
deploy
attempt verification (fails)
npm run register-artifact ./artifacts/deploymentArtifact.json;