└── config.json /config.json: -------------------------------------------------------------------------------- 1 | { 2 | "backends": ["https://ton-source-prod-1.herokuapp.com","https://ton-source-prod-2.herokuapp.com","https://ton-source-prod-3.herokuapp.com"], 3 | "backendsTestnet": ["https://ton-source-prod-testnet-1.herokuapp.com"], 4 | "funcVersions": ["0.4.6-wasmfix.0", "0.4.6", "0.4.5", "0.4.4", "0.4.3", "0.4.2", "0.4.1", "0.4.0", "0.3.0", "0.2.0"], 5 | "tactVersions": ["1.6.13", "1.6.12", "1.6.11", "1.6.10", "1.6.7", "1.6.6", "1.6.5", "1.6.4", "1.6.3", "1.6.2", "1.5.4", "1.5.3", "1.5.2", "1.5.1", "1.5.0", "1.4.4", "1.4.3", "1.4.2", "1.4.1", "1.4.0", "1.3.1", "1.3.0", "1.2.0", "1.1.5", "1.1.4", "1.1.3", "1.1.2", "1.1.1", "1.1.0", "1.0.0"], 6 | "tolkVersions": ["0.12.0"] 7 | } 8 | --------------------------------------------------------------------------------