Replies: 1 comment 4 replies
-
Hello @mustby, Please show the |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm on video 15 of the "Cross-Chain Rebase Token" section of Advanced Foundry. When I compile with "forge build" after following in the video, I'm getting this error:
Here is my current "RebaseTokenPool.sol" file:
When I remove the "18" from the constructor, everything compiles fine. I'm confused on where to go from here. Note: I believe I installed the correct CCIP version "forge install smartcontractkit/ccip@v2.17.0-ccip1.5.12 --no-commit" so that shouldn't be the issue.
Here is the TokenPool.sol contract:
Beta Was this translation helpful? Give feedback.
All reactions