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.
1 parent f63a8e8 commit f00713fCopy full SHA for f00713f
packages/@magic-sdk/provider/src/modules/base-extension.ts
@@ -174,7 +174,7 @@ export class Extension {
174
/**
175
* Base class for multi-chain extensions, extracting getPublicAddress logic.
176
*/
177
-export abstract class MultichainExtension<TName extends string, TConfig extends any = any> extends InternalExtension<
+export abstract class MultichainExtension<TName extends string, TConfig extends any = any> extends BaseExtension<
178
TName,
179
TConfig
180
> {
0 commit comments