Update changelogs

This commit is contained in:
Michael Zhu 2020-08-04 11:13:09 -07:00
parent 2b39ae4800
commit b10522479c
4 changed files with 21 additions and 0 deletions

View File

@ -5,6 +5,10 @@
{
"note": "Update `CurveBridge` to support more varied curves",
"pr": 2633
},
{
"note": "Export DexForwarderBridgeContract",
"pr": 2656
}
]
},

View File

@ -1,4 +1,13 @@
[
{
"version": "4.5.2",
"changes": [
{
"note": "Add Ropsten and Rinkeby addresses to `DeploymentConstants`",
"pr": 2656
}
]
},
{
"version": "4.5.1",
"changes": [

View File

@ -13,6 +13,10 @@
{
"note": "Deploy `UniswapV2Bridge` on Kovan",
"pr": 2652
},
{
"note": "Redeploy previously unverified contracts on testnets",
"pr": 2656
}
]
},

View File

@ -5,6 +5,10 @@
{
"note": "Change test protocol fee to 70000.",
"pr": 2637
},
{
"note": "Refactor `migration.ts` a little",
"pr": 2656
}
]
},