-
so the part of the code that is reverting is from the setup of my test: bytes32 proposerRole = timeLock.PROPOSER_ROLE();
bytes32 executorRole = timeLock.EXECUTOR_ROLE();
bytes32 adminRole = timeLock.TIMELOCK_ADMIN_ROLE(); <--- The |
Beta Was this translation helpful? Give feedback.
Answered by
EngrPips
Jan 7, 2025
Replies: 1 comment 4 replies
-
Hey @Ifra001, Did you install the exact version of the package Patrick used in the course? |
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
check this link https://github.com/Cyfrin/foundry-full-course-cu/blob/main/chronological-updates.md it addressed the issue. scroll to
Lesson 14