We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5501525 + 217b40b commit b49541bCopy full SHA for b49541b
1 file changed
src/utils/vp.ts
@@ -59,7 +59,8 @@ export async function getVp(
59
60
addresses = getFormattedAddressesByProtocol(
61
addresses,
62
- strategy.supportedProtocols ?? DEFAULT_SUPPORTED_PROTOCOLS
+ _strategies[strategy.name].supportedProtocols ??
63
+ DEFAULT_SUPPORTED_PROTOCOLS
64
);
65
return _strategies[strategy.name].strategy(
66
space,
0 commit comments