You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I propose a modification to the remappings example provided in the README.md file to enhance compatibility with the official usage examples provided by Chainlink. The current remapping configuration is as follows:
However, based on the example usage documented on Chainlink's official documentation page Using Data Feeds, imports include the src directory within the path, as seen here:
With the current remapping setup, the path to AggregatorV3Interface.sol incorrectly includes an additional src, resulting in a file-not-found error. To rectify this, I suggest updating the remappings in the README.md to remove the extra src segment:
This adjustment will align the remappings with the paths used in official examples, ensuring correct file resolution and smoother integration for users following the documentation.
The text was updated successfully, but these errors were encountered:
I propose a modification to the remappings example provided in the README.md file to enhance compatibility with the official usage examples provided by Chainlink. The current remapping configuration is as follows:
However, based on the example usage documented on Chainlink's official documentation page Using Data Feeds, imports include the
src
directory within the path, as seen here:With the current remapping setup, the path to
AggregatorV3Interface.sol
incorrectly includes an additionalsrc
, resulting in a file-not-found error. To rectify this, I suggest updating the remappings in the README.md to remove the extrasrc
segment:This adjustment will align the remappings with the paths used in official examples, ensuring correct file resolution and smoother integration for users following the documentation.
The text was updated successfully, but these errors were encountered: