Skip to content

Commit

Permalink
fix: wagmi/core
Browse files Browse the repository at this point in the history
  • Loading branch information
nelitow committed Nov 25, 2024
1 parent 06ad698 commit 3911603
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 13 deletions.
1 change: 1 addition & 0 deletions packages/capsule-connector/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
"@fuel-connectors/common": "workspace:*",
"@types/memoizee": "0.4.11",
"@usecapsule/web-sdk": "2.10.0",
"@wagmi/core": "2.13.4",
"@web3modal/core": "5.0.0",
"fuels": "0.96.1",
"jsdom": "24.0.0",
Expand Down
14 changes: 1 addition & 13 deletions packages/capsule-connector/src/CapsuleConnector.ts
Original file line number Diff line number Diff line change
@@ -1,37 +1,25 @@
import {
type ConnectorConfig,
type EIP1193Provider,
EthereumWalletAdapter,
type Maybe,
type MaybeAsync,
PredicateConnector,
type PredicateVersion,
type PredicateWalletAdapter,
type ProviderDictionary,
type SignedMessageCustomCurve,
getMockedSignatureIndex,
getOrThrow,
getProviderUrl,
} from '@fuel-connectors/common';
import Capsule, { Environment } from '@usecapsule/web-sdk';
import {
type Config,
type GetAccountReturnType,
disconnect,
getAccount,
reconnect,
watchAccount,
} from '@wagmi/core';
import {
CHAIN_IDS,
type ConnectorMetadata,
FuelConnectorEventTypes,
Provider as FuelProvider,
LocalStorage,
type StorageAbstract,
type TransactionRequestLike,
} from 'fuels';
import { CAPSULE_ICON, WINDOW } from './constants';
import { CAPSULE_ICON } from './constants';
import type { CapsuleConfig } from './types';

export class CapsuleConnector extends PredicateConnector {
Expand Down

0 comments on commit 3911603

Please sign in to comment.