Skip to content

Commit

Permalink
fix: added scope
Browse files Browse the repository at this point in the history
  • Loading branch information
0xSolDev committed Jan 9, 2025
1 parent f005497 commit 0bf6df3
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,33 @@ simply copy paste the path):
$ yarn run test:coverage:report
```

## Scope

```
src/
├── LPToken.sol
├── SelfPeggingAsset.sol
├── SelfPeggingAssetFactory.sol
├── WLPToken.sol
├── interfaces
│ ├── IExchangeRateProvider.sol
│ └── ILPToken.sol
├── misc
│ ├── ConstantExchangeRateProvider.sol
│ ├── ERC4626ExchangeRate.sol
│ ├── OracleExchangeRate.sol
│ └── reth
│ ├── RocketTokenExchangeRateProvider.sol
│ └── RocketTokenRETHInterface.sol
└── mock
├── MockERC4626Token.sol
├── MockExchangeRateProvider.sol
├── MockOracle.sol
├── MockToken.sol
├── MockTokenERC4626.sol
└── WETH.sol
```

## License

This project is licensed under MIT.

0 comments on commit 0bf6df3

Please sign in to comment.