Caution
This verifier version is deprecated. Please use the new verifier instead.
The previous configuration is preserved in config-old.json for archival purposes only. Do not use its verifier endpoints.
Central configuration file for TON contract verification infrastructure.
This configuration is consumed by various TON ecosystem tools:
The following projects use this config to dynamically load available FunC, Tact, and Tolk compiler versions without requiring code updates:
- ton-blockchain/verifier — Web UI for contract verification
- ton-community/contract-verifier-backend — Backend verification service
The following projects fetch backend endpoints for source code submission and verification:
- ton-org/blueprint — Development framework CLI (
npx blueprint verify) - tact-lang/tact-deployer — Tact contract deployment tool