File tree Expand file tree Collapse file tree
packages/js/client-config-builder Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -580,6 +580,10 @@ export const getDefaultConfig = (): ClientConfig<Uri> => {
580580 from: new Uri (defaultInterfaces .logger ),
581581 to: new Uri (defaultPackages .logger ),
582582 },
583+ {
584+ from: new Uri (" wrap://ens/fs.polywrap.eth" ),
585+ to: new Uri (defaultInterfaces .fileSystem ),
586+ },
583587 {
584588 from: new Uri (defaultInterfaces .fileSystem ),
585589 to: new Uri (defaultPackages .fileSystem ),
Original file line number Diff line number Diff line change @@ -85,6 +85,10 @@ export const getDefaultConfig = (): ClientConfig<Uri> => {
8585 from : new Uri ( defaultInterfaces . logger ) ,
8686 to : new Uri ( defaultPackages . logger ) ,
8787 } ,
88+ {
89+ from : new Uri ( "wrap://ens/fs.polywrap.eth" ) ,
90+ to : new Uri ( defaultInterfaces . fileSystem ) ,
91+ } ,
8892 {
8993 from : new Uri ( defaultInterfaces . fileSystem ) ,
9094 to : new Uri ( defaultPackages . fileSystem ) ,
You can’t perform that action at this time.
0 commit comments