melonjs
melonjs copied to clipboard
Write unit tests for low level functionality and refactor all integration tests to use ganache
Currently some of the tests are still using our mainnet node for simpler testing. These should instead use our newly added ganache test environment.
The only remaining test suite using mainnet is CanonicalPriceFeed
. I have started to implement the deployment methods for the all the price feed contracts.