Open
Description
Currently ToucanClient
expects to be initialized with a signer and provider as two separate objects. It's probably best to align with the ethers Contract API where a union object of the two types (providerOrSigner) is expected.
Currently ToucanClient
expects to be initialized with a signer and provider as two separate objects. It's probably best to align with the ethers Contract API where a union object of the two types (providerOrSigner) is expected.