Skip to content

Commit

Permalink
eslint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastienGllmt committed Oct 30, 2023
1 parent 4edd598 commit 043eab8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/paima-sdk/paima-mw-core/src/helpers/posting.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { retrieveFee, retryPromise, wait, AddressType } from '@paima/utils';
import { retrieveFee, retryPromise, wait } from '@paima/utils';
import type { EndpointErrorFxn } from '../errors';
import {
BatcherRejectionCode,
Expand Down
3 changes: 2 additions & 1 deletion packages/paima-sdk/paima-mw-core/src/wallets/evm/injected.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ import type { LoginInfoMap, OldResult, Result } from '../../types';
import { updateFee } from '../../helpers/posting';

import { connectInjected } from '../wallet-modes';
import { ApiForMode, IProvider, WalletMode } from '@paima/providers';
import { WalletMode } from '@paima/providers';
import type { ApiForMode, IProvider } from '@paima/providers';
import { EvmInjectedConnector } from '@paima/providers';

interface SwitchError {
Expand Down

0 comments on commit 043eab8

Please sign in to comment.