@ton/sandbox 0.33.0 → 0.34.0-dev.20250619174958.d1637b8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -598,7 +598,7 @@ Configuration may be updated as following:
|
|
|
598
598
|
import { loadConfig, updateConfig } from '@ton/sandbox';
|
|
599
599
|
|
|
600
600
|
const oldConfig = loadConfig(blockchain.config);
|
|
601
|
-
const updatedConfig = updateConfig(
|
|
601
|
+
const updatedConfig = updateConfig(oldConfig, {
|
|
602
602
|
...oldConfig[8],
|
|
603
603
|
anon0: {
|
|
604
604
|
...oldConfig[8].anon0,
|