Skip to content

Commit a510d03

Browse files
committed
added back unused redirect to avoid breaking changes for now
1 parent 39af6fe commit a510d03

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

packages/js/client-config-builder/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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),

packages/js/client-config-builder/src/bundles/getDefaultConfig.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff 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),

0 commit comments

Comments
 (0)