|
|
|
@ -193,10 +193,10 @@ config :explorer, |
|
|
|
|
coin_name: System.get_env("COIN_NAME") || exchange_rates_coin || "ETH", |
|
|
|
|
allowed_solidity_evm_versions: |
|
|
|
|
System.get_env("CONTRACT_VERIFICATION_ALLOWED_SOLIDITY_EVM_VERSIONS") || |
|
|
|
|
"homestead,tangerineWhistle,spuriousDragon,byzantium,constantinople,petersburg,istanbul,berlin,london,paris,shanghai,default", |
|
|
|
|
"homestead,tangerineWhistle,spuriousDragon,byzantium,constantinople,petersburg,istanbul,berlin,london,paris,shanghai,cancun,default", |
|
|
|
|
allowed_vyper_evm_versions: |
|
|
|
|
System.get_env("CONTRACT_VERIFICATION_ALLOWED_VYPER_EVM_VERSIONS") || |
|
|
|
|
"byzantium,constantinople,petersburg,istanbul,berlin,paris,shanghai,default", |
|
|
|
|
"byzantium,constantinople,petersburg,istanbul,berlin,paris,shanghai,cancun,default", |
|
|
|
|
include_uncles_in_average_block_time: ConfigHelper.parse_bool_env_var("UNCLES_IN_AVERAGE_BLOCK_TIME"), |
|
|
|
|
healthy_blocks_period: ConfigHelper.parse_time_env_var("HEALTHY_BLOCKS_PERIOD", "5m"), |
|
|
|
|
realtime_events_sender: |
|
|
|
|