aboutsummaryrefslogtreecommitdiffstats
path: root/packages/pipeline/package.json
diff options
context:
space:
mode:
authorAlex Browne <stephenalexbrowne@gmail.com>2018-10-18 07:44:07 +0800
committerFred Carlsen <fred@sjelfull.no>2018-12-06 19:04:24 +0800
commit427c2cd164f841f6b296b059c119fabb113c4e65 (patch)
tree5a10964c642ac1f313e236429a672fcd6761c7a6 /packages/pipeline/package.json
parent8c0dfc1936340a08ff627db3c6203bf6836c2992 (diff)
downloaddexon-sol-tools-427c2cd164f841f6b296b059c119fabb113c4e65.tar
dexon-sol-tools-427c2cd164f841f6b296b059c119fabb113c4e65.tar.gz
dexon-sol-tools-427c2cd164f841f6b296b059c119fabb113c4e65.tar.bz2
dexon-sol-tools-427c2cd164f841f6b296b059c119fabb113c4e65.tar.lz
dexon-sol-tools-427c2cd164f841f6b296b059c119fabb113c4e65.tar.xz
dexon-sol-tools-427c2cd164f841f6b296b059c119fabb113c4e65.tar.zst
dexon-sol-tools-427c2cd164f841f6b296b059c119fabb113c4e65.zip
Update to use ContractWrappers + Infura instead of Etherscan
Diffstat (limited to 'packages/pipeline/package.json')
-rw-r--r--packages/pipeline/package.json22
1 files changed, 12 insertions, 10 deletions
diff --git a/packages/pipeline/package.json b/packages/pipeline/package.json
index be23bfe2c..0071fab2c 100644
--- a/packages/pipeline/package.json
+++ b/packages/pipeline/package.json
@@ -1,5 +1,5 @@
{
- "name": "@0xproject/pipeline",
+ "name": "@0x/pipeline",
"version": "0.0.1",
"private": true,
"description": "Data pipeline for offline analysis",
@@ -25,7 +25,8 @@
},
"license": "Apache-2.0",
"devDependencies": {
- "@0xproject/tslint-config": "^1.0.7",
+ "@types/ramda": "^0.25.38",
+ "@0x/tslint-config": "^1.0.9",
"chai": "^4.1.2",
"chai-as-promised": "^7.1.1",
"chai-bignumber": "^2.0.2",
@@ -35,14 +36,15 @@
"typescript": "3.0.1"
},
"dependencies": {
- "@0xproject/contract-artifacts": "^1.0.0",
- "@0xproject/connect": "^2.0.4",
- "@0xproject/contract-wrappers": "^1.0.1",
- "@0xproject/order-utils": "^1.0.2",
- "@0xproject/subproviders": "^2.0.2",
- "@0xproject/types": "^1.0.1",
- "@0xproject/utils": "^1.0.8",
- "@types/ramda": "^0.25.38",
+ "@0x/dev-utils": "^1.0.13",
+ "@0x/contract-artifacts": "^1.0.1",
+ "@0x/connect": "^3.0.2",
+ "@0x/contract-wrappers": "^3.0.0",
+ "@0x/order-utils": "^2.0.0",
+ "@0x/subproviders": "^2.1.0",
+ "@0x/types": "^1.2.0",
+ "@0x/utils": "^2.0.3",
+ "@0x/web3-wrapper": "^3.1.0",
"axios": "^0.18.0",
"ethereum-types": "^1.0.6",
"ramda": "^0.25.0",