Skip to content

Commit

Permalink
ERC-6123: small refactor rename SDC.sol to SDCSingleTrade.sol
Browse files Browse the repository at this point in the history
Merged by EIP-Bot.
  • Loading branch information
cfries committed Aug 2, 2024
1 parent ff5a0ba commit 802224e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assets/erc-6123/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ We provide the essential steps to compile the contracts and run the provided uni
### Provided Contracts and Tests

- `contracts/ISDC.sol` - Interface contract
- `contracts/SDC.sol` - SDC abstract contract for an OTC Derivative
- `contracts/SDCPledgedBalance.sol` - SDC full implementation for an OTC Derivative
- `contracts/SDCSingleTrade.sol` - SDC abstract contract for an OTC Derivative (single trade case only)
- `contracts/SDCSingleTradePledgedBalance.sol` - SDC full implementation for an OTC Derivative (single trade case only)
- `contracts/IERC20Settlement.sol` - Interface (extending the ERC-20) for settlement tokens used in `SDCPledgedBalance`.
- `contracts/ERC20Settlement.sol` - Mintable settlement token contract implementing `IERC20Settlement` for unit tests
- `test/SDCTests.js` - Unit tests for the life-cycle of the sdc implementation
Expand Down

0 comments on commit 802224e

Please sign in to comment.