Patrick Collins

Results 280 comments of Patrick Collins
trafficstars

@cameel should we make a new PR for this? Or is it not wanted.

Parker

Seems it might take me a lot longer than I thought it would 😅 sorry... could we unassign?

Additionally, this would be helpful for verifiers. Right now a forge script waits for 1 transaction receipt, but I often find that 6 is a safer amount for a block...

Or, I'd love to see this option too: ``` forge script script/MyScript.s.sol --confirmations 6 ``` and it waits 6 confirmations before trying to verify

WOW. I'm an idiot. I used `playwright codegen` to come up with the incorrect tag, when using `codegen` it doesn't do the metamask setup bit so it had the wrong...

@FerEnoch nice!! Should we update the repo with this information somewhere?

Ah, I needed to update the vyper executable in the `settings.json`. I think it would be good for it to showhow do like `which vyper` and have that be the...

I have a work around, just update the `settings.json` to something "smarter". Just customize the vyper command in the file. ```json { "files.exclude": { "**/__pycache__": true }, "files.associations": { ".coveragerc":...