@0x/dev-utils: Export GethCallOverrides type

This commit is contained in:
Lawrence Forman 2020-07-02 01:57:01 -04:00
parent 1f86bc06ef
commit c34e3765ef
2 changed files with 10 additions and 0 deletions

View File

@ -1,4 +1,13 @@
[ [
{
"version": "3.3.0",
"changes": [
{
"note": "Export `GethCallOverrides` type",
"pr": 2620
}
]
},
{ {
"timestamp": 1592969527, "timestamp": 1592969527,
"version": "3.2.2", "version": "3.2.2",

View File

@ -12,6 +12,7 @@ export { AbiDecoder, DecodedCalldata } from '@0x/utils';
export { export {
SupportedProvider, SupportedProvider,
CallData, CallData,
GethCallOverrides,
TransactionReceiptWithDecodedLogs, TransactionReceiptWithDecodedLogs,
BlockParam, BlockParam,
TxData, TxData,