Skip to content

Commit ca8b3b5

Browse files
committed
added wrapscan uri resolver to defaultExtInterfaceUris
1 parent 54473d3 commit ca8b3b5

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

packages/config-bundles/sys/src/common.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ export const bundle: Bundle = {
4848
uri: "https://wraps.wrapscan.io/r/polywrap/wrapscan-uri-resolver@1.0",
4949
implements: [
5050
"wrapscan/polywrap/wrapscan-uri-resolver@1.0",
51-
ExtendableUriResolver.defaultExtInterfaceUris[0].uri,
51+
ExtendableUriResolver.defaultExtInterfaceUris[2].uri,
5252
],
5353
redirectFrom: ["wrapscan/polywrap/wrapscan-uri-resolver@1.0"],
5454
},

packages/uri-resolver-extensions/src/ExtendableUriResolver.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ export class ExtendableUriResolver extends UriResolverAggregatorBase<
2525
public static defaultExtInterfaceUris: Uri[] = [
2626
Uri.from("wrap://ens/wraps.eth:uri-resolver-ext@1.1.0"),
2727
Uri.from("wrap://ens/wraps.eth:uri-resolver-ext@1.0.0"),
28+
Uri.from("wrap://wrapscan/polywrap/uri-resolver@1.0"),
2829
];
2930
// $end
3031

0 commit comments

Comments
 (0)