Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lido locator doc #243

Merged
merged 3 commits into from
Aug 7, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
after-after-review fixes
  • Loading branch information
folkyatina committed Aug 4, 2023
commit bd336492453c5f73e3445a83581104c413c95316
9 changes: 4 additions & 5 deletions docs/contracts/lido-locator.md
Original file line number Diff line number Diff line change
@@ -114,7 +114,7 @@ function withdrawalVault() view returns(address)
### postTokenRebaseReceiver()

Returns an address of the contract following the [`IPostTokenRebaseReceiver`](https://github.com/lidofinance/lido-dao/blob/cadffa46a2b8ed6cfa1127fca2468bae1a82d6bf/contracts/0.4.24/Lido.sol#L20-L30) interface described inside `Lido`.
Right now it returns the [LegacyOracle](./legacy-oracle.md) address
Right now it returns the [LegacyOracle](./legacy-oracle.md) address.

```sol
function postTokenRebaseReceiver() view returns(address);
@@ -132,7 +132,7 @@ function oracleDaemonConfig() view returns(address)

Returns a batch of core components addresses at once.

It's just a more gas-efficient way of colling several public getters at once.
It's just a more gas-efficient way of calling several public getters at once.

```sol
function coreComponents() view returns(
@@ -145,13 +145,12 @@ function coreComponents() view returns(
)
```


### oracleReportComponentsForLido()

Returns a batch of addresses that is used specifically during oracle report
handling in the Lido contract
handling in the Lido contract.

It's just a more gas-efficient way of colling several public getters at once.
It's just a more gas-efficient way of calling several public getters at once.

```sol
function oracleReportComponentsForLido() view returns(