tablelandnetwork / tableland-js

Mono-repo containing Tableland JS libraries and tools
13 stars 1 forks source link

(sdk) export helper to get registry contract #111

Closed joewagner closed 9 months ago

joewagner commented 9 months ago

Overview

In order to make the ethers.js contract.estimateGas method more easily available to SDK consumers, we need to export our internal getContractAndOverrides method.

Details

This change is needed for the feature in https://github.com/tablelandnetwork/studio/pull/173