Get Supported Compiler Versions
GetSupportedCompilerVersions returns the list of compiler versions and
EVM versions accepted by SubmitContractVerification. Each compiler entry
includes a ready flag indicating whether the corresponding solc Docker
image has been pre-pulled on the host (when ready=false the first
verification with that version will block on a docker pull).
Designed to populate dropdowns on the verify-contract form.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Contract type filter (optional, default: solidity). Only "solidity" is supported today; reserved for future cosmwasm support.
When true, force-refresh the host docker image cache before returning. Otherwise the readiness flags are cached for a short window (~30s).