Skip to content

Commit

Permalink
try importing ton/core
Browse files Browse the repository at this point in the history
  • Loading branch information
fabcotech committed Jul 9, 2024
1 parent afbcfb0 commit 503cca4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@ton/sandbox": "^0.19.0",
"@ton/test-utils": "^0.4.2",
"@ton/ton": "^13.11.1",
"@ton/core": "^0.56.3",
"@ton/core": "^0.56.0",
"@types/jest": "^29.5.12",
"@types/node": "^20.12.12",
"@typescript-eslint/eslint-plugin": "^7.11.0",
Expand Down
1 change: 1 addition & 0 deletions tests/TenThousandsTransfers.spec.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import '@ton/core';
import { Blockchain, SandboxContract, TreasuryContract } from '@ton/sandbox';
import '@ton/test-utils';

Expand Down

0 comments on commit 503cca4

Please sign in to comment.