Skip to content
This repository was archived by the owner on Aug 22, 2025. It is now read-only.

Commit b49541b

Browse files
authored
Merge branch 'master' into fix-skip-types-export
2 parents 5501525 + 217b40b commit b49541b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/utils/vp.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,8 @@ export async function getVp(
5959

6060
addresses = getFormattedAddressesByProtocol(
6161
addresses,
62-
strategy.supportedProtocols ?? DEFAULT_SUPPORTED_PROTOCOLS
62+
_strategies[strategy.name].supportedProtocols ??
63+
DEFAULT_SUPPORTED_PROTOCOLS
6364
);
6465
return _strategies[strategy.name].strategy(
6566
space,

0 commit comments

Comments
 (0)