File tree Expand file tree Collapse file tree
packages/config-bundles/sys/src Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments