Skip to content

Commit

Permalink
update registry contract package in resolver and registry
Browse files Browse the repository at this point in the history
  • Loading branch information
VolkerSchiewe committed Dec 2, 2019
1 parent 1773749 commit fd7d74d
Show file tree
Hide file tree
Showing 4 changed files with 51 additions and 871 deletions.
1 change: 1 addition & 0 deletions jolo-did-registry/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
"dependencies": {
"detect-node": "^2.0.4",
"form-data": "^3.0.0",
"jolocom-registry-contract": "^0.2.0",
"node-fetch": "^2.6.0"
},
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion jolo-did-registry/ts/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import EthereumResolver from "jolocom-registry-contract/js";
import EthereumResolver from "jolocom-registry-contract";
import { IpfsStorageAgent } from "./ipfs";
import { IDidDocument } from "@decentralized-identity/did-common-typescript"

Expand Down
2 changes: 1 addition & 1 deletion jolo-did-resolver/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@
"dependencies": {
"detect-node": "^2.0.4",
"fetch-node": "^0.0.1",
"jolocom-registry-contract": "0.1.7"
"jolocom-registry-contract": "0.2.0"
}
}
Loading

0 comments on commit fd7d74d

Please sign in to comment.