diff --git a/tutorials/src/tutorial_resolver.md b/tutorials/src/tutorial_resolver.md index 6e3595cd0..b27383c1b 100644 --- a/tutorials/src/tutorial_resolver.md +++ b/tutorials/src/tutorial_resolver.md @@ -42,6 +42,7 @@ Following is an example to build a custom Ethereum resolver. It uses the library as configuration. The example below uses Infura to get access to an Ethereum node and read the DID off Ethereum. ```js +import { Resolver } from "@docknetwork/credential-sdk/resolver"; import { parseDIDUrl } from "@docknetwork/credential-sdk/utils"; import ethr from "ethr-did-resolver";