diff options
Diffstat (limited to 'packages/asset-buyer')
-rw-r--r-- | packages/asset-buyer/CHANGELOG.json | 4 | ||||
-rw-r--r-- | packages/asset-buyer/src/index.ts | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/packages/asset-buyer/CHANGELOG.json b/packages/asset-buyer/CHANGELOG.json index b50fe2c63..ad9257276 100644 --- a/packages/asset-buyer/CHANGELOG.json +++ b/packages/asset-buyer/CHANGELOG.json @@ -6,6 +6,10 @@ "note": "Add `gasLimit` and `gasPrice` as optional properties on `BuyQuoteExecutionOpts`" }, { + "note": "Export `BuyQuoteInfo` type", + "pr": 1131 + }, + { "note": "Updated to use new modularized artifacts and the latest version of @0xproject/contract-wrappers", "pr": 1105 diff --git a/packages/asset-buyer/src/index.ts b/packages/asset-buyer/src/index.ts index 2da2724d7..e856843f0 100644 --- a/packages/asset-buyer/src/index.ts +++ b/packages/asset-buyer/src/index.ts @@ -9,6 +9,7 @@ export { AssetBuyerError, AssetBuyerOpts, BuyQuote, + BuyQuoteInfo, BuyQuoteExecutionOpts, BuyQuoteRequestOpts, OrderProvider, |