Skip to content
This repository has been archived by the owner on Jul 9, 2021. It is now read-only.

Commit

Permalink
Merge pull request #1072 from 0xProject/addMissingEtherTokenConfig
Browse files Browse the repository at this point in the history
Add missing mainnet addresses to ZRXToken & WETH artifacts
  • Loading branch information
fabioberger authored Sep 18, 2018
2 parents 2378747 + 6f36048 commit febe00d
Show file tree
Hide file tree
Showing 5 changed files with 34 additions and 0 deletions.
8 changes: 8 additions & 0 deletions packages/0x.js/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
[
{
"version": "1.0.2",
"changes": [
{
"note": "Add ZRX & WETH mainnet contract addresses into the included artifacts"
}
]
},
{
"timestamp": 1536142250,
"version": "1.0.1",
Expand Down
8 changes: 8 additions & 0 deletions packages/contract-wrappers/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
[
{
"version": "1.0.2",
"changes": [
{
"note": "Add ZRX & WETH mainnet contract addresses into the included artifacts"
}
]
},
{
"version": "1.0.1",
"changes": [
Expand Down
5 changes: 5 additions & 0 deletions packages/migrations/artifacts/2.0.0/WETH9.json
Original file line number Diff line number Diff line change
Expand Up @@ -327,6 +327,11 @@
}
},
"networks": {
"1": {
"address": "0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2",
"links": {},
"constructorArgs": "[]"
},
"3": {
"address": "0xc778417e063141139fce010982780140aa0cd5ab",
"links": {},
Expand Down
5 changes: 5 additions & 0 deletions packages/migrations/artifacts/2.0.0/ZRXToken.json
Original file line number Diff line number Diff line change
Expand Up @@ -10022,6 +10022,11 @@
}
},
"networks": {
"1": {
"address": "0xe41d2489571d322189246dafa5ebde1f4699f498",
"links": {},
"constructorArgs": "[]"
},
"3": {
"address": "0xff67881f8d12f372d91baae9752eb3631ff0ed00",
"links": {},
Expand Down
8 changes: 8 additions & 0 deletions packages/order-watcher/CHANGELOG.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
[
{
"version": "1.0.2",
"changes": [
{
"note": "Add ZRX & WETH mainnet contract addresses into the included artifacts"
}
]
},
{
"timestamp": 1536142250,
"version": "1.0.1",
Expand Down

0 comments on commit febe00d

Please sign in to comment.