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
Hello tronbox team, sorry if this is not the best place to ask, is there a repo we can use as an example to deploy and upgrade proxy and implementation contracts ? Thanks !
The text was updated successfully, but these errors were encountered:
i need use a solc version 0.8.21 and tronbox has a maxversion 0.8.20:
Error parsing @openzeppelin/contracts/proxy/ERC1967/ERC1967Utils.sol: ParserError: Source file requires different compiler version (current compiler is 0.8.20+commit.5f1834bc.Emscripten.clang) - note that nightly builds are considered to be strictly less than the released version
--> ParsedContract.sol:4:1:
|
4 | pragma solidity ^0.8.21;
| ^^^^^^^^^^^^^^^^^^^^^^^^
Compilation failed. See above.
Hello tronbox team, sorry if this is not the best place to ask, is there a repo we can use as an example to deploy and upgrade proxy and implementation contracts ? Thanks !
The text was updated successfully, but these errors were encountered: