We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6273b69 commit 39af6feCopy full SHA for 39af6fe
1 file changed
packages/js/client-config-builder/README.md
@@ -580,10 +580,6 @@ export const getDefaultConfig = (): ClientConfig<Uri> => {
580
from: new Uri(defaultInterfaces.logger),
581
to: new Uri(defaultPackages.logger),
582
},
583
- {
584
- from: new Uri("wrap://ens/fs.polywrap.eth"),
585
- to: new Uri(defaultInterfaces.fileSystem),
586
- },
587
{
588
from: new Uri(defaultInterfaces.fileSystem),
589
to: new Uri(defaultPackages.fileSystem),
0 commit comments