Skip to content

Commit

Permalink
clean the code
Browse files Browse the repository at this point in the history
  • Loading branch information
Viterbo authored and donnyquixotic committed Nov 30, 2023
1 parent f4b25e9 commit 3c30995
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/antelope/wallets/init.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;

}

0 comments on commit 3c30995

Please # to comment.