Skip to content

Commit

Permalink
Add did:dht to DIDResolver
Browse files Browse the repository at this point in the history
  • Loading branch information
amika-sq committed Feb 13, 2024
1 parent da30754 commit f6433b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Sources/Web5/Dids/Resolution/DIDResolver.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ public enum DIDResolver {

private static var methodResolvers: [String: DIDMethodResolver] = {
let defaultResolvers: [DIDMethodResolver] = [
DIDDHT.Resolver(),
DIDJWK.Resolver(),
DIDIon.Resolver(),
DIDWeb.Resolver()
Expand Down

0 comments on commit f6433b9

Please sign in to comment.