Skip to content

Commit

Permalink
Remove setUsdc
Browse files Browse the repository at this point in the history
  • Loading branch information
antoncoding committed Oct 31, 2020
1 parent 05d8de5 commit e5e0143
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/series/eth-cusdc-put.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,6 @@ contract('OptionsContract: ETH:cUSDC Put', accounts => {
'2368601814348989000000000000'
);
// register ctoken in oracle.
// await oracle.setUsdc(usdc.address);
// await oracle.setCusdc(cusdc.address);
await oracle.setAssetToCtoken(usdc.address, cusdc.address);
await oracle.setIsCtoken(cusdc.address, true);
exchange = await MockOtokensExchange.new();
Expand Down

0 comments on commit e5e0143

Please sign in to comment.