Skip to content

Commit ca198e3

Browse files
committed
added github resolver to Sys common bundle
1 parent f1a1a0d commit ca198e3

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

packages/config-bundles/sys/src/common.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,9 @@ export const bundle: Bundle = {
4444
],
4545
redirectFrom: ["ens/wraps.eth:http-uri-resolver-ext@1.0.1"],
4646
},
47+
githubResolver: {
48+
uri: "wrap://ipfs/QmYPp2bQpRxR7WCoiAgWsWoiQzqxyFdqWxp1i65VW8wNv2",
49+
implements: [ExtendableUriResolver.defaultExtInterfaceUris[0].uri],
50+
}
4751
};
4852
// $end

0 commit comments

Comments
 (0)