From 3c30995b78f28292773c78098d3ac3eb4d0929ff Mon Sep 17 00:00:00 2001 From: Viterbo Date: Wed, 29 Nov 2023 17:38:58 -0300 Subject: [PATCH] clean the code --- src/antelope/wallets/init.ts | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/antelope/wallets/init.ts b/src/antelope/wallets/init.ts index 4d17e1a8e..3031536dd 100644 --- a/src/antelope/wallets/init.ts +++ b/src/antelope/wallets/init.ts @@ -87,11 +87,5 @@ export function initAntelope(app: App) { ant.wallets.addEVMAuthenticator(new SafePalAuth()); ant.wallets.addEVMAuthenticator(new BraveAuth()); - // FIXME: remove this code - // eslint-disable-next-line @typescript-eslint/no-explicit-any - (window as any).antelope = ant; - // eslint-disable-next-line @typescript-eslint/no-explicit-any - (window as any).ant = ant; - }