mirror of
https://github.com/placeholder-soft/web.git
synced 2026-06-18 03:48:41 +08:00
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']`
Base Docs
This the Docusaurus app for the Base docs. You can run the dev server locally with yarn workspace @app/base-docs dev.