git.delta.rocks / unique-network / refs/commits / 7aba0b5d7f8d

difftreelog

basic test

Grigoriy Simonov2022-09-30parent: #239c99e.patch.diff
in: master

3 files changed

modifiedtests/src/eth/allowlist.test.tsdiffbeforeafterboth
--- a/tests/src/eth/allowlist.test.ts
+++ b/tests/src/eth/allowlist.test.ts
@@ -19,12 +19,8 @@
 import {isAllowlisted, normalizeAccountId} from '../util/helpers';
 import {
   contractHelpers,
-  createEthAccount,
   createEthAccountWithBalance,
   deployFlipper,
-  evmCollection,
-  evmCollectionHelpers,
-  getCollectionAddressFromResult,
   itWeb3,
 } from './util/helpers';
 import {itEth, usingEthPlaygrounds} from './util/playgrounds';
addedtests/src/eth/proxyContract.test.tsdiffbeforeafterboth

no changes

modifiedtests/src/eth/util/playgrounds/unique.dev.tsdiffbeforeafterboth
--- a/tests/src/eth/util/playgrounds/unique.dev.ts
+++ b/tests/src/eth/util/playgrounds/unique.dev.ts
@@ -71,7 +71,6 @@
         },
       },
     }), {import: await this.findImports(imports)})).contracts[`${name}.sol`][name];
-  
     return {
       abi: out.abi,
       object: '0x' + out.evm.bytecode.object,