Skip to content

Commit a73316e

Browse files
committed
adjusted position of github resolver because it needs to be ahead of the http resolver
1 parent ca198e3 commit a73316e

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,10 @@ export const bundle: Bundle = {
3535
implements: ["ens/wraps.eth:http@1.1.0", "ens/wraps.eth:http@1.0.0"],
3636
redirectFrom: ["ens/wraps.eth:http@1.1.0", "ens/wraps.eth:http@1.0.0"],
3737
},
38+
githubResolver: {
39+
uri: "wrap://ipfs/QmYPp2bQpRxR7WCoiAgWsWoiQzqxyFdqWxp1i65VW8wNv2",
40+
implements: [ExtendableUriResolver.defaultExtInterfaceUris[0].uri],
41+
},
3842
httpResolver: {
3943
uri: "embed/http-uri-resolver-ext@1.0.1",
4044
package: httpResolver.wasmPackage,
@@ -44,9 +48,5 @@ export const bundle: Bundle = {
4448
],
4549
redirectFrom: ["ens/wraps.eth:http-uri-resolver-ext@1.0.1"],
4650
},
47-
githubResolver: {
48-
uri: "wrap://ipfs/QmYPp2bQpRxR7WCoiAgWsWoiQzqxyFdqWxp1i65VW8wNv2",
49-
implements: [ExtendableUriResolver.defaultExtInterfaceUris[0].uri],
50-
}
5151
};
5252
// $end

0 commit comments

Comments
 (0)