git.delta.rocks / unique-network / refs/commits / 3b7dec1d258f

difftreelog

tests(eth): remove redundant commented area

Fahrrader2022-09-30parent: #d444328.patch.diff
in: master

1 file changed

modifiedtests/src/eth/crossTransfer.test.tsdiffbeforeafterboth
14// You should have received a copy of the GNU General Public License14// You should have received a copy of the GNU General Public License
15// 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/>.
1616
17/*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';