gnosis / mock-contract

Simple Solidity contract to mock dependent contracts in truffle tests.
94 stars 24 forks source link

Publish latest version to NPM #29

Open jasny opened 2 years ago

jasny commented 2 years ago

The version on NPM is two years old. It still uses solidity 0.6.0 instead of 0.8.0 which is supported in the latest version on the master branch.

jasny commented 2 years ago

For anyone wanting to update to the latest version on the master branch, run

npm i -D 'gnosis/mock-contract#master' --save
akshay-ap commented 1 year ago

Any plans to release a version rather than using this as a workaround?