1- import { Blockchain , BlockchainTransaction , SandboxContract } from '@ton-community /sandbox' ;
2- import { Address , beginCell , Cell , Dictionary , Sender , SendMode , toNano } from 'ton- core' ;
1+ import { Blockchain , BlockchainTransaction , SandboxContract } from '@ton/sandbox' ;
2+ import { Address , beginCell , Cell , Dictionary , Sender , SendMode , toNano } from '@ ton/ core' ;
33import { Opcodes , WalletId , WalletV5 } from '../wrappers/wallet-v5' ;
4- import '@ton-community /test-utils' ;
5- import { compile } from '@ton-community /blueprint' ;
4+ import '@ton/test-utils' ;
5+ import { compile } from '@ton/blueprint' ;
66import { getSecureRandomBytes , KeyPair , keyPairFromSeed , sign } from 'ton-crypto' ;
77import { bufferToBigInt , createMsgInternal , disableConsoleError , packAddress , validUntil } from './utils' ;
88import {
@@ -11,8 +11,8 @@ import {
1111 ActionSendMsg , ActionSetSignatureAuthAllowed ,
1212 packActionsList
1313} from './actions' ;
14- import { TransactionDescriptionGeneric } from 'ton- core/src/types/TransactionDescription' ;
15- import { TransactionComputeVm } from 'ton- core/src/types/TransactionComputePhase' ;
14+ import { TransactionDescriptionGeneric } from '@ ton/ core/src/types/TransactionDescription' ;
15+ import { TransactionComputeVm } from '@ ton/ core/src/types/TransactionComputePhase' ;
1616import { buildBlockchainLibraries , LibraryDeployer } from '../wrappers/library-deployer' ;
1717import { default as config } from './config' ;
1818import { ActionSetCode , ActionSetData } from './test-only-actions' ;
0 commit comments