Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update using-pyth-price-feeds.md (#314)
This commit updates the tutorial documentation on using Pyth Price Feeds with Foundry to fix a TOML parse error encountered by users when setting up the foundry.toml file. The issue was identified in the "Installing Pyth smart contracts" section, where mismatched quotation marks in the remappings line caused a parse error. The original line used inconsistent quotes. The fix involves correcting the quotation marks to ensure consistency, thereby preventing the TOML parse error: `remappings = ['@pythnetwork/pyth-sdk-solidity/=lib/pyth-sdk-solidity']`
- Loading branch information