Skip to content

Commit

Permalink
🚧 try to fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Quentin Burg committed Sep 11, 2023
1 parent d855fd1 commit 77f78ee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion batcher-ui/src/contexts/wallet.tsx
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
import { TezosToolkit } from '@taquito/taquito';
import React, { createContext, useEffect, useReducer } from 'react';
import { BeaconWallet } from '@taquito/beacon-wallet';
import { AccountInfo, NetworkType } from '@airgap/beacon-sdk';
import { AccountInfo } from '@airgap/beacon-sdk';
import { useTezosToolkit } from './tezos-toolkit';
import { getByKey, setByKey } from 'src/utils/local-storage';
import { NetworkType } from '@airgap/beacon-types';

type WalletState = {
wallet: BeaconWallet | undefined;
Expand Down

0 comments on commit 77f78ee

Please sign in to comment.