Skip to content

Commit efbd9a2

Browse files
committed
Update CONTRACT_VERIFICATION_ALLOWED_SOLIDITY_EVM_VERSIONS default value
1 parent 3020d7a commit efbd9a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup/env-variables/backend-env-variables.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,7 @@ See the [Time format](backend-env-variables.md#time-format) section for more inf
388388

389389
| Variable | Description | Parameters |
390390
| ------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
391-
| `CONTRACT_VERIFICATION_ALLOWED_SOLIDITY_EVM_VERSIONS` | Comma-separated list of allowed EVM versions for Solidity contract verification. This var was introduced in [#1964](https://github.com/poanetwork/blockscout/pull/1964), updated in [#7614](https://github.com/blockscout/blockscout/pull/7614). | <p>Version: v5.2.0+<br>Default: <code>homestead,tangerineWhistle,spuriousDragon,byzantium,constantinople,petersburg,istanbul,berlin,london,paris,shanghai,default</code><br>Applications: API</p> |
391+
| `CONTRACT_VERIFICATION_ALLOWED_SOLIDITY_EVM_VERSIONS` | Comma-separated list of allowed EVM versions for Solidity contract verification. This var was introduced in [#1964](https://github.com/poanetwork/blockscout/pull/1964), updated in [#7614](https://github.com/blockscout/blockscout/pull/7614). | <p>Version: v5.2.0+<br>Default: <code>homestead,tangerineWhistle,spuriousDragon,byzantium,constantinople,petersburg,istanbul,berlin,london,paris,shanghai,cancun,prague,default</code><br>Applications: API</p> |
392392
| `CONTRACT_VERIFICATION_ALLOWED_VYPER_EVM_VERSIONS` | Comma-separated list of allowed EVM versions for Vyper contract verification. This var was introduced in [#7614](https://github.com/blockscout/blockscout/pull/7614). | <p>Version: v5.2.0+<br>Default: <code>byzantium,constantinople,petersburg,istanbul,berlin,paris,shanghai,default</code><br>Applications: API</p> |
393393
| `CONTRACT_VERIFICATION_MAX_LIBRARIES` | Max amount of libraries to consider in smart-contract verification from flat/multi-part file(s). Implemented in [#6204](https://github.com/blockscout/blockscout/pull/6204). | <p>Version: v5.0.0+<br>Default: (empty)<br>Applications: API</p> |
394394
| `CONTRACT_MAX_STRING_LENGTH_WITHOUT_TRIMMING` | Hide long contract method data. For more details: [#4667](https://github.com/blockscout/blockscout/pull/4667) | <p>Version: v4.0.0+<br>Default: <code>2040</code><br>Applications: API</p> |

0 commit comments

Comments
 (0)