difftreelog
basic test
in: master
3 files changed
tests/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';
tests/src/eth/proxyContract.test.tsdiffbeforeafterbothno changes
tests/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,