Skip to content

Commit

Permalink
optimize imports
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexNi245 committed Aug 29, 2024
1 parent 34d2cbc commit febe0d8
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
import { DEFAULT_NONCE } from '@dm3-org/dm3-lib-profile';
import { Lukso, Constants } from '@dm3-org/dm3-lib-smart-account';
import { Constants, Lukso } from '@dm3-org/dm3-lib-smart-account';
import { mockUserProfile } from '@dm3-org/dm3-lib-test-helper';
import { ethers } from 'ethers';
import { SmartAccountConnector, Success } from './SmartAccountConnector';
import ERC725Abi from './ERC725Abi.json';
import { ERC725ABI } from '@dm3-org/dm3-lib-smart-account/dist/lukso';
import { SmartAccountConnector, Success } from './SmartAccountConnector';

describe('SmartAccountConnector', () => {
describe('SignUp', () => {
Expand Down

0 comments on commit febe0d8

Please sign in to comment.