Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
noot committed Jan 29, 2025
1 parent cc332f5 commit ebccbc6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,9 @@ forge script script/Aggregator.s.sol:AggregatorScript --rpc-url $RPC_URL --bro
```

### query aggregator

Set `AGGREGATOR_CONTRACT_ADDRESS` in `.env` to the deployed address.

```sh
forge script script/Aggregator.s.sol:AggregatorScript --rpc-url $RPC_URL --broadcast --sig "getLatestRoundData()" -vvvv
```

0 comments on commit ebccbc6

Please sign in to comment.