SetProtocol / set.js

Javascript library for the Set Protocol V2
Apache License 2.0
33 stars 14 forks source link

Add PerpV2LeverageModule factory and Wrapper/tests #100

Closed williamsfu99 closed 2 years ago

williamsfu99 commented 2 years ago

Follow up PR will update the set.js config and add the API class/tests

Note - To deduplicate contract testing code I opted to rely on upcoming API tests to create expectations that contract instances are correct called via the Wrapper class. Including smart contract level tests within set.js seems to create redundant guarantees when the set-protocol-v2 repo should be the source of truth for implementation/tests.