You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
60 lines
1.6 KiB
60 lines
1.6 KiB
// Jest Snapshot v1, https://goo.gl/fbAQLP |
|
|
|
exports[`jetton should deploy and deposit the wallet with the correct sum of money 1`] = ` |
|
[ |
|
{ |
|
"type": "deploy", |
|
}, |
|
{ |
|
"message": { |
|
"body": { |
|
"cell": "x{21EEB60743B9ACA00}", |
|
"type": "cell", |
|
}, |
|
"bounce": true, |
|
"from": "kQAI-3FJVc_ywSuY4vq0bYrzR7S4Och4y7bTU_i5yLOB3A6P", |
|
"to": "kQC21U5V6OpVNUMgmbDF89Gv4-nNbCQraGZW6CyNxjZ54mIG", |
|
"type": "internal", |
|
"value": 1200000000n, |
|
}, |
|
"type": "received", |
|
}, |
|
{ |
|
"gasUsed": 37309n, |
|
"type": "processed", |
|
}, |
|
{ |
|
"messages": [ |
|
{ |
|
"body": { |
|
"cell": "x{B3FCF4C12_}", |
|
"type": "cell", |
|
}, |
|
"bounce": false, |
|
"from": "kQC21U5V6OpVNUMgmbDF89Gv4-nNbCQraGZW6CyNxjZ54mIG", |
|
"to": "kQBX5jl-CCnwNVNcNfQEr5mWWfNCD7wLX88zZLoP6HgwGPXa", |
|
"type": "internal", |
|
"value": 13474000n, |
|
}, |
|
], |
|
"type": "sent", |
|
}, |
|
{ |
|
"messages": [ |
|
{ |
|
"body": { |
|
"cell": "x{178D4519000000000000000043B9ACA008016DAA9CABD1D4AA6A864133618BE7A35FC7D39AD84856D0CCADD0591B8C6CF3C500023EDC525573FCB04AE638BEAD1B62BCD1ED2E0E721E32EDB4D4FE2E722CE07702_} |
|
x{80000000000000000000000000000000000000000000000000000000000000002002BF31CBF0414F81AA9AE1AFA0257CCCB2CF9A107DE05AFE799B25D07F43C180C4_}", |
|
"type": "cell", |
|
}, |
|
"bounce": false, |
|
"from": "kQC21U5V6OpVNUMgmbDF89Gv4-nNbCQraGZW6CyNxjZ54mIG", |
|
"to": "kQCIAtWss1aC4r_RS9uo0BqWrfh2tc-AhjmJAY_eXbQ5ALyd", |
|
"type": "internal", |
|
"value": 30513000n, |
|
}, |
|
], |
|
"type": "sent", |
|
}, |
|
] |
|
`;
|
|
|