@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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. 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(blockchain.config, {
601
+ const updatedConfig = updateConfig(oldConfig, {
602
602
  ...oldConfig[8],
603
603
  anon0: {
604
604
  ...oldConfig[8].anon0,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ton/sandbox",
3
- "version": "0.33.0",
3
+ "version": "0.34.0-dev.20250619174958.d1637b8",
4
4
  "description": "TON transaction emulator",
5
5
  "main": "dist/index.js",
6
6
  "license": "MIT",