Skip to content
This repository has been archived by the owner on Jan 13, 2023. It is now read-only.

Commit

Permalink
add FinalSettlement contract
Browse files Browse the repository at this point in the history
  • Loading branch information
Brendan Chou committed Oct 20, 2021
1 parent aeac028 commit 5b74999
Show file tree
Hide file tree
Showing 13 changed files with 1,156 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ The current contract addresses can be found in [deployed.json](./migrations/depl
|[`PolynomialInterestSetter`](./contracts/external/interestsetters/PolynomialInterestSetter.sol)|Sets interest rates|
|[`Expiry`](./contracts/external/traders/Expiry.sol)|Handles account expiries|
|[`ExpiryV2`](./contracts/external/traders/ExpiryV2.sol)|Handles account expiries (version 2)|
|[`FinalSettlement`](./contracts/external/traders/FinalSettlement.sol)|Handles final settlement of all accounts|
|[`DaiPriceOracle`](./contracts/external/oracles/DaiPriceOracle.sol)|Price oracle for DAI or SAI|
|[`WethPriceOracle`](./contracts/external/oracles/WethPriceOracle.sol)|Price oracle for WETH|
|[`UsdcPriceOracle`](./contracts/external/oracles/UsdcPriceOracle.sol)|Price oracle for USDC|
Expand Down
Loading

0 comments on commit 5b74999

Please sign in to comment.