diff --git a/extension/src/panel/integrations/safe/kits.ts b/extension/src/panel/integrations/safe/kits.ts index 8dcc6f14..d7952b6e 100644 --- a/extension/src/panel/integrations/safe/kits.ts +++ b/extension/src/panel/integrations/safe/kits.ts @@ -36,7 +36,7 @@ export const initSafeApiKit = (chainId: ChainId): SafeApiKit => { export const initSafeProtocolKit = async ( chainId: ChainId, safeAddress: string -) => { +): Promise => { // @ts-expect-error protocol-kit is only available as a CJS module. That doesn't play super nice with us being ESM. if (Safe.default) { // @ts-expect-error protocol-kit is only available as a CJS module. That doesn't play super nice with us being ESM.