Skip to content

Commit 6273b69

Browse files
committed
removed unused redirect from default config
1 parent 778f8b0 commit 6273b69

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -85,10 +85,6 @@ 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-
},
9288
{
9389
from: new Uri(defaultInterfaces.fileSystem),
9490
to: new Uri(defaultPackages.fileSystem),

0 commit comments

Comments
 (0)