We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 009a54f + d48a2da commit 9f03ecaCopy full SHA for 9f03eca
1 file changed
packages/config-bundles/sys/src/common.ts
@@ -42,6 +42,10 @@ export const bundle: Bundle = {
42
implements: ["ens/wraps.eth:http@1.1.0", "ens/wraps.eth:http@1.0.0"],
43
redirectFrom: ["ens/wraps.eth:http@1.1.0", "ens/wraps.eth:http@1.0.0"],
44
},
45
+ githubResolver: {
46
+ uri: "wrap://ipfs/QmYPp2bQpRxR7WCoiAgWsWoiQzqxyFdqWxp1i65VW8wNv2",
47
+ implements: [ExtendableUriResolver.defaultExtInterfaceUris[0].uri],
48
+ },
49
httpResolver: {
50
uri: "embed/http-uri-resolver-ext@1.0.1",
51
package: httpResolver.wasmPackage,
0 commit comments