remove mistakenly added ContractError

This commit is contained in:
Eric 2025-02-17 10:38:01 +11:00
parent 6c6aadcfc9
commit 48be8b13f1
No known key found for this signature in database

View File

@ -42,7 +42,6 @@ type
response*: ?TransactionResponse
convert*: ConvertCustomErrors
EventHandler*[E: Event] = proc(event: ?!E) {.gcsafe, raises:[].}
ContractError* = object of EthersError
func new*(ContractType: type Contract,
address: Address,