@@ -71,7 +71,7 @@ func TestTonSmoke(t *testing.T) {
7171 connectionPool := liteclient.NewConnectionPool ()
7272
7373 // Get the network configuration from the global config URL
74- cfg , cferr := liteclient.GetConfigFromUrl (t.Context (), bc.NetworkSpecificData . TonGlobalConfigURL )
74+ cfg , cferr := liteclient.GetConfigFromUrl (t.Context (), fmt. Sprintf ( " http:// %s /localhost.global.config.json " , bc.Nodes [ 0 ]. ExternalHTTPUrl ) )
7575 require.NoError (t, cferr, " Failed to get config from URL" )
7676
7777 // Add connections from the config
@@ -130,14 +130,3 @@ MyLocalTon Docker environment comes with several pre-funded wallets that can be
1301306 . Basechain Faucet Highload Wallet (Highload V2, QueryId: 0, Balance: 1 million TON)
131131
132132For the complete list of addresses and mnemonics, refer to the [ MyLocalTon Docker documentation] ( https://github.com/neodix42/mylocalton-docker ) .
133-
134- ## Features of the TON Test Environment
135-
136- - Flexible blockchain startup parametrization
137- - Automated validator participation in elections
138- - Support for 1-6 validators
139- - 20-minute validation cycle (configurable)
140- - Predefined lite-server for client connectivity
141- - Integrated blockchain explorer
142- - TON Index API v2 and v3 engines
143- - Cross-platform support (arm64/amd64)
0 commit comments