diff --git a/docs/arb_solidity_version.md b/docs/arb_solidity_version.md deleted file mode 100644 index cfc5b68..0000000 --- a/docs/arb_solidity_version.md +++ /dev/null @@ -1,19 +0,0 @@ -# Arbitrum solidity version - -## Configuration - -- Check: `pess-arb-solidity-version` -- Severity: `High` -- Confidence: `Low` - -## Description - -Checks that sol version >= 0.8.20 is not used inside an Arbitrum contract. Solidity in these versions will utilize PUSH0 opcode, which is not supported on Arbitrum. - -## Vulnerable Scenario - -[test scenarios](../tests/arbitrum_prevrandao_solidity_version_test.sol) - -## Recommendation - -Either, use versions `0.8.19`` and below, or EVM versions below shanghai diff --git a/slitherin/consts.py b/slitherin/consts.py index d20d4c5..6820379 100644 --- a/slitherin/consts.py +++ b/slitherin/consts.py @@ -1,2 +1,2 @@ ARBITRUM_KEY = "SLITHERIN_ARBITRUM" -SLITHERIN_VERSION = "0.6.0" +SLITHERIN_VERSION = "0.6.1"