fairDataSociety / fdp-contracts

Fair Data Protocol smart contracts and its utilities
4 stars 1 forks source link

Replace evm_mine with waitForTransaction #74

Open IgorShadurin opened 2 years ago

IgorShadurin commented 2 years ago

Replace evm_mine with waitForTransaction in tests. It is necessary for supporting not only Ganache but other networks.

https://github.com/fairDataSociety/fdp-contracts/blob/d38b208c38d9fdf46b0da612fec5cfb643249a87/js-library/test/utils.ts#L21