Update CHANGELOGs

This commit is contained in:
Amir Bandeali 2019-09-30 09:57:13 -07:00
parent 9d4010299a
commit ba5c702a9e
2 changed files with 17 additions and 0 deletions

View File

@ -1,4 +1,13 @@
[
{
"version": "4.3.0",
"changes": [
{
"note": "Add `getSelector` method to all functions",
"pr": 2224
}
]
},
{
"version": "4.2.1",
"changes": [

View File

@ -5,6 +5,14 @@
{
"note": "Removed `getNetworkIdByExchangeAddressOrThrow`. It's not needed with V3 tooling.",
"pr": 2170
},
{
"note": "Add `zrxVault`, `readOnlyProxy`, `staking`, and `stakingProxy` schema with addresses for each tesnet",
"pr": 2224
},
{
"note": "Update `assetProxyOwner` address for each testnet",
"pr": 2224
}
]
},