Skip to content

Commit

Permalink
Sort account imports
Browse files Browse the repository at this point in the history
  • Loading branch information
Agusx1211 committed Dec 13, 2023
1 parent baa2d21 commit 5950339
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/account/src/account.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import { walletContracts } from '@0xsequence/abi'
import { commons, universal } from '@0xsequence/core'
import { WalletSignRequestMetadata } from '@0xsequence/core/src/commons'
import { migrator, defaults, version } from '@0xsequence/migration'
Expand All @@ -9,7 +10,6 @@ import { encodeTypedDataDigest, getEthersConnectionInfo } from '@0xsequence/util
import { Wallet } from '@0xsequence/wallet'
import { ethers, TypedDataDomain, TypedDataField } from 'ethers'
import { AccountSigner, AccountSignerOptions } from './signer'
import { walletContracts } from '@0xsequence/abi'

export type AccountStatus = {
original: {
Expand Down

0 comments on commit 5950339

Please sign in to comment.