Skip to content

Commit

Permalink
Update using-chainlink-price-feeds.md
Browse files Browse the repository at this point in the history
  • Loading branch information
taycaldwell authored Dec 19, 2023
1 parent e3eaaec commit d976c87
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ Chainlink provides a number of price feeds for Base. For a list of available pri
}
```

In your project, add the code provided above to a new file named `src/DataConsumerV3.sol`, and delete the `src/Counter.sol` contract that was generated with the project. (You can also delete the `test/Counter.t.sol` and `script/Counter.s.sol` files).
In your project, add the code provided above to a new file named `src/DataConsumerV3.sol`, and delete the `src/Counter.sol` contract that was generated with the project. (you can also delete the `test/Counter.t.sol` and `script/Counter.s.sol` files).

To compile the new smart contract, run:

Expand Down

0 comments on commit d976c87

Please sign in to comment.