difftreelog
test use getApi()
in: master
1 file changed
tests/src/eth/migration.seqtest.tsdiffbeforeafterboth127 });127 });128 itEth('Fake collection creation on substrate side', async ({helper}) => {128 itEth('Fake collection creation on substrate side', async ({helper}) => {129 const txInsertEvents = helper.constructApiCall('api.tx.evmMigration.insertEvents', [[129 const txInsertEvents = helper.constructApiCall('api.tx.evmMigration.insertEvents', [[130 encodeEvent(helper.api!, 'Common', 'common', 'CollectionCreated', [130 encodeEvent(helper.getApi(), 'Common', 'common', 'CollectionCreated', [131 // Collection Id131 // Collection Id132 9999,132 9999,133 // Collection mode: NFT133 // Collection mode: NFT144 });144 });145 itEth('Fake token creation on substrate side', async ({helper}) => {145 itEth('Fake token creation on substrate side', async ({helper}) => {146 const txInsertEvents = helper.constructApiCall('api.tx.evmMigration.insertEvents', [[146 const txInsertEvents = helper.constructApiCall('api.tx.evmMigration.insertEvents', [[147 encodeEvent(helper.api!, 'Common', 'common', 'ItemCreated', [147 encodeEvent(helper.getApi(), 'Common', 'common', 'ItemCreated', [148 // Collection Id148 // Collection Id149 9999,149 9999,150 // TokenId150 // TokenId