Patrick Collins

Results 163 comments of Patrick Collins

Go here: https://faucets.chain.link/rinkeby

Odd... What happens when you do ``` brownie console --network mainnet-fork ``` And then in the shell ``` from scripts.helpful_scripts import weth = interface.IWeth(0xC02aaA39b223FE8D0A0e5C4F27eAD9083C756Cc2) print(weth) ``` Or also try: ```...

Working across 4 different deployment frameworks gives me context of which ones have features I value :)

@paulrberg how did you end up testing for the custom errors in hardhat? Do you have an example?

Hello! Looks like this was a bit of an overstep by me, using tools for not what they were designed for. You can see I have a typescript edition of...

I'd just use Kovan & Rinkeby for now, you'll find more success with them. Otherwise you can look at https://market.link/

Fixed in https://github.com/smartcontractkit/truffle-starter-kit/commit/027093558616723755b5dfd75d711fcb351f0798

omg ahah. Can you make a PR to fix? Thanks for this!

I think it does, to be honest. Type hinting is something I've been back and forth on actually. For bigger projects, it's basically essentail. I'm trying to find the best...

@vsevdrob yes, that would be awesome!!