Failed to resolve versions #130
-
When I try to pull forge build on rio-network new sherlock audit contest I got this output: Encountered invalid solc version in contracts/interfaces/IRioLRT.sol: No solc version exists that matches the version requirement: =0.8.23
Encountered invalid solc version in contracts/interfaces/IRioLRTAVSRegistry.sol: No solc version exists that matches the version requirement: =0.8.23
Encountered invalid solc version in contracts/interfaces/IRioLRTAssetRegistry.sol: No solc version exists that matches the version requirement: =0.8.23
Encountered invalid solc version in contracts/interfaces/IRioLRTCoordinator.sol: No solc version exists that matches the version requirement: =0.8.23
...
...
...
Encountered invalid solc version in test/utils/beacon-chain/MockBeaconChainOracle.sol: No solc version exists that matches the version requirement: =0.8.23 I tried to change the solc version, by installing and set 0.8.23 but still got this output |
Beta Was this translation helpful? Give feedback.
Answered by
alymurtazamemon
Feb 22, 2024
Replies: 2 comments 2 replies
-
Trying asking them there at their discord |
Beta Was this translation helpful? Give feedback.
1 reply
-
@radin100 First of you should run
Here you can find more information link |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
radin100
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@radin100 First of you should run
foundryup
command so can get up to date version and second try setting this solc version to default profile.Here you can find more information link