Skip to content
Open
Changes from all commits
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
2 changes: 2 additions & 0 deletions price_feeds/evm/pyth_sample/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ cast call $DEPLOYMENT_ADDRESS "getPrice(bytes32)" $ETH_USD_ID --rpc-url $RPC_URL

cast --to-dec <Result of getPrice>

```

### Testing

Simply run `forge test` from root directory.
Expand Down