difftreelog
tests(eth): remove redundant commented area
in: master
1 file changed
tests/src/eth/crossTransfer.test.tsdiffbeforeafterboth14// You should have received a copy of the GNU General Public License14// You should have received a copy of the GNU General Public License15// along with Unique Network. If not, see <http://www.gnu.org/licenses/>.15// along with Unique Network. If not, see <http://www.gnu.org/licenses/>.161617/*import {createCollectionExpectSuccess,18 createFungibleItemExpectSuccess,19 transferExpectSuccess,20 transferFromExpectSuccess,21 setCollectionLimitsExpectSuccess,22 createItemExpectSuccess} from '../util/helpers';23import {collectionIdToAddress,24 createEthAccountWithBalance,25 subToEth,26 GAS_ARGS, itEth} from './util/helpers';27import fungibleAbi from './fungibleAbi.json';28import nonFungibleAbi from './nonFungibleAbi.json';*/29import {itEth, usingEthPlaygrounds} from './util/playgrounds';17import {itEth, usingEthPlaygrounds} from './util/playgrounds';30import {CrossAccountId} from '../util/playgrounds/unique';18import {CrossAccountId} from '../util/playgrounds/unique';31import {IKeyringPair} from '@polkadot/types/types';19import {IKeyringPair} from '@polkadot/types/types';