aboutsummaryrefslogtreecommitdiffstats
path: root/packages/base-contract
diff options
context:
space:
mode:
Diffstat (limited to 'packages/base-contract')
-rw-r--r--packages/base-contract/README.md2
-rw-r--r--packages/base-contract/package.json2
2 files changed, 2 insertions, 2 deletions
diff --git a/packages/base-contract/README.md b/packages/base-contract/README.md
index b6ea05b74..651d9db45 100644
--- a/packages/base-contract/README.md
+++ b/packages/base-contract/README.md
@@ -12,7 +12,7 @@ If your project is in [TypeScript](https://www.typescriptlang.org/), add the fol
```json
"compilerOptions": {
- "typeRoots": ["node_modules/@0x/typescript-typings/types", "node_modules/@types"],
+ "typeRoots": ["node_modules/@dexon-foundation/typescript-typings/types", "node_modules/@types"],
}
```
diff --git a/packages/base-contract/package.json b/packages/base-contract/package.json
index d9970b7f4..47d2ffde7 100644
--- a/packages/base-contract/package.json
+++ b/packages/base-contract/package.json
@@ -40,7 +40,7 @@
"typescript": "3.0.1"
},
"dependencies": {
- "@0x/typescript-typings": "^4.0.0",
+ "@dexon-foundation/typescript-typings": "^4.0.0",
"@0x/utils": "^4.0.3",
"@0x/web3-wrapper": "^4.0.2",
"ethereum-types": "^2.0.0",