@ton/sandbox 0.36.0 → 0.37.0-dev.20250818164950.6ffad93

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.
@@ -27,6 +27,7 @@ function senderArgsToMessageRelaxed(args) {
27
27
  * @class TreasuryContract is a Wallet alternative. For additional information see {@link Blockchain#treasury}
28
28
  */
29
29
  class TreasuryContract {
30
+ // treasury.fc
30
31
  static code = core_1.Cell.fromBase64('te6cckEBBAEARQABFP8A9KQT9LzyyAsBAgEgAwIAWvLT/+1E0NP/0RK68qL0BNH4AH+OFiGAEPR4b6UgmALTB9QwAfsAkTLiAbPmWwAE0jD+omUe');
31
32
  static create(workchain, subwalletId) {
32
33
  return new TreasuryContract(workchain, subwalletId);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ton/sandbox",
3
- "version": "0.36.0",
3
+ "version": "0.37.0-dev.20250818164950.6ffad93",
4
4
  "description": "TON transaction emulator",
5
5
  "main": "dist/index.js",
6
6
  "license": "MIT",