git.delta.rocks / unique-network / refs/commits / d83685be86d3

difftreelog

test fix unique imports and eslint

Andy Smith2023-08-31parent: #12f3485.patch.diff
in: master

2 files changed

modifiedtests/src/eth/util/playgrounds/unique.dev.tsdiffbeforeafterboth
206 this.mergeDeprecated = mergeDeprecated;206 this.mergeDeprecated = mergeDeprecated;
207 }207 }
208208
209 // eslint-disable-next-line require-await
209 private async createTransaction() {210 private async createTransaction() {
210 const collectionHelper = this.helper.ethNativeContract.collectionHelpers(this.signer);211 const collectionHelper = this.helper.ethNativeContract.collectionHelpers(this.signer);
211 let collectionMode;212 let collectionMode;
modifiedtests/src/util/playgrounds/unique.dev.tsdiffbeforeafterboth
9import {IKeyringPair} from '@polkadot/types/types';9import {IKeyringPair} from '@polkadot/types/types';
10import {EventRecord} from '@polkadot/types/interfaces';10import {EventRecord} from '@polkadot/types/interfaces';
11import {ICrossAccountId, IPovInfo, ITransactionResult, TSigner} from './types';11import {ICrossAccountId, IPovInfo, ITransactionResult, TSigner} from './types';
12import {FrameSystemEventRecord, XcmV2TraitsError, PalletSchedulerEvent} from '@polkadot/types/lookup';12import {FrameSystemEventRecord, XcmV2TraitsError} from '@polkadot/types/lookup';
13import {VoidFn} from '@polkadot/api/types';13import {VoidFn} from '@polkadot/api/types';
14import {Pallets} from '..';14import {Pallets} from '..';
15import {spawnSync} from 'child_process';15import {spawnSync} from 'child_process';