@0x/contract-wrappers: Export GethCallOverrides.

This commit is contained in:
Lawrence Forman 2020-07-01 22:33:52 -04:00
parent 89adbe4127
commit 23789b0692
2 changed files with 10 additions and 0 deletions

View File

@ -1,4 +1,13 @@
[
{
"version": "13.8.0",
"changes": [
{
"note": "Export `GethCallOverrides`",
"pr": 2620
}
]
},
{
"version": "13.7.0",
"changes": [

View File

@ -98,6 +98,7 @@ export {
ContractArtifact,
DataItem,
CallData,
GethCallOverrides,
BlockParam,
ContractEventArg,
DecodedLogArgs,