We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5205196 commit 1fb582bCopy full SHA for 1fb582b
book/src/framework/components/blockchains/ton.md
@@ -6,18 +6,8 @@ TON (The Open Network) support in the framework utilizes MyLocalTon Docker Compo
6
7
```toml
8
[blockchain_a]
9
- type = "ton"
10
- # By default uses MyLocalTon Docker Compose file
11
- docker_compose_file_url = "https://raw.githubusercontent.com/neodix42/mylocalton-docker/main/docker-compose.yaml"
12
- # Optional: Specify only core services needed for testing (useful in CI environments)
13
- ton_core_services = [
14
- "genesis",
15
- "tonhttpapi",
16
- "event-cache",
17
- "index-postgres",
18
- "index-worker",
19
- "index-api"
20
- ]
+ type = "ton"
+ image = "ghcr.io/neodix42/mylocalton-docker:latest"
21
```
22
23
## Default Ports
0 commit comments