Skip to content

Commit 1fb582b

Browse files
committed
update docs
1 parent 5205196 commit 1fb582b

File tree

1 file changed

+2
-12
lines changed
  • book/src/framework/components/blockchains

1 file changed

+2
-12
lines changed

book/src/framework/components/blockchains/ton.md

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,8 @@ TON (The Open Network) support in the framework utilizes MyLocalTon Docker Compo
66

77
```toml
88
[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-
]
9+
type = "ton"
10+
image = "ghcr.io/neodix42/mylocalton-docker:latest"
2111
```
2212

2313
## Default Ports

0 commit comments

Comments
 (0)