eth-sdk icon indicating copy to clipboard operation
eth-sdk copied to clipboard

Get a single contract from SDK

Open krzkaczor opened this issue 3 years ago • 0 comments

It would be nice to get a single contract from a given SDK and init it on any address and with any signer. Sample API:

getMainnetContract('maker.dai', 'address', signer) // returns properly typed, initialized contract

krzkaczor avatar Feb 25 '22 21:02 krzkaczor