Skip to content

Commit f538393

Browse files
committed
fix: refine TON toml
1 parent 39cf623 commit f538393

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@ The genesis container supports additional environment variables that can be conf
2020
type = "ton"
2121
image = "ghcr.io/neodix42/mylocalton-docker:latest"
2222
port = "8000"
23-
custom_env = { VERSION_CAPABILITIES = "11" }
23+
24+
[blockchain_a.custom_env]
25+
VERSION_CAPABILITIES = "11"
2426
```
2527

2628
The custom_env parameters will override the default genesis container environment variables, allowing you to customize blockchain configuration as needed.

framework/examples/myproject/smoke_ton.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,6 @@
22
type = "ton"
33
image = "ghcr.io/neodix42/mylocalton-docker:latest"
44
port = "8000"
5-
custom_env = { VERSION_CAPABILITIES = "11" }
5+
6+
[blockchain_a.custom_env]
7+
VERSION_CAPABILITIES = "11"

0 commit comments

Comments
 (0)