Closed antazoey closed 1 year ago
This allows easier integrations with custom exceptions in downstream services, such as Ape. Now, we can check for selectors to find the correct ABI.
contract_type.errors should contains your custom solidity errors. "0x123" in contract_type.errors to check for a selector
contract_type.errors
What I did
This allows easier integrations with custom exceptions in downstream services, such as Ape. Now, we can check for selectors to find the correct ABI.
How I did it
How to verify it
contract_type.errors
should contains your custom solidity errors. "0x123" in contract_type.errors to check for a selectorChecklist