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": "kQAvIKE3SXqBVFVm7n-B_dWCiJEMzGsZubdM6KSjmKUjfdqx", |
|
"type": "internal", |
|
"value": 1200000000n, |
|
}, |
|
"type": "received", |
|
}, |
|
{ |
|
"gasUsed": 31793n, |
|
"type": "processed", |
|
}, |
|
{ |
|
"messages": [ |
|
{ |
|
"body": { |
|
"cell": "x{B3FCF4C12_}", |
|
"type": "cell", |
|
}, |
|
"bounce": false, |
|
"from": "kQAvIKE3SXqBVFVm7n-B_dWCiJEMzGsZubdM6KSjmKUjfdqx", |
|
"to": "kQDZZaNqE7XxaQofxheKTzH3r_5VsKq0v-AacCBfKJpVnhV6", |
|
"type": "internal", |
|
"value": 11365000n, |
|
}, |
|
], |
|
"type": "sent", |
|
}, |
|
{ |
|
"messages": [ |
|
{ |
|
"body": { |
|
"cell": "x{178D4519000000000000000043B9ACA008005E41426E92F502A8AACDDCFF03FBAB0511221998D633736E99D14947314A46FB00023EDC525573FCB04AE638BEAD1B62BCD1ED2E0E721E32EDB4D4FE2E722CE07702_} |
|
x{80000000000000000000000000000000000000000000000000000000000000002006CB2D1B509DAF8B4850FE30BC52798FBD7FF2AD8555A5FF00D38102F944D2ACF4_}", |
|
"type": "cell", |
|
}, |
|
"bounce": false, |
|
"from": "kQAvIKE3SXqBVFVm7n-B_dWCiJEMzGsZubdM6KSjmKUjfdqx", |
|
"to": "kQCYHPl_7VmiHpjZoVX0zEce5MDyg6VkYw-1HxUVzAFjOKZZ", |
|
"type": "internal", |
|
"value": 42293000n, |
|
}, |
|
], |
|
"type": "sent", |
|
}, |
|
] |
|
`;
|
|
|