Skip to content

Added support for v0.1.1 on @razor-network/contracts

Compare
Choose a tag to compare
@SkandaBhat SkandaBhat released this 26 Jul 12:40
· 648 commits to main since this release
d7f4117
Remove fee from createJob and createCollection. (#73)

* Remove fee from createJob and createCollection.

Previously, createJob and createCollection functions in smart contract were payable, but since it was removed, sending ether while calling those functions was throwing gas error. This is fixed in this commit.

Signed-off-by: Ashish Mishra <[email protected]>

* Update README.

Signed-off-by: Ashish Mishra <[email protected]>