Skip to content

Commit

Permalink
fix(deps): bump ethr-did-resolver to 6.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
mirceanis authored Oct 12, 2022
1 parent 8b71700 commit c26833a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,8 +129,8 @@ EthrDid can be configured to control a DID on any ethereum network. To do this,
during construction. Example:

```ts
console.log( new EthrDID({ identifier: '0xb9c5714089478a327f09197987f16f9e5d936e8a', chainNameOrId: 'rinkeby' }).did )
// did:ethr:rinkeby:0xB9C5714089478a327F09197987f16f9E5d936E8a
console.log( new EthrDID({ identifier: '0xb9c5714089478a327f09197987f16f9e5d936e8a', chainNameOrId: 'goerli' }).did )
// did:ethr:goerli:0xB9C5714089478a327F09197987f16f9E5d936E8a
```

If this property is not specified, then the library will attempt to infer it from the `provider` configuration or from
Expand Down

0 comments on commit c26833a

Please sign in to comment.