diff --git a/src/account/default.ts b/src/account/default.ts index 0a43d0a8a..dc4813c67 100644 --- a/src/account/default.ts +++ b/src/account/default.ts @@ -1,3 +1,5 @@ +// eslint-disable-next-line @typescript-eslint/no-unused-vars +import type { SPEC } from 'starknet-types-07'; import { UDC, ZERO } from '../constants'; import { Provider, ProviderInterface } from '../provider'; import { Signer, SignerInterface } from '../signer'; diff --git a/src/utils/stark.ts b/src/utils/stark.ts index 28e295d81..dc9a995a2 100644 --- a/src/utils/stark.ts +++ b/src/utils/stark.ts @@ -1,3 +1,5 @@ +// eslint-disable-next-line @typescript-eslint/no-unused-vars +import type { SPEC } from 'starknet-types-07'; import { getStarkKey, utils } from '@scure/starknet'; import { gzip, ungzip } from 'pako'; diff --git a/src/wallet/account.ts b/src/wallet/account.ts index 82d4e3cf6..874bab45b 100644 --- a/src/wallet/account.ts +++ b/src/wallet/account.ts @@ -3,6 +3,8 @@ import { type AddStarknetChainParameters, type NetworkChangeEventHandler, type WatchAssetParameters, + // eslint-disable-next-line @typescript-eslint/no-unused-vars + type SPEC, } from 'starknet-types-07'; import { Account, AccountInterface } from '../account'; diff --git a/src/wallet/connect.ts b/src/wallet/connect.ts index f519546ea..c9be27f49 100644 --- a/src/wallet/connect.ts +++ b/src/wallet/connect.ts @@ -8,6 +8,8 @@ import { type ChainId, type StarknetWindowObject, type TypedData, + // eslint-disable-next-line @typescript-eslint/no-unused-vars + type SPEC, } from 'starknet-types-07'; /**