Commit Graph

8 Commits

Author SHA1 Message Date
Lecky Lao
18a3afd61b removing import that not being used 2020-07-07 21:30:04 +10:00
Lecky Lao
1c51ff67e6 change ERC20 to use Tokeninterface to save connector size; 2020-07-05 00:55:16 +10:00
Thrilok Kumar
3c8e35b676 Removed constructor from curvebtc connector 2020-07-04 18:51:15 +05:30
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
Thrilok Kumar
c639cdc6a9 Done with curve btc connector 2020-07-02 10:27:01 +05:30
Lecky Lao
a24ee929fd added method withdraw and test; 2020-07-01 00:17:20 +10:00
Lecky Lao
0ff06b28f1 added deposit method and test; 2020-07-01 00:07:15 +10:00
Lecky Lao
e5f418157f Updated math.sol to use SafeMath from OZ;
update migration to deploy CurveSBTCProtocol;
Added Curvesbtc.sol sell method and got it compiled;
2020-06-30 02:15:35 +10:00