Commit Graph

11 Commits

Author SHA1 Message Date
Lecky Lao
becd0135aa formating stores.sol;
fixing import for SafeERC20 and IERC20;
set up constructor for synthetix connector to set address for staking contract;
created MockSynthetix.sol for test;
added nomiclabs/buidler;
fixed test for SynthetixProtocol.js;
adding .gitatributes to highlight solidity on GitHub;
adding buidler artefacts and cache to git ignore;
adding buidler.config.js;
2020-07-12 02:04:48 +10:00
Lecky Lao
7f896a12de change connectorID method in stores to virtual view;
adding connectorID method in connector as override and set model, id in constructor;
modify migration to deploy and set model, id;
update ganache to unlock master;
fixing curveProtocol test to use master address and get dai from uniswap;
fixing curveSBTCProtocol test to use cast for the sell connector method;
2020-07-04 00:43:19 +10:00
Lecky Lao
b3da8dcba0 added studydefi/money-legos for testing;
fixed CurveProtocol test;
added CurveSBTCProtocol and sell function with test but currently failed and revert with unknown reason
2020-06-30 23:16:15 +10:00
Lecky Lao
bce54aba13 fix formating on connectors/curve.sol;
adding @openzeppelin/test-helpers, ganache-cli;
fixing test/CurveProtocol.js to pass;
added truffle network for tenderly proxy;
added .nvmrc to set to node v12 as ganache-cli requires;
2020-06-28 23:15:51 +10:00
Thrilok Kumar
7da98bfb6d Added safeErc20 lib 2020-05-18 22:52:14 +05:30
AA
893165ce78 fix tests 2020-05-05 07:10:51 +03:00
AA
b20e2728b6 initial Curve connector version 2020-05-05 04:54:10 +03:00
Thrilok Kumar
bf135106ec Updated package.json 2020-05-03 05:42:58 +05:30
Thrilok Kumar
2b4765d243 Updated package.json 2020-05-02 22:55:48 +05:30
Thrilok Kumar
3ae53319fc Updated package.json 2020-05-01 22:07:18 +05:30
Thrilok Kumar
bbd031b8c5 First Commit 2020-05-01 21:31:43 +05:30