Compare commits
5 Commits
@0x/types@
...
@0x/react-
Author | SHA1 | Date | |
---|---|---|---|
|
b6b618e5ce | ||
|
0bb8887027 | ||
|
fabfdd0aa2 | ||
|
8f8336b344 | ||
|
d10659f986 |
@@ -1,4 +1,13 @@
|
||||
[
|
||||
{
|
||||
"timestamp": 1563047529,
|
||||
"version": "2.2.1",
|
||||
"changes": [
|
||||
{
|
||||
"note": "Dependencies updated"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"version": "2.2.0",
|
||||
"changes": [
|
||||
|
@@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
|
||||
|
||||
CHANGELOG
|
||||
|
||||
## v2.2.1 - _July 13, 2019_
|
||||
|
||||
* Dependencies updated
|
||||
|
||||
## v2.2.0 - _July 13, 2019_
|
||||
|
||||
* Add `LibAssetProxyIds` contract (#1835)
|
||||
|
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@0x/contracts-asset-proxy",
|
||||
"version": "2.2.0",
|
||||
"version": "2.2.1",
|
||||
"engines": {
|
||||
"node": ">=6.12"
|
||||
},
|
||||
@@ -47,9 +47,9 @@
|
||||
},
|
||||
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/protocol/README.md",
|
||||
"devDependencies": {
|
||||
"@0x/abi-gen": "^2.1.0",
|
||||
"@0x/abi-gen": "^2.1.1",
|
||||
"@0x/contracts-gen": "^1.0.10",
|
||||
"@0x/contracts-test-utils": "^3.1.8",
|
||||
"@0x/contracts-test-utils": "^3.1.9",
|
||||
"@0x/dev-utils": "^2.2.4",
|
||||
"@0x/sol-compiler": "^3.1.9",
|
||||
"@0x/tslint-config": "^3.0.1",
|
||||
@@ -69,11 +69,11 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@0x/base-contract": "^5.1.1",
|
||||
"@0x/contracts-erc1155": "^1.1.7",
|
||||
"@0x/contracts-erc20": "^2.2.6",
|
||||
"@0x/contracts-erc721": "^2.1.7",
|
||||
"@0x/contracts-utils": "^3.1.7",
|
||||
"@0x/order-utils": "^8.2.0",
|
||||
"@0x/contracts-erc1155": "^1.1.8",
|
||||
"@0x/contracts-erc20": "^2.2.7",
|
||||
"@0x/contracts-erc721": "^2.1.8",
|
||||
"@0x/contracts-utils": "^3.1.8",
|
||||
"@0x/order-utils": "^8.2.1",
|
||||
"@0x/types": "^2.4.0",
|
||||
"@0x/typescript-typings": "^4.2.3",
|
||||
"@0x/utils": "^4.4.0",
|
||||
|
@@ -1,4 +1,13 @@
|
||||
[
|
||||
{
|
||||
"timestamp": 1563047529,
|
||||
"version": "2.0.6",
|
||||
"changes": [
|
||||
{
|
||||
"note": "Dependencies updated"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"timestamp": 1563006338,
|
||||
"version": "2.0.5",
|
||||
|
@@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
|
||||
|
||||
CHANGELOG
|
||||
|
||||
## v2.0.6 - _July 13, 2019_
|
||||
|
||||
* Dependencies updated
|
||||
|
||||
## v2.0.5 - _July 13, 2019_
|
||||
|
||||
* Dependencies updated
|
||||
|
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@0x/contracts-coordinator",
|
||||
"version": "2.0.5",
|
||||
"version": "2.0.6",
|
||||
"engines": {
|
||||
"node": ">=6.12"
|
||||
},
|
||||
@@ -47,9 +47,9 @@
|
||||
},
|
||||
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/extensions/README.md",
|
||||
"devDependencies": {
|
||||
"@0x/abi-gen": "^2.1.0",
|
||||
"@0x/abi-gen": "^2.1.1",
|
||||
"@0x/contracts-gen": "^1.0.10",
|
||||
"@0x/contracts-test-utils": "^3.1.8",
|
||||
"@0x/contracts-test-utils": "^3.1.9",
|
||||
"@0x/dev-utils": "^2.2.4",
|
||||
"@0x/sol-compiler": "^3.1.9",
|
||||
"@0x/tslint-config": "^3.0.1",
|
||||
@@ -69,12 +69,12 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@0x/base-contract": "^5.1.1",
|
||||
"@0x/contracts-asset-proxy": "^2.2.0",
|
||||
"@0x/contracts-erc20": "^2.2.6",
|
||||
"@0x/contracts-exchange": "^2.1.6",
|
||||
"@0x/contracts-exchange-libs": "^3.0.0",
|
||||
"@0x/contracts-utils": "^3.1.7",
|
||||
"@0x/order-utils": "^8.2.0",
|
||||
"@0x/contracts-asset-proxy": "^2.2.1",
|
||||
"@0x/contracts-erc20": "^2.2.7",
|
||||
"@0x/contracts-exchange": "^2.1.7",
|
||||
"@0x/contracts-exchange-libs": "^3.0.1",
|
||||
"@0x/contracts-utils": "^3.1.8",
|
||||
"@0x/order-utils": "^8.2.1",
|
||||
"@0x/types": "^2.4.0",
|
||||
"@0x/typescript-typings": "^4.2.3",
|
||||
"@0x/utils": "^4.4.0",
|
||||
|
@@ -1,4 +1,13 @@
|
||||
[
|
||||
{
|
||||
"timestamp": 1563047529,
|
||||
"version": "0.0.3",
|
||||
"changes": [
|
||||
{
|
||||
"note": "Dependencies updated"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"timestamp": 1563006338,
|
||||
"version": "0.0.2",
|
||||
|
@@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
|
||||
|
||||
CHANGELOG
|
||||
|
||||
## v0.0.3 - _July 13, 2019_
|
||||
|
||||
* Dependencies updated
|
||||
|
||||
## v0.0.2 - _July 13, 2019_
|
||||
|
||||
* Dependencies updated
|
||||
|
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@0x/contracts-dev-utils",
|
||||
"version": "0.0.2",
|
||||
"version": "0.0.3",
|
||||
"engines": {
|
||||
"node": ">=6.12"
|
||||
},
|
||||
@@ -47,10 +47,10 @@
|
||||
},
|
||||
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/dev-utils/README.md",
|
||||
"devDependencies": {
|
||||
"@0x/abi-gen": "^2.1.0",
|
||||
"@0x/contract-wrappers": "^9.1.5",
|
||||
"@0x/abi-gen": "^2.1.1",
|
||||
"@0x/contract-wrappers": "^9.1.6",
|
||||
"@0x/contracts-gen": "^1.0.10",
|
||||
"@0x/contracts-test-utils": "^3.1.8",
|
||||
"@0x/contracts-test-utils": "^3.1.9",
|
||||
"@0x/dev-utils": "^2.2.4",
|
||||
"@0x/sol-compiler": "^3.1.9",
|
||||
"@0x/tslint-config": "^3.0.1",
|
||||
@@ -70,14 +70,14 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@0x/base-contract": "^5.1.1",
|
||||
"@0x/contracts-asset-proxy": "^2.2.0",
|
||||
"@0x/contracts-erc1155": "^1.1.7",
|
||||
"@0x/contracts-erc20": "^2.2.6",
|
||||
"@0x/contracts-erc721": "^2.1.7",
|
||||
"@0x/contracts-exchange": "^2.1.6",
|
||||
"@0x/contracts-exchange-libs": "^3.0.0",
|
||||
"@0x/contracts-utils": "^3.1.7",
|
||||
"@0x/order-utils": "^8.2.0",
|
||||
"@0x/contracts-asset-proxy": "^2.2.1",
|
||||
"@0x/contracts-erc1155": "^1.1.8",
|
||||
"@0x/contracts-erc20": "^2.2.7",
|
||||
"@0x/contracts-erc721": "^2.1.8",
|
||||
"@0x/contracts-exchange": "^2.1.7",
|
||||
"@0x/contracts-exchange-libs": "^3.0.1",
|
||||
"@0x/contracts-utils": "^3.1.8",
|
||||
"@0x/order-utils": "^8.2.1",
|
||||
"@0x/types": "^2.4.0",
|
||||
"@0x/typescript-typings": "^4.2.3",
|
||||
"@0x/utils": "^4.4.0",
|
||||
|
@@ -1,4 +1,13 @@
|
||||
[
|
||||
{
|
||||
"timestamp": 1563047529,
|
||||
"version": "1.1.8",
|
||||
"changes": [
|
||||
{
|
||||
"note": "Dependencies updated"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"timestamp": 1563006338,
|
||||
"version": "1.1.7",
|
||||
|
@@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
|
||||
|
||||
CHANGELOG
|
||||
|
||||
## v1.1.8 - _July 13, 2019_
|
||||
|
||||
* Dependencies updated
|
||||
|
||||
## v1.1.7 - _July 13, 2019_
|
||||
|
||||
* Dependencies updated
|
||||
|
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@0x/contracts-erc1155",
|
||||
"version": "1.1.7",
|
||||
"version": "1.1.8",
|
||||
"engines": {
|
||||
"node": ">=6.12"
|
||||
},
|
||||
@@ -47,7 +47,7 @@
|
||||
},
|
||||
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/tokens/README.md",
|
||||
"devDependencies": {
|
||||
"@0x/abi-gen": "^2.1.0",
|
||||
"@0x/abi-gen": "^2.1.1",
|
||||
"@0x/contracts-gen": "^1.0.10",
|
||||
"@0x/dev-utils": "^2.2.4",
|
||||
"@0x/sol-compiler": "^3.1.9",
|
||||
@@ -68,8 +68,8 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@0x/base-contract": "^5.1.1",
|
||||
"@0x/contracts-test-utils": "^3.1.8",
|
||||
"@0x/contracts-utils": "^3.1.7",
|
||||
"@0x/contracts-test-utils": "^3.1.9",
|
||||
"@0x/contracts-utils": "^3.1.8",
|
||||
"@0x/types": "^2.4.0",
|
||||
"@0x/typescript-typings": "^4.2.3",
|
||||
"@0x/utils": "^4.4.0",
|
||||
|
@@ -1,4 +1,13 @@
|
||||
[
|
||||
{
|
||||
"timestamp": 1563047529,
|
||||
"version": "2.2.7",
|
||||
"changes": [
|
||||
{
|
||||
"note": "Dependencies updated"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"timestamp": 1563006338,
|
||||
"version": "2.2.6",
|
||||
|
@@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
|
||||
|
||||
CHANGELOG
|
||||
|
||||
## v2.2.7 - _July 13, 2019_
|
||||
|
||||
* Dependencies updated
|
||||
|
||||
## v2.2.6 - _July 13, 2019_
|
||||
|
||||
* Dependencies updated
|
||||
|
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@0x/contracts-erc20",
|
||||
"version": "2.2.6",
|
||||
"version": "2.2.7",
|
||||
"engines": {
|
||||
"node": ">=6.12"
|
||||
},
|
||||
@@ -47,9 +47,9 @@
|
||||
},
|
||||
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/tokens/README.md",
|
||||
"devDependencies": {
|
||||
"@0x/abi-gen": "^2.1.0",
|
||||
"@0x/abi-gen": "^2.1.1",
|
||||
"@0x/contracts-gen": "^1.0.10",
|
||||
"@0x/contracts-test-utils": "^3.1.8",
|
||||
"@0x/contracts-test-utils": "^3.1.9",
|
||||
"@0x/dev-utils": "^2.2.4",
|
||||
"@0x/sol-compiler": "^3.1.9",
|
||||
"@0x/tslint-config": "^3.0.1",
|
||||
@@ -69,7 +69,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@0x/base-contract": "^5.1.1",
|
||||
"@0x/contracts-utils": "^3.1.7",
|
||||
"@0x/contracts-utils": "^3.1.8",
|
||||
"@0x/types": "^2.4.0",
|
||||
"@0x/typescript-typings": "^4.2.3",
|
||||
"@0x/utils": "^4.4.0",
|
||||
|
@@ -1,4 +1,13 @@
|
||||
[
|
||||
{
|
||||
"timestamp": 1563047529,
|
||||
"version": "2.1.8",
|
||||
"changes": [
|
||||
{
|
||||
"note": "Dependencies updated"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"timestamp": 1563006338,
|
||||
"version": "2.1.7",
|
||||
|
@@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
|
||||
|
||||
CHANGELOG
|
||||
|
||||
## v2.1.8 - _July 13, 2019_
|
||||
|
||||
* Dependencies updated
|
||||
|
||||
## v2.1.7 - _July 13, 2019_
|
||||
|
||||
* Dependencies updated
|
||||
|
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@0x/contracts-erc721",
|
||||
"version": "2.1.7",
|
||||
"version": "2.1.8",
|
||||
"engines": {
|
||||
"node": ">=6.12"
|
||||
},
|
||||
@@ -47,9 +47,9 @@
|
||||
},
|
||||
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/tokens/README.md",
|
||||
"devDependencies": {
|
||||
"@0x/abi-gen": "^2.1.0",
|
||||
"@0x/abi-gen": "^2.1.1",
|
||||
"@0x/contracts-gen": "^1.0.10",
|
||||
"@0x/contracts-test-utils": "^3.1.8",
|
||||
"@0x/contracts-test-utils": "^3.1.9",
|
||||
"@0x/dev-utils": "^2.2.4",
|
||||
"@0x/sol-compiler": "^3.1.9",
|
||||
"@0x/tslint-config": "^3.0.1",
|
||||
@@ -69,7 +69,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@0x/base-contract": "^5.1.1",
|
||||
"@0x/contracts-utils": "^3.1.7",
|
||||
"@0x/contracts-utils": "^3.1.8",
|
||||
"@0x/types": "^2.4.0",
|
||||
"@0x/typescript-typings": "^4.2.3",
|
||||
"@0x/utils": "^4.4.0",
|
||||
|
@@ -1,4 +1,13 @@
|
||||
[
|
||||
{
|
||||
"timestamp": 1563047529,
|
||||
"version": "3.0.5",
|
||||
"changes": [
|
||||
{
|
||||
"note": "Dependencies updated"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"timestamp": 1563006338,
|
||||
"version": "3.0.4",
|
||||
|
@@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
|
||||
|
||||
CHANGELOG
|
||||
|
||||
## v3.0.5 - _July 13, 2019_
|
||||
|
||||
* Dependencies updated
|
||||
|
||||
## v3.0.4 - _July 13, 2019_
|
||||
|
||||
* Dependencies updated
|
||||
|
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@0x/contracts-exchange-forwarder",
|
||||
"version": "3.0.4",
|
||||
"version": "3.0.5",
|
||||
"engines": {
|
||||
"node": ">=6.12"
|
||||
},
|
||||
@@ -46,10 +46,10 @@
|
||||
},
|
||||
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/extensions/README.md",
|
||||
"devDependencies": {
|
||||
"@0x/abi-gen": "^2.1.0",
|
||||
"@0x/contract-wrappers": "^9.1.5",
|
||||
"@0x/abi-gen": "^2.1.1",
|
||||
"@0x/contract-wrappers": "^9.1.6",
|
||||
"@0x/contracts-gen": "^1.0.10",
|
||||
"@0x/contracts-test-utils": "^3.1.8",
|
||||
"@0x/contracts-test-utils": "^3.1.9",
|
||||
"@0x/dev-utils": "^2.2.4",
|
||||
"@0x/sol-compiler": "^3.1.9",
|
||||
"@0x/tslint-config": "^3.0.1",
|
||||
@@ -69,13 +69,13 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@0x/base-contract": "^5.1.1",
|
||||
"@0x/contracts-asset-proxy": "^2.2.0",
|
||||
"@0x/contracts-erc20": "^2.2.6",
|
||||
"@0x/contracts-erc721": "^2.1.7",
|
||||
"@0x/contracts-exchange": "^2.1.6",
|
||||
"@0x/contracts-exchange-libs": "^3.0.0",
|
||||
"@0x/contracts-utils": "^3.1.7",
|
||||
"@0x/order-utils": "^8.2.0",
|
||||
"@0x/contracts-asset-proxy": "^2.2.1",
|
||||
"@0x/contracts-erc20": "^2.2.7",
|
||||
"@0x/contracts-erc721": "^2.1.8",
|
||||
"@0x/contracts-exchange": "^2.1.7",
|
||||
"@0x/contracts-exchange-libs": "^3.0.1",
|
||||
"@0x/contracts-utils": "^3.1.8",
|
||||
"@0x/order-utils": "^8.2.1",
|
||||
"@0x/types": "^2.4.0",
|
||||
"@0x/typescript-typings": "^4.2.3",
|
||||
"@0x/utils": "^4.4.0",
|
||||
|
@@ -1,4 +1,13 @@
|
||||
[
|
||||
{
|
||||
"timestamp": 1563047529,
|
||||
"version": "3.0.1",
|
||||
"changes": [
|
||||
{
|
||||
"note": "Dependencies updated"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"version": "3.0.0",
|
||||
"changes": [
|
||||
|
@@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
|
||||
|
||||
CHANGELOG
|
||||
|
||||
## v3.0.1 - _July 13, 2019_
|
||||
|
||||
* Dependencies updated
|
||||
|
||||
## v3.0.0 - _July 13, 2019_
|
||||
|
||||
* Move `LibTransactionDecoder` to contracts/dev-utils package (#1848)
|
||||
|
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@0x/contracts-exchange-libs",
|
||||
"version": "3.0.0",
|
||||
"version": "3.0.1",
|
||||
"engines": {
|
||||
"node": ">=6.12"
|
||||
},
|
||||
@@ -47,9 +47,9 @@
|
||||
},
|
||||
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/libs/README.md",
|
||||
"devDependencies": {
|
||||
"@0x/abi-gen": "^2.1.0",
|
||||
"@0x/abi-gen": "^2.1.1",
|
||||
"@0x/contracts-gen": "^1.0.10",
|
||||
"@0x/contracts-test-utils": "^3.1.8",
|
||||
"@0x/contracts-test-utils": "^3.1.9",
|
||||
"@0x/dev-utils": "^2.2.4",
|
||||
"@0x/sol-compiler": "^3.1.9",
|
||||
"@0x/tslint-config": "^3.0.1",
|
||||
@@ -69,8 +69,8 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@0x/base-contract": "^5.1.1",
|
||||
"@0x/contracts-utils": "^3.1.7",
|
||||
"@0x/order-utils": "^8.2.0",
|
||||
"@0x/contracts-utils": "^3.1.8",
|
||||
"@0x/order-utils": "^8.2.1",
|
||||
"@0x/types": "^2.4.0",
|
||||
"@0x/typescript-typings": "^4.2.3",
|
||||
"@0x/utils": "^4.4.0",
|
||||
|
@@ -1,4 +1,13 @@
|
||||
[
|
||||
{
|
||||
"timestamp": 1563047529,
|
||||
"version": "2.1.7",
|
||||
"changes": [
|
||||
{
|
||||
"note": "Dependencies updated"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"timestamp": 1563006338,
|
||||
"version": "2.1.6",
|
||||
|
@@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
|
||||
|
||||
CHANGELOG
|
||||
|
||||
## v2.1.7 - _July 13, 2019_
|
||||
|
||||
* Dependencies updated
|
||||
|
||||
## v2.1.6 - _July 13, 2019_
|
||||
|
||||
* Dependencies updated
|
||||
|
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@0x/contracts-exchange",
|
||||
"version": "2.1.6",
|
||||
"version": "2.1.7",
|
||||
"engines": {
|
||||
"node": ">=6.12"
|
||||
},
|
||||
@@ -47,9 +47,9 @@
|
||||
},
|
||||
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/protocol/README.md",
|
||||
"devDependencies": {
|
||||
"@0x/abi-gen": "^2.1.0",
|
||||
"@0x/abi-gen": "^2.1.1",
|
||||
"@0x/contracts-gen": "^1.0.10",
|
||||
"@0x/contracts-test-utils": "^3.1.8",
|
||||
"@0x/contracts-test-utils": "^3.1.9",
|
||||
"@0x/dev-utils": "^2.2.4",
|
||||
"@0x/sol-compiler": "^3.1.9",
|
||||
"@0x/tslint-config": "^3.0.1",
|
||||
@@ -69,13 +69,13 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@0x/base-contract": "^5.1.1",
|
||||
"@0x/contracts-asset-proxy": "^2.2.0",
|
||||
"@0x/contracts-erc1155": "^1.1.7",
|
||||
"@0x/contracts-erc20": "^2.2.6",
|
||||
"@0x/contracts-erc721": "^2.1.7",
|
||||
"@0x/contracts-exchange-libs": "^3.0.0",
|
||||
"@0x/contracts-utils": "^3.1.7",
|
||||
"@0x/order-utils": "^8.2.0",
|
||||
"@0x/contracts-asset-proxy": "^2.2.1",
|
||||
"@0x/contracts-erc1155": "^1.1.8",
|
||||
"@0x/contracts-erc20": "^2.2.7",
|
||||
"@0x/contracts-erc721": "^2.1.8",
|
||||
"@0x/contracts-exchange-libs": "^3.0.1",
|
||||
"@0x/contracts-utils": "^3.1.8",
|
||||
"@0x/order-utils": "^8.2.1",
|
||||
"@0x/types": "^2.4.0",
|
||||
"@0x/typescript-typings": "^4.2.3",
|
||||
"@0x/utils": "^4.4.0",
|
||||
|
@@ -1,4 +1,13 @@
|
||||
[
|
||||
{
|
||||
"timestamp": 1563047529,
|
||||
"version": "4.0.1",
|
||||
"changes": [
|
||||
{
|
||||
"note": "Dependencies updated"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"version": "4.0.0",
|
||||
"changes": [
|
||||
|
@@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
|
||||
|
||||
CHANGELOG
|
||||
|
||||
## v4.0.1 - _July 13, 2019_
|
||||
|
||||
* Dependencies updated
|
||||
|
||||
## v4.0.0 - _July 13, 2019_
|
||||
|
||||
* Move `OrderValidator` to contracts/dev-utils package as `OrderValidationUtils` (#1848)
|
||||
|
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@0x/contracts-extensions",
|
||||
"version": "4.0.0",
|
||||
"version": "4.0.1",
|
||||
"engines": {
|
||||
"node": ">=6.12"
|
||||
},
|
||||
@@ -47,10 +47,10 @@
|
||||
},
|
||||
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/extensions/README.md",
|
||||
"devDependencies": {
|
||||
"@0x/abi-gen": "^2.1.0",
|
||||
"@0x/contract-wrappers": "^9.1.5",
|
||||
"@0x/abi-gen": "^2.1.1",
|
||||
"@0x/contract-wrappers": "^9.1.6",
|
||||
"@0x/contracts-gen": "^1.0.10",
|
||||
"@0x/contracts-test-utils": "^3.1.8",
|
||||
"@0x/contracts-test-utils": "^3.1.9",
|
||||
"@0x/dev-utils": "^2.2.4",
|
||||
"@0x/sol-compiler": "^3.1.9",
|
||||
"@0x/tslint-config": "^3.0.1",
|
||||
@@ -70,13 +70,13 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@0x/base-contract": "^5.1.1",
|
||||
"@0x/contracts-asset-proxy": "^2.2.0",
|
||||
"@0x/contracts-erc20": "^2.2.6",
|
||||
"@0x/contracts-erc721": "^2.1.7",
|
||||
"@0x/contracts-exchange": "^2.1.6",
|
||||
"@0x/contracts-exchange-libs": "^3.0.0",
|
||||
"@0x/contracts-utils": "^3.1.7",
|
||||
"@0x/order-utils": "^8.2.0",
|
||||
"@0x/contracts-asset-proxy": "^2.2.1",
|
||||
"@0x/contracts-erc20": "^2.2.7",
|
||||
"@0x/contracts-erc721": "^2.1.8",
|
||||
"@0x/contracts-exchange": "^2.1.7",
|
||||
"@0x/contracts-exchange-libs": "^3.0.1",
|
||||
"@0x/contracts-utils": "^3.1.8",
|
||||
"@0x/order-utils": "^8.2.1",
|
||||
"@0x/types": "^2.4.0",
|
||||
"@0x/typescript-typings": "^4.2.3",
|
||||
"@0x/utils": "^4.4.0",
|
||||
|
@@ -1,4 +1,13 @@
|
||||
[
|
||||
{
|
||||
"timestamp": 1563047529,
|
||||
"version": "3.1.7",
|
||||
"changes": [
|
||||
{
|
||||
"note": "Dependencies updated"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"timestamp": 1563006338,
|
||||
"version": "3.1.6",
|
||||
|
@@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
|
||||
|
||||
CHANGELOG
|
||||
|
||||
## v3.1.7 - _July 13, 2019_
|
||||
|
||||
* Dependencies updated
|
||||
|
||||
## v3.1.6 - _July 13, 2019_
|
||||
|
||||
* Dependencies updated
|
||||
|
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@0x/contracts-multisig",
|
||||
"version": "3.1.6",
|
||||
"version": "3.1.7",
|
||||
"engines": {
|
||||
"node": ">=6.12"
|
||||
},
|
||||
@@ -47,9 +47,9 @@
|
||||
},
|
||||
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/multisig/README.md",
|
||||
"devDependencies": {
|
||||
"@0x/abi-gen": "^2.1.0",
|
||||
"@0x/abi-gen": "^2.1.1",
|
||||
"@0x/contracts-gen": "^1.0.10",
|
||||
"@0x/contracts-test-utils": "^3.1.8",
|
||||
"@0x/contracts-test-utils": "^3.1.9",
|
||||
"@0x/dev-utils": "^2.2.4",
|
||||
"@0x/sol-compiler": "^3.1.9",
|
||||
"@0x/tslint-config": "^3.0.1",
|
||||
@@ -69,8 +69,8 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@0x/base-contract": "^5.1.1",
|
||||
"@0x/contracts-asset-proxy": "^2.2.0",
|
||||
"@0x/contracts-erc20": "^2.2.6",
|
||||
"@0x/contracts-asset-proxy": "^2.2.1",
|
||||
"@0x/contracts-erc20": "^2.2.7",
|
||||
"@0x/contracts-utils": "2.0.1",
|
||||
"@0x/types": "^2.4.0",
|
||||
"@0x/typescript-typings": "^4.2.3",
|
||||
|
@@ -1,4 +1,13 @@
|
||||
[
|
||||
{
|
||||
"timestamp": 1563047529,
|
||||
"version": "3.1.9",
|
||||
"changes": [
|
||||
{
|
||||
"note": "Dependencies updated"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"version": "3.1.8",
|
||||
"changes": [
|
||||
|
@@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
|
||||
|
||||
CHANGELOG
|
||||
|
||||
## v3.1.9 - _July 13, 2019_
|
||||
|
||||
* Dependencies updated
|
||||
|
||||
## v3.1.8 - _July 13, 2019_
|
||||
|
||||
* Fixed false positives in `expectTransactionFailedAsync` and `expectContractCallFailedAsync` (#1852)
|
||||
|
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@0x/contracts-test-utils",
|
||||
"version": "3.1.8",
|
||||
"version": "3.1.9",
|
||||
"engines": {
|
||||
"node": ">=6.12"
|
||||
},
|
||||
@@ -42,7 +42,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@0x/dev-utils": "^2.2.4",
|
||||
"@0x/order-utils": "^8.2.0",
|
||||
"@0x/order-utils": "^8.2.1",
|
||||
"@0x/sol-compiler": "^3.1.9",
|
||||
"@0x/sol-coverage": "^3.0.6",
|
||||
"@0x/sol-profiler": "^3.1.8",
|
||||
|
@@ -1,4 +1,13 @@
|
||||
[
|
||||
{
|
||||
"timestamp": 1563047529,
|
||||
"version": "3.1.8",
|
||||
"changes": [
|
||||
{
|
||||
"note": "Dependencies updated"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"timestamp": 1563006338,
|
||||
"version": "3.1.7",
|
||||
|
@@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
|
||||
|
||||
CHANGELOG
|
||||
|
||||
## v3.1.8 - _July 13, 2019_
|
||||
|
||||
* Dependencies updated
|
||||
|
||||
## v3.1.7 - _July 13, 2019_
|
||||
|
||||
* Dependencies updated
|
||||
|
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@0x/contracts-utils",
|
||||
"version": "3.1.7",
|
||||
"version": "3.1.8",
|
||||
"engines": {
|
||||
"node": ">=6.12"
|
||||
},
|
||||
@@ -47,9 +47,9 @@
|
||||
},
|
||||
"homepage": "https://github.com/0xProject/0x-monorepo/contracts/utils/README.md",
|
||||
"devDependencies": {
|
||||
"@0x/abi-gen": "^2.1.0",
|
||||
"@0x/abi-gen": "^2.1.1",
|
||||
"@0x/contracts-gen": "^1.0.10",
|
||||
"@0x/contracts-test-utils": "^3.1.8",
|
||||
"@0x/contracts-test-utils": "^3.1.9",
|
||||
"@0x/dev-utils": "^2.2.4",
|
||||
"@0x/sol-compiler": "^3.1.9",
|
||||
"@0x/tslint-config": "^3.0.1",
|
||||
@@ -70,7 +70,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@0x/base-contract": "^5.1.1",
|
||||
"@0x/order-utils": "^8.2.0",
|
||||
"@0x/order-utils": "^8.2.1",
|
||||
"@0x/types": "^2.4.0",
|
||||
"@0x/typescript-typings": "^4.2.3",
|
||||
"@0x/utils": "^4.4.0",
|
||||
|
@@ -1,4 +1,13 @@
|
||||
[
|
||||
{
|
||||
"timestamp": 1563047529,
|
||||
"version": "6.0.11",
|
||||
"changes": [
|
||||
{
|
||||
"note": "Dependencies updated"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"timestamp": 1563006338,
|
||||
"version": "6.0.10",
|
||||
|
@@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
|
||||
|
||||
CHANGELOG
|
||||
|
||||
## v6.0.11 - _July 13, 2019_
|
||||
|
||||
* Dependencies updated
|
||||
|
||||
## v6.0.10 - _July 13, 2019_
|
||||
|
||||
* Dependencies updated
|
||||
|
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "0x.js",
|
||||
"version": "6.0.10",
|
||||
"version": "6.0.11",
|
||||
"engines": {
|
||||
"node": ">=6.12"
|
||||
},
|
||||
@@ -43,10 +43,10 @@
|
||||
},
|
||||
"license": "Apache-2.0",
|
||||
"devDependencies": {
|
||||
"@0x/abi-gen-wrappers": "^5.0.0",
|
||||
"@0x/contract-addresses": "^3.0.0",
|
||||
"@0x/abi-gen-wrappers": "^5.0.1",
|
||||
"@0x/contract-addresses": "^3.0.1",
|
||||
"@0x/dev-utils": "^2.2.4",
|
||||
"@0x/migrations": "^4.1.7",
|
||||
"@0x/migrations": "^4.1.8",
|
||||
"@0x/tslint-config": "^3.0.1",
|
||||
"@types/lodash": "4.14.104",
|
||||
"@types/mocha": "^2.2.42",
|
||||
@@ -75,9 +75,9 @@
|
||||
"dependencies": {
|
||||
"@0x/assert": "^2.1.0",
|
||||
"@0x/base-contract": "^5.1.1",
|
||||
"@0x/contract-wrappers": "^9.1.5",
|
||||
"@0x/order-utils": "^8.2.0",
|
||||
"@0x/order-watcher": "^4.0.12",
|
||||
"@0x/contract-wrappers": "^9.1.6",
|
||||
"@0x/order-utils": "^8.2.1",
|
||||
"@0x/order-watcher": "^4.0.13",
|
||||
"@0x/subproviders": "^4.1.1",
|
||||
"@0x/types": "^2.4.0",
|
||||
"@0x/typescript-typings": "^4.2.3",
|
||||
|
@@ -1,4 +1,13 @@
|
||||
[
|
||||
{
|
||||
"timestamp": 1563047529,
|
||||
"version": "5.0.1",
|
||||
"changes": [
|
||||
{
|
||||
"note": "Dependencies updated"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"version": "5.0.0",
|
||||
"changes": [
|
||||
|
@@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
|
||||
|
||||
CHANGELOG
|
||||
|
||||
## v5.0.1 - _July 13, 2019_
|
||||
|
||||
* Dependencies updated
|
||||
|
||||
## v5.0.0 - _July 13, 2019_
|
||||
|
||||
* Wrappers no longer require passing in the contract ABI at instantiation (#1883)
|
||||
|
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@0x/abi-gen-wrappers",
|
||||
"version": "5.0.0",
|
||||
"version": "5.0.1",
|
||||
"engines": {
|
||||
"node": ">=6.12"
|
||||
},
|
||||
@@ -33,7 +33,7 @@
|
||||
},
|
||||
"homepage": "https://github.com/0xProject/0x-monorepo/packages/abi-gen-wrappers/README.md",
|
||||
"devDependencies": {
|
||||
"@0x/abi-gen": "^2.1.0",
|
||||
"@0x/abi-gen": "^2.1.1",
|
||||
"@0x/abi-gen-templates": "^2.2.1",
|
||||
"@0x/assert": "^2.1.0",
|
||||
"@0x/json-schemas": "^3.0.11",
|
||||
@@ -48,7 +48,7 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"@0x/base-contract": "^5.1.1",
|
||||
"@0x/contract-addresses": "^3.0.0",
|
||||
"@0x/contract-addresses": "^3.0.1",
|
||||
"@0x/contract-artifacts": "^2.0.1"
|
||||
},
|
||||
"publishConfig": {
|
||||
|
@@ -1,4 +1,13 @@
|
||||
[
|
||||
{
|
||||
"timestamp": 1563047529,
|
||||
"version": "2.1.1",
|
||||
"changes": [
|
||||
{
|
||||
"note": "Dependencies updated"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"version": "2.1.0",
|
||||
"changes": [
|
||||
|
@@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
|
||||
|
||||
CHANGELOG
|
||||
|
||||
## v2.1.1 - _July 13, 2019_
|
||||
|
||||
* Dependencies updated
|
||||
|
||||
## v2.1.0 - _July 13, 2019_
|
||||
|
||||
* Initial support for Python (#1878)
|
||||
|
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@0x/abi-gen",
|
||||
"version": "2.1.0",
|
||||
"version": "2.1.1",
|
||||
"engines": {
|
||||
"node": ">=6.12"
|
||||
},
|
||||
@@ -78,7 +78,6 @@
|
||||
"@0x/sol-compiler": "^3.1.9",
|
||||
"@0x/subproviders": "^4.1.1",
|
||||
"@0x/tslint-config": "^3.0.1",
|
||||
"@0x/utils": "^4.3.3",
|
||||
"@0x/web3-wrapper": "^6.0.7",
|
||||
"@types/glob": "5.0.35",
|
||||
"@types/handlebars": "^4.0.36",
|
||||
|
@@ -1,4 +1,13 @@
|
||||
[
|
||||
{
|
||||
"timestamp": 1563047529,
|
||||
"version": "6.1.7",
|
||||
"changes": [
|
||||
{
|
||||
"note": "Dependencies updated"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"timestamp": 1563006338,
|
||||
"version": "6.1.6",
|
||||
|
@@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
|
||||
|
||||
CHANGELOG
|
||||
|
||||
## v6.1.7 - _July 13, 2019_
|
||||
|
||||
* Dependencies updated
|
||||
|
||||
## v6.1.6 - _July 13, 2019_
|
||||
|
||||
* Dependencies updated
|
||||
|
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@0x/asset-buyer",
|
||||
"version": "6.1.6",
|
||||
"version": "6.1.7",
|
||||
"engines": {
|
||||
"node": ">=6.12"
|
||||
},
|
||||
@@ -38,10 +38,10 @@
|
||||
"homepage": "https://github.com/0xProject/0x-monorepo/packages/asset-buyer/README.md",
|
||||
"dependencies": {
|
||||
"@0x/assert": "^2.1.0",
|
||||
"@0x/connect": "^5.0.11",
|
||||
"@0x/contract-wrappers": "^9.1.5",
|
||||
"@0x/connect": "^5.0.12",
|
||||
"@0x/contract-wrappers": "^9.1.6",
|
||||
"@0x/json-schemas": "^3.0.11",
|
||||
"@0x/order-utils": "^8.2.0",
|
||||
"@0x/order-utils": "^8.2.1",
|
||||
"@0x/subproviders": "^4.1.1",
|
||||
"@0x/types": "^2.4.0",
|
||||
"@0x/typescript-typings": "^4.2.3",
|
||||
|
@@ -1,4 +1,13 @@
|
||||
[
|
||||
{
|
||||
"timestamp": 1563047529,
|
||||
"version": "0.0.3",
|
||||
"changes": [
|
||||
{
|
||||
"note": "Dependencies updated"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"timestamp": 1563006338,
|
||||
"version": "0.0.2",
|
||||
|
@@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
|
||||
|
||||
CHANGELOG
|
||||
|
||||
## v0.0.3 - _July 13, 2019_
|
||||
|
||||
* Dependencies updated
|
||||
|
||||
## v0.0.2 - _July 13, 2019_
|
||||
|
||||
* Dependencies updated
|
||||
|
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@0x/asset-swapper",
|
||||
"version": "0.0.2",
|
||||
"version": "0.0.3",
|
||||
"engines": {
|
||||
"node": ">=6.12"
|
||||
},
|
||||
@@ -38,14 +38,14 @@
|
||||
"homepage": "https://github.com/0xProject/0x-monorepo/packages/asset-buyer/README.md",
|
||||
"dependencies": {
|
||||
"@0x/assert": "^2.1.0",
|
||||
"@0x/connect": "^5.0.11",
|
||||
"@0x/contract-addresses": "^3.0.0",
|
||||
"@0x/contract-wrappers": "^9.1.5",
|
||||
"@0x/connect": "^5.0.12",
|
||||
"@0x/contract-addresses": "^3.0.1",
|
||||
"@0x/contract-wrappers": "^9.1.6",
|
||||
"@0x/dev-utils": "^2.2.4",
|
||||
"@0x/fill-scenarios": "^3.0.11",
|
||||
"@0x/fill-scenarios": "^3.0.12",
|
||||
"@0x/json-schemas": "^3.0.11",
|
||||
"@0x/migrations": "^4.1.7",
|
||||
"@0x/order-utils": "^8.2.0",
|
||||
"@0x/migrations": "^4.1.8",
|
||||
"@0x/order-utils": "^8.2.1",
|
||||
"@0x/subproviders": "^4.1.1",
|
||||
"@0x/types": "^2.4.0",
|
||||
"@0x/typescript-typings": "^4.2.3",
|
||||
|
@@ -1,4 +1,13 @@
|
||||
[
|
||||
{
|
||||
"timestamp": 1563047529,
|
||||
"version": "5.0.12",
|
||||
"changes": [
|
||||
{
|
||||
"note": "Dependencies updated"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"timestamp": 1563006338,
|
||||
"version": "5.0.11",
|
||||
|
@@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
|
||||
|
||||
CHANGELOG
|
||||
|
||||
## v5.0.12 - _July 13, 2019_
|
||||
|
||||
* Dependencies updated
|
||||
|
||||
## v5.0.11 - _July 13, 2019_
|
||||
|
||||
* Dependencies updated
|
||||
|
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@0x/connect",
|
||||
"version": "5.0.11",
|
||||
"version": "5.0.12",
|
||||
"engines": {
|
||||
"node": ">=6.12"
|
||||
},
|
||||
@@ -47,7 +47,7 @@
|
||||
"dependencies": {
|
||||
"@0x/assert": "^2.1.0",
|
||||
"@0x/json-schemas": "^3.0.11",
|
||||
"@0x/order-utils": "^8.2.0",
|
||||
"@0x/order-utils": "^8.2.1",
|
||||
"@0x/types": "^2.4.0",
|
||||
"@0x/typescript-typings": "^4.2.3",
|
||||
"@0x/utils": "^4.4.0",
|
||||
|
@@ -1,4 +1,13 @@
|
||||
[
|
||||
{
|
||||
"version": "3.0.1",
|
||||
"changes": [
|
||||
{
|
||||
"note": "Update remaining Mainnet V2.1 contract addresses"
|
||||
}
|
||||
],
|
||||
"timestamp": 1563047529
|
||||
},
|
||||
{
|
||||
"version": "3.0.0",
|
||||
"changes": [
|
||||
|
@@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
|
||||
|
||||
CHANGELOG
|
||||
|
||||
## v3.0.1 - _July 13, 2019_
|
||||
|
||||
* Update remaining Mainnet V2.1 contract addresses
|
||||
|
||||
## v3.0.0 - _July 13, 2019_
|
||||
|
||||
* Redeployed Mainnet Exchange and Asset Proxies
|
||||
|
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@0x/contract-addresses",
|
||||
"version": "3.0.0",
|
||||
"version": "3.0.1",
|
||||
"engines": {
|
||||
"node": ">=6.12"
|
||||
},
|
||||
|
@@ -29,53 +29,53 @@ const networkToAddresses: { [networkId: number]: ContractAddresses } = {
|
||||
exchange: '0x080bf510fcbf18b91105470639e9561022937712',
|
||||
erc20Proxy: '0x95e6f48254609a6ee006f7d493c8e5fb97094cef',
|
||||
erc721Proxy: '0xefc70a1b18c432bdc64b596838b4d138f6bc6cad',
|
||||
forwarder: '0xdc4587cb17d2a1829512e2cfec621f8066290e6a',
|
||||
forwarder: '0x76481caa104b5f6bccb540dae4cefaf1c398ebea',
|
||||
orderValidator: '0xa09329c6003c9a5402102e226417738ee22cf1f2',
|
||||
zrxToken: '0xe41d2489571d322189246dafa5ebde1f4699f498',
|
||||
etherToken: '0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2',
|
||||
assetProxyOwner: '0xdffe798c7172dd6deb32baee68af322e8f495ce0',
|
||||
dutchAuction: NULL_ADDRESS,
|
||||
coordinatorRegistry: NULL_ADDRESS,
|
||||
coordinator: NULL_ADDRESS,
|
||||
dutchAuction: '0xa3856622276a64fee0f17f67329fac24368d4aae',
|
||||
coordinatorRegistry: '0x45797531b873fd5e519477a070a955764c1a5b07',
|
||||
coordinator: '0xa14857e8930acd9a882d33ec20559beb5479c8a6',
|
||||
},
|
||||
3: {
|
||||
erc20Proxy: '0xb1408f4c245a23c31b98d2c626777d4c0d766caa',
|
||||
erc721Proxy: '0xe654aac058bfbf9f83fcaee7793311dd82f6ddb4',
|
||||
zrxToken: '0xff67881f8d12f372d91baae9752eb3631ff0ed00',
|
||||
etherToken: '0xc778417e063141139fce010982780140aa0cd5ab',
|
||||
exchange: '0x4530c0483a1633c7a1c97d2c53721caff2caaaaf',
|
||||
exchange: '0xbff9493f92a3df4b0429b6d00743b3cfb4c85831',
|
||||
assetProxyOwner: '0xf5fa5b5fed2727a0e44ac67f6772e97977aa358b',
|
||||
forwarder: '0x2240dab907db71e64d3e0dba4800c83b5c502d4e',
|
||||
forwarder: '0x1ebdc9758e85c1c6a85af06cc96cf89000a31913',
|
||||
orderValidator: '0x90431a90516ab49af23a0530e04e8c7836e7122f',
|
||||
dutchAuction: '0x2df6b59309f35ada230ec7d61d7d97355017a1df',
|
||||
dutchAuction: '0xe5f862f7811af180990025b6259b02feb0a0b8dc',
|
||||
coordinatorRegistry: '0x403cc23e88c17c4652fb904784d1af640a6722d9',
|
||||
coordinator: '0x25aae5b981ce6683cc5aeea1855d927e0b59066f',
|
||||
coordinator: '0x2ba02e03ee0029311e0f43715307870a3e701b53',
|
||||
},
|
||||
4: {
|
||||
exchange: '0xbce0b5f6eb618c565c3e5f5cd69652bbc279f44e',
|
||||
exchange: '0xbff9493f92a3df4b0429b6d00743b3cfb4c85831',
|
||||
erc20Proxy: '0x2f5ae4f6106e89b4147651688a92256885c5f410',
|
||||
erc721Proxy: '0x7656d773e11ff7383a14dcf09a9c50990481cd10',
|
||||
zrxToken: '0x8080c7e4b81ecf23aa6f877cfbfd9b0c228c6ffa',
|
||||
etherToken: '0xc778417e063141139fce010982780140aa0cd5ab',
|
||||
assetProxyOwner: '0xe1703da878afcebff5b7624a826902af475b9c03',
|
||||
forwarder: '0x2d40589abbdee84961f3a7656b9af7adb0ee5ab4',
|
||||
forwarder: '0x1ebdc9758e85c1c6a85af06cc96cf89000a31913',
|
||||
orderValidator: '0x0c5173a51e26b29d6126c686756fb9fbef71f762',
|
||||
dutchAuction: '0xdd7bd6437e67c422879364740ab5855fe3dc41f7',
|
||||
dutchAuction: '0xe5f862f7811af180990025b6259b02feb0a0b8dc',
|
||||
coordinatorRegistry: '0x1084b6a398e47907bae43fec3ff4b677db6e4fee',
|
||||
coordinator: '0x25aae5b981ce6683cc5aeea1855d927e0b59066f',
|
||||
coordinator: '0x2ba02e03ee0029311e0f43715307870a3e701b53',
|
||||
},
|
||||
42: {
|
||||
erc20Proxy: '0xf1ec01d6236d3cd881a0bf0130ea25fe4234003e',
|
||||
erc721Proxy: '0x2a9127c745688a165106c11cd4d647d2220af821',
|
||||
zrxToken: '0x2002d3812f58e35f0ea1ffbf80a75a38c32175fa',
|
||||
etherToken: '0xd0a1e359811322d97991e03f863a0c30c2cf029c',
|
||||
exchange: '0x35dd2932454449b14cee11a94d3674a936d5d7b2',
|
||||
exchange: '0x30589010550762d2f0d06f650d8e8b6ade6dbf4b',
|
||||
assetProxyOwner: '0x2c824d2882baa668e0d5202b1e7f2922278703f8',
|
||||
forwarder: '0x17992e4ffb22730138e4b62aaa6367fa9d3699a6',
|
||||
forwarder: '0x1ebdc9758e85c1c6a85af06cc96cf89000a31913',
|
||||
orderValidator: '0xb389da3d204b412df2f75c6afb3d0a7ce0bc283d',
|
||||
dutchAuction: '0xe11667fb51f34c5367f40d7e379327ce32ee7150',
|
||||
dutchAuction: '0xe5f862f7811af180990025b6259b02feb0a0b8dc',
|
||||
coordinatorRegistry: '0x09fb99968c016a3ff537bf58fb3d9fe55a7975d5',
|
||||
coordinator: '0x25aae5b981ce6683cc5aeea1855d927e0b59066f',
|
||||
coordinator: '0x2ba02e03ee0029311e0f43715307870a3e701b53',
|
||||
},
|
||||
// NetworkId 50 represents our Ganache snapshot generated from migrations.
|
||||
50: {
|
||||
|
@@ -1,4 +1,13 @@
|
||||
[
|
||||
{
|
||||
"timestamp": 1563047529,
|
||||
"version": "9.1.6",
|
||||
"changes": [
|
||||
{
|
||||
"note": "Dependencies updated"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"version": "9.1.5",
|
||||
"changes": [
|
||||
|
@@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
|
||||
|
||||
CHANGELOG
|
||||
|
||||
## v9.1.6 - _July 13, 2019_
|
||||
|
||||
* Dependencies updated
|
||||
|
||||
## v9.1.5 - _July 13, 2019_
|
||||
|
||||
* Use assetDataUtils for encoding and decoding DutchAuctionData
|
||||
|
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@0x/contract-wrappers",
|
||||
"version": "9.1.5",
|
||||
"version": "9.1.6",
|
||||
"description": "Smart TS wrappers for 0x smart contracts",
|
||||
"keywords": [
|
||||
"0xproject",
|
||||
@@ -38,11 +38,11 @@
|
||||
"node": ">=6.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@0x/contracts-test-utils": "^3.1.8",
|
||||
"@0x/contracts-test-utils": "^3.1.9",
|
||||
"@0x/coordinator-server": "0.1.1",
|
||||
"@0x/dev-utils": "^2.2.4",
|
||||
"@0x/fill-scenarios": "^3.0.11",
|
||||
"@0x/migrations": "^4.1.7",
|
||||
"@0x/fill-scenarios": "^3.0.12",
|
||||
"@0x/migrations": "^4.1.8",
|
||||
"@0x/subproviders": "^4.1.1",
|
||||
"@0x/tslint-config": "^3.0.1",
|
||||
"@types/lodash": "4.14.104",
|
||||
@@ -71,12 +71,12 @@
|
||||
"web3-provider-engine": "14.0.6"
|
||||
},
|
||||
"dependencies": {
|
||||
"@0x/abi-gen-wrappers": "^5.0.0",
|
||||
"@0x/abi-gen-wrappers": "^5.0.1",
|
||||
"@0x/assert": "^2.1.0",
|
||||
"@0x/contract-addresses": "^3.0.0",
|
||||
"@0x/contract-addresses": "^3.0.1",
|
||||
"@0x/contract-artifacts": "^2.0.1",
|
||||
"@0x/json-schemas": "^3.0.11",
|
||||
"@0x/order-utils": "^8.2.0",
|
||||
"@0x/order-utils": "^8.2.1",
|
||||
"@0x/types": "^2.4.0",
|
||||
"@0x/typescript-typings": "^4.2.3",
|
||||
"@0x/utils": "^4.4.0",
|
||||
|
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@0x/dev-tools-pages",
|
||||
"version": "0.0.28",
|
||||
"version": "0.0.29",
|
||||
"engines": {
|
||||
"node": ">=6.12"
|
||||
},
|
||||
@@ -27,7 +27,7 @@
|
||||
},
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@0x/react-shared": "^2.0.13",
|
||||
"@0x/react-shared": "^2.0.14",
|
||||
"basscss": "^8.0.3",
|
||||
"bowser": "^1.9.4",
|
||||
"highlight.js": "^9.13.1",
|
||||
|
@@ -1,4 +1,13 @@
|
||||
[
|
||||
{
|
||||
"timestamp": 1563047529,
|
||||
"version": "3.0.12",
|
||||
"changes": [
|
||||
{
|
||||
"note": "Dependencies updated"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"timestamp": 1563006338,
|
||||
"version": "3.0.11",
|
||||
|
@@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
|
||||
|
||||
CHANGELOG
|
||||
|
||||
## v3.0.12 - _July 13, 2019_
|
||||
|
||||
* Dependencies updated
|
||||
|
||||
## v3.0.11 - _July 13, 2019_
|
||||
|
||||
* Dependencies updated
|
||||
|
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@0x/fill-scenarios",
|
||||
"version": "3.0.11",
|
||||
"version": "3.0.12",
|
||||
"description": "0x order fill scenario generator",
|
||||
"main": "lib/index.js",
|
||||
"types": "lib/index.d.ts",
|
||||
@@ -29,9 +29,9 @@
|
||||
"typescript": "3.0.1"
|
||||
},
|
||||
"dependencies": {
|
||||
"@0x/abi-gen-wrappers": "^5.0.0",
|
||||
"@0x/abi-gen-wrappers": "^5.0.1",
|
||||
"@0x/base-contract": "^5.1.1",
|
||||
"@0x/order-utils": "^8.2.0",
|
||||
"@0x/order-utils": "^8.2.1",
|
||||
"@0x/types": "^2.4.0",
|
||||
"@0x/typescript-typings": "^4.2.3",
|
||||
"@0x/utils": "^4.4.0",
|
||||
|
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@0x/instant",
|
||||
"version": "1.0.25",
|
||||
"version": "1.0.26",
|
||||
"engines": {
|
||||
"node": ">=6.12"
|
||||
},
|
||||
@@ -46,7 +46,7 @@
|
||||
"@0x/assert": "^2.1.0",
|
||||
"@0x/asset-buyer": "6.1.4",
|
||||
"@0x/json-schemas": "^3.0.11",
|
||||
"@0x/order-utils": "^8.2.0",
|
||||
"@0x/order-utils": "^8.2.1",
|
||||
"@0x/subproviders": "^4.1.1",
|
||||
"@0x/types": "^2.4.0",
|
||||
"@0x/typescript-typings": "^4.2.3",
|
||||
|
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@0x/metacoin",
|
||||
"version": "0.0.52",
|
||||
"version": "0.0.53",
|
||||
"engines": {
|
||||
"node": ">=6.12"
|
||||
},
|
||||
@@ -31,7 +31,7 @@
|
||||
"author": "",
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@0x/abi-gen": "^2.1.0",
|
||||
"@0x/abi-gen": "^2.1.1",
|
||||
"@0x/abi-gen-templates": "^2.2.1",
|
||||
"@0x/base-contract": "^5.1.1",
|
||||
"@0x/sol-coverage": "^3.0.6",
|
||||
@@ -51,7 +51,7 @@
|
||||
"run-s": "^0.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@0x/contracts-test-utils": "^3.1.8",
|
||||
"@0x/contracts-test-utils": "^3.1.9",
|
||||
"@0x/dev-utils": "^2.2.4",
|
||||
"@0x/sol-compiler": "^3.1.9",
|
||||
"chai": "^4.0.1",
|
||||
|
@@ -1,4 +1,13 @@
|
||||
[
|
||||
{
|
||||
"timestamp": 1563047529,
|
||||
"version": "4.1.8",
|
||||
"changes": [
|
||||
{
|
||||
"note": "Dependencies updated"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"timestamp": 1563006338,
|
||||
"version": "4.1.7",
|
||||
|
@@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
|
||||
|
||||
CHANGELOG
|
||||
|
||||
## v4.1.8 - _July 13, 2019_
|
||||
|
||||
* Dependencies updated
|
||||
|
||||
## v4.1.7 - _July 13, 2019_
|
||||
|
||||
* Dependencies updated
|
||||
|
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@0x/migrations",
|
||||
"version": "4.1.7",
|
||||
"version": "4.1.8",
|
||||
"engines": {
|
||||
"node": ">=6.12"
|
||||
},
|
||||
@@ -50,11 +50,11 @@
|
||||
"yargs": "^10.0.3"
|
||||
},
|
||||
"dependencies": {
|
||||
"@0x/abi-gen-wrappers": "^5.0.0",
|
||||
"@0x/abi-gen-wrappers": "^5.0.1",
|
||||
"@0x/base-contract": "^5.1.1",
|
||||
"@0x/contract-addresses": "^3.0.0",
|
||||
"@0x/contract-addresses": "^3.0.1",
|
||||
"@0x/contract-artifacts": "^2.0.1",
|
||||
"@0x/order-utils": "^8.2.0",
|
||||
"@0x/order-utils": "^8.2.1",
|
||||
"@0x/sol-compiler": "^3.1.9",
|
||||
"@0x/subproviders": "^4.1.1",
|
||||
"@0x/typescript-typings": "^4.2.3",
|
||||
|
@@ -1,4 +1,13 @@
|
||||
[
|
||||
{
|
||||
"timestamp": 1563047529,
|
||||
"version": "8.2.1",
|
||||
"changes": [
|
||||
{
|
||||
"note": "Dependencies updated"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"version": "8.2.0",
|
||||
"changes": [
|
||||
|
@@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
|
||||
|
||||
CHANGELOG
|
||||
|
||||
## v8.2.1 - _July 13, 2019_
|
||||
|
||||
* Dependencies updated
|
||||
|
||||
## v8.2.0 - _July 13, 2019_
|
||||
|
||||
* Add support for encoding/decoding StaticCallProxy assetData (#1863)
|
||||
|
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@0x/order-utils",
|
||||
"version": "8.2.0",
|
||||
"version": "8.2.1",
|
||||
"engines": {
|
||||
"node": ">=6.12"
|
||||
},
|
||||
@@ -56,10 +56,10 @@
|
||||
"web3-provider-engine": "14.0.6"
|
||||
},
|
||||
"dependencies": {
|
||||
"@0x/abi-gen-wrappers": "^5.0.0",
|
||||
"@0x/abi-gen-wrappers": "^5.0.1",
|
||||
"@0x/assert": "^2.1.0",
|
||||
"@0x/base-contract": "^5.1.1",
|
||||
"@0x/contract-addresses": "^3.0.0",
|
||||
"@0x/contract-addresses": "^3.0.1",
|
||||
"@0x/contract-artifacts": "^2.0.1",
|
||||
"@0x/json-schemas": "^3.0.11",
|
||||
"@0x/types": "^2.4.0",
|
||||
|
@@ -1,4 +1,13 @@
|
||||
[
|
||||
{
|
||||
"timestamp": 1563047529,
|
||||
"version": "4.0.13",
|
||||
"changes": [
|
||||
{
|
||||
"note": "Dependencies updated"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"timestamp": 1563006338,
|
||||
"version": "4.0.12",
|
||||
|
@@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
|
||||
|
||||
CHANGELOG
|
||||
|
||||
## v4.0.13 - _July 13, 2019_
|
||||
|
||||
* Dependencies updated
|
||||
|
||||
## v4.0.12 - _July 13, 2019_
|
||||
|
||||
* Dependencies updated
|
||||
|
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@0x/order-watcher",
|
||||
"version": "4.0.12",
|
||||
"version": "4.0.13",
|
||||
"description": "An order watcher daemon that watches for order validity",
|
||||
"keywords": [
|
||||
"0x",
|
||||
@@ -40,7 +40,7 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@0x/dev-utils": "^2.2.4",
|
||||
"@0x/migrations": "^4.1.7",
|
||||
"@0x/migrations": "^4.1.8",
|
||||
"@0x/subproviders": "^4.1.1",
|
||||
"@0x/tslint-config": "^3.0.1",
|
||||
"@types/bintrees": "^1.0.2",
|
||||
@@ -64,15 +64,15 @@
|
||||
"typescript": "3.0.1"
|
||||
},
|
||||
"dependencies": {
|
||||
"@0x/abi-gen-wrappers": "^5.0.0",
|
||||
"@0x/abi-gen-wrappers": "^5.0.1",
|
||||
"@0x/assert": "^2.1.0",
|
||||
"@0x/base-contract": "^5.1.1",
|
||||
"@0x/contract-addresses": "^3.0.0",
|
||||
"@0x/contract-addresses": "^3.0.1",
|
||||
"@0x/contract-artifacts": "^2.0.1",
|
||||
"@0x/contract-wrappers": "^9.1.5",
|
||||
"@0x/fill-scenarios": "^3.0.11",
|
||||
"@0x/contract-wrappers": "^9.1.6",
|
||||
"@0x/fill-scenarios": "^3.0.12",
|
||||
"@0x/json-schemas": "^3.0.11",
|
||||
"@0x/order-utils": "^8.2.0",
|
||||
"@0x/order-utils": "^8.2.1",
|
||||
"@0x/types": "^2.4.0",
|
||||
"@0x/typescript-typings": "^4.2.3",
|
||||
"@0x/utils": "^4.4.0",
|
||||
|
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@0x/python-contract-wrappers",
|
||||
"version": "1.0.1",
|
||||
"version": "1.0.2",
|
||||
"engines": {
|
||||
"node": ">=6.12"
|
||||
},
|
||||
@@ -25,7 +25,7 @@
|
||||
},
|
||||
"homepage": "https://github.com/0xProject/0x-monorepo/packages/python-contract-wrappers/README.md",
|
||||
"devDependencies": {
|
||||
"@0x/abi-gen": "^2.1.0",
|
||||
"@0x/abi-gen": "^2.1.1",
|
||||
"shx": "^0.2.2"
|
||||
},
|
||||
"publishConfig": {
|
||||
|
@@ -1,4 +1,13 @@
|
||||
[
|
||||
{
|
||||
"timestamp": 1563047529,
|
||||
"version": "2.0.14",
|
||||
"changes": [
|
||||
{
|
||||
"note": "Dependencies updated"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"timestamp": 1563006338,
|
||||
"version": "2.0.13",
|
||||
|
@@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
|
||||
|
||||
CHANGELOG
|
||||
|
||||
## v2.0.14 - _July 13, 2019_
|
||||
|
||||
* Dependencies updated
|
||||
|
||||
## v2.0.13 - _July 13, 2019_
|
||||
|
||||
* Dependencies updated
|
||||
|
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@0x/react-docs",
|
||||
"version": "2.0.13",
|
||||
"version": "2.0.14",
|
||||
"engines": {
|
||||
"node": ">=6.12"
|
||||
},
|
||||
@@ -28,14 +28,14 @@
|
||||
"@0x/dev-utils": "^2.2.4",
|
||||
"@0x/tslint-config": "^3.0.1",
|
||||
"@types/compare-versions": "^3.0.0",
|
||||
"@types/styled-components": "4.0.0",
|
||||
"@types/styled-components": "4.1.1",
|
||||
"make-promises-safe": "^1.1.0",
|
||||
"shx": "^0.2.2",
|
||||
"tslint": "5.11.0",
|
||||
"typescript": "3.0.1"
|
||||
},
|
||||
"dependencies": {
|
||||
"@0x/react-shared": "^2.0.13",
|
||||
"@0x/react-shared": "^2.0.14",
|
||||
"@0x/types": "^2.4.0",
|
||||
"@0x/utils": "^4.4.0",
|
||||
"@types/lodash": "4.14.104",
|
||||
|
@@ -1,4 +1,13 @@
|
||||
[
|
||||
{
|
||||
"timestamp": 1563047529,
|
||||
"version": "2.0.14",
|
||||
"changes": [
|
||||
{
|
||||
"note": "Dependencies updated"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"timestamp": 1563006338,
|
||||
"version": "2.0.13",
|
||||
|
@@ -5,6 +5,10 @@ Edit the package's CHANGELOG.json file only.
|
||||
|
||||
CHANGELOG
|
||||
|
||||
## v2.0.14 - _July 13, 2019_
|
||||
|
||||
* Dependencies updated
|
||||
|
||||
## v2.0.13 - _July 13, 2019_
|
||||
|
||||
* Dependencies updated
|
||||
|
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@0x/react-shared",
|
||||
"version": "2.0.13",
|
||||
"version": "2.0.14",
|
||||
"engines": {
|
||||
"node": ">=6.12"
|
||||
},
|
||||
@@ -44,7 +44,7 @@
|
||||
"@types/react-dom": "*",
|
||||
"@types/react-router-dom": "^4.0.4",
|
||||
"@types/react-scroll": "1.5.3",
|
||||
"@types/styled-components": "4.0.0",
|
||||
"@types/styled-components": "4.1.1",
|
||||
"@types/valid-url": "^1.0.2",
|
||||
"basscss": "^8.0.3",
|
||||
"change-case": "^3.0.2",
|
||||
|
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"private": true,
|
||||
"name": "@0x/testnet-faucets",
|
||||
"version": "1.0.81",
|
||||
"version": "1.0.82",
|
||||
"engines": {
|
||||
"node": ">=6.12"
|
||||
},
|
||||
@@ -19,7 +19,7 @@
|
||||
"author": "Fabio Berger",
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"0x.js": "^6.0.10",
|
||||
"0x.js": "^6.0.11",
|
||||
"@0x/subproviders": "^4.1.1",
|
||||
"@0x/typescript-typings": "^4.2.3",
|
||||
"@0x/utils": "^4.4.0",
|
||||
|
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@0x/website",
|
||||
"version": "0.0.84",
|
||||
"version": "0.0.85",
|
||||
"engines": {
|
||||
"node": ">=6.12"
|
||||
},
|
||||
@@ -21,13 +21,13 @@
|
||||
"author": "Fabio Berger",
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
"@0x/asset-buyer": "^6.1.6",
|
||||
"@0x/contract-addresses": "^3.0.0",
|
||||
"@0x/contract-wrappers": "^9.1.5",
|
||||
"@0x/asset-buyer": "^6.1.7",
|
||||
"@0x/contract-addresses": "^3.0.1",
|
||||
"@0x/contract-wrappers": "^9.1.6",
|
||||
"@0x/json-schemas": "^3.0.11",
|
||||
"@0x/order-utils": "^8.2.0",
|
||||
"@0x/react-docs": "^2.0.13",
|
||||
"@0x/react-shared": "^2.0.13",
|
||||
"@0x/order-utils": "^8.2.1",
|
||||
"@0x/react-docs": "^2.0.14",
|
||||
"@0x/react-shared": "^2.0.14",
|
||||
"@0x/subproviders": "^4.1.1",
|
||||
"@0x/types": "^2.4.0",
|
||||
"@0x/typescript-typings": "^4.2.3",
|
||||
|
@@ -66,52 +66,52 @@ class NetworkId(Enum):
|
||||
|
||||
NETWORK_TO_ADDRESSES: Dict[NetworkId, ContractAddresses] = {
|
||||
NetworkId.MAINNET: ContractAddresses( # nosec
|
||||
erc20_proxy="0x2240dab907db71e64d3e0dba4800c83b5c502d4e",
|
||||
erc721_proxy="0x208e41fb445f1bb1b6780d58356e81405f3e6127",
|
||||
erc20_proxy="0x95e6f48254609a6ee006f7d493c8e5fb97094cef",
|
||||
erc721_proxy="0xefc70a1b18c432bdc64b596838b4d138f6bc6cad",
|
||||
zrx_token="0xe41d2489571d322189246dafa5ebde1f4699f498",
|
||||
ether_token="0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2",
|
||||
exchange="0x4f833a24e1f95d70f028921e27040ca56e09ab0b",
|
||||
asset_proxy_owner="0x17992e4ffb22730138e4b62aaa6367fa9d3699a6",
|
||||
forwarder="0x5468a1dc173652ee28d249c271fa9933144746b1",
|
||||
order_validator="0x9463e518dea6810309563c81d5266c1b1d149138",
|
||||
exchange="0x080bf510fcbf18b91105470639e9561022937712",
|
||||
asset_proxy_owner="0xdffe798c7172dd6deb32baee68af322e8f495ce0",
|
||||
forwarder="0x76481caa104b5f6bccb540dae4cefaf1c398ebea",
|
||||
order_validator="0xa09329c6003c9a5402102e226417738ee22cf1f2",
|
||||
coordinator_registry="0x45797531b873fd5e519477a070a955764c1a5b07",
|
||||
coordinator="0x25aae5b981ce6683cc5aeea1855d927e0b59066f",
|
||||
coordinator="0xa14857e8930acd9a882d33ec20559beb5479c8a6",
|
||||
),
|
||||
NetworkId.ROPSTEN: ContractAddresses( # nosec
|
||||
erc20_proxy="0xb1408f4c245a23c31b98d2c626777d4c0d766caa",
|
||||
erc721_proxy="0xe654aac058bfbf9f83fcaee7793311dd82f6ddb4",
|
||||
zrx_token="0xff67881f8d12f372d91baae9752eb3631ff0ed00",
|
||||
ether_token="0xc778417e063141139fce010982780140aa0cd5ab",
|
||||
exchange="0x4530c0483a1633c7a1c97d2c53721caff2caaaaf",
|
||||
exchange="0xbff9493f92a3df4b0429b6d00743b3cfb4c85831",
|
||||
asset_proxy_owner="0xf5fa5b5fed2727a0e44ac67f6772e97977aa358b",
|
||||
forwarder="0x2240dab907db71e64d3e0dba4800c83b5c502d4e",
|
||||
forwarder="0x1ebdc9758e85c1c6a85af06cc96cf89000a31913",
|
||||
order_validator="0x90431a90516ab49af23a0530e04e8c7836e7122f",
|
||||
coordinator_registry="0x403cc23e88c17c4652fb904784d1af640a6722d9",
|
||||
coordinator="0x25aae5b981ce6683cc5aeea1855d927e0b59066f",
|
||||
coordinator="0x2ba02e03ee0029311e0f43715307870a3e701b53",
|
||||
),
|
||||
NetworkId.RINKEBY: ContractAddresses( # nosec
|
||||
exchange="0xbce0b5f6eb618c565c3e5f5cd69652bbc279f44e",
|
||||
exchange="0xbff9493f92a3df4b0429b6d00743b3cfb4c85831",
|
||||
erc20_proxy="0x2f5ae4f6106e89b4147651688a92256885c5f410",
|
||||
erc721_proxy="0x7656d773e11ff7383a14dcf09a9c50990481cd10",
|
||||
zrx_token="0x8080c7e4b81ecf23aa6f877cfbfd9b0c228c6ffa",
|
||||
ether_token="0xc778417e063141139fce010982780140aa0cd5ab",
|
||||
asset_proxy_owner="0xe1703da878afcebff5b7624a826902af475b9c03",
|
||||
forwarder="0x2d40589abbdee84961f3a7656b9af7adb0ee5ab4",
|
||||
forwarder="0x1ebdc9758e85c1c6a85af06cc96cf89000a31913",
|
||||
order_validator="0x0c5173a51e26b29d6126c686756fb9fbef71f762",
|
||||
coordinator_registry="0x1084b6a398e47907bae43fec3ff4b677db6e4fee",
|
||||
coordinator="0x25aae5b981ce6683cc5aeea1855d927e0b59066f",
|
||||
coordinator="0x2ba02e03ee0029311e0f43715307870a3e701b53",
|
||||
),
|
||||
NetworkId.KOVAN: ContractAddresses( # nosec
|
||||
erc20_proxy="0xf1ec01d6236d3cd881a0bf0130ea25fe4234003e",
|
||||
erc721_proxy="0x2a9127c745688a165106c11cd4d647d2220af821",
|
||||
zrx_token="0x2002d3812f58e35f0ea1ffbf80a75a38c32175fa",
|
||||
ether_token="0xd0a1e359811322d97991e03f863a0c30c2cf029c",
|
||||
exchange="0x35dd2932454449b14cee11a94d3674a936d5d7b2",
|
||||
exchange="0x30589010550762d2f0d06f650d8e8b6ade6dbf4b",
|
||||
asset_proxy_owner="0x2c824d2882baa668e0d5202b1e7f2922278703f8",
|
||||
forwarder="0x17992e4ffb22730138e4b62aaa6367fa9d3699a6",
|
||||
forwarder="0x1ebdc9758e85c1c6a85af06cc96cf89000a31913",
|
||||
order_validator="0xb389da3d204b412df2f75c6afb3d0a7ce0bc283d",
|
||||
coordinator_registry="0x09fb99968c016a3ff537bf58fb3d9fe55a7975d5",
|
||||
coordinator="0x25aae5b981ce6683cc5aeea1855d927e0b59066f",
|
||||
coordinator="0x2ba02e03ee0029311e0f43715307870a3e701b53",
|
||||
),
|
||||
NetworkId.GANACHE: ContractAddresses( # nosec
|
||||
exchange="0x48bacb9266a570d521063ef5dd96e61686dbe788",
|
||||
|
21
yarn.lock
21
yarn.lock
@@ -478,6 +478,12 @@
|
||||
dependencies:
|
||||
"@0x/base-contract" "^4.0.3"
|
||||
|
||||
"@0x/abi-gen-wrappers@^4.1.0", "@0x/abi-gen-wrappers@^4.2.0":
|
||||
version "4.3.0"
|
||||
resolved "https://registry.yarnpkg.com/@0x/abi-gen-wrappers/-/abi-gen-wrappers-4.3.0.tgz#b36616b129f44072474a7d5739299e4b1068e3d4"
|
||||
dependencies:
|
||||
"@0x/base-contract" "^5.1.0"
|
||||
|
||||
"@0x/asset-buyer@6.1.4":
|
||||
version "6.1.4"
|
||||
resolved "https://registry.yarnpkg.com/@0x/asset-buyer/-/asset-buyer-6.1.4.tgz#ea863b860fbae6f633846bdcf23cacbb345aefd1"
|
||||
@@ -506,6 +512,12 @@
|
||||
ethers "~4.0.4"
|
||||
lodash "^4.17.11"
|
||||
|
||||
"@0x/contract-addresses@^2.2.1", "@0x/contract-addresses@^2.3.0", "@0x/contract-addresses@^2.3.1":
|
||||
version "2.3.3"
|
||||
resolved "https://registry.yarnpkg.com/@0x/contract-addresses/-/contract-addresses-2.3.3.tgz#8cf009e7668c2fccca416177c85f3f6612c724c6"
|
||||
dependencies:
|
||||
lodash "^4.17.11"
|
||||
|
||||
"@0x/contract-artifacts@^1.3.0", "@0x/contract-artifacts@^1.4.0", "@0x/contract-artifacts@^1.5.0":
|
||||
version "1.5.1"
|
||||
resolved "https://registry.npmjs.org/@0x/contract-artifacts/-/contract-artifacts-1.5.1.tgz#6fba56a1d3e2d5d897a75fcfa432e49e2ebb17a7"
|
||||
@@ -1853,13 +1865,6 @@
|
||||
version "0.2.3"
|
||||
resolved "https://registry.yarnpkg.com/@types/solidity-parser-antlr/-/solidity-parser-antlr-0.2.3.tgz#bb2d9c6511bf483afe4fc3e2714da8a924e59e3f"
|
||||
|
||||
"@types/styled-components@4.0.0":
|
||||
version "4.0.0"
|
||||
resolved "https://registry.yarnpkg.com/@types/styled-components/-/styled-components-4.0.0.tgz#33b47071885003878a62689e0883aa2fc59f970a"
|
||||
dependencies:
|
||||
"@types/node" "*"
|
||||
"@types/react" "*"
|
||||
|
||||
"@types/styled-components@4.0.1":
|
||||
version "4.0.1"
|
||||
resolved "https://registry.yarnpkg.com/@types/styled-components/-/styled-components-4.0.1.tgz#5eb9a5474dbde3becab2bcc8f04e0b8e8dcf8c06"
|
||||
@@ -8073,7 +8078,7 @@ got@^6.7.1:
|
||||
|
||||
graceful-fs@4.1.15, graceful-fs@^3.0.0, graceful-fs@^4.0.0, graceful-fs@^4.1.10, graceful-fs@^4.1.11, graceful-fs@^4.1.2, graceful-fs@^4.1.6, graceful-fs@^4.1.9, graceful-fs@~1.2.0:
|
||||
version "4.1.15"
|
||||
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.1.15.tgz#ffb703e1066e8a0eeaa4c8b80ba9253eeefbfb00"
|
||||
resolved "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.1.15.tgz#ffb703e1066e8a0eeaa4c8b80ba9253eeefbfb00"
|
||||
|
||||
"graceful-readlink@>= 1.0.0":
|
||||
version "1.0.1"
|
||||
|
Reference in New Issue
Block a user