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": "kQBvwIQdhyi7sgezjikEBunv00MZvrP3rVPifHhOJqmJAvYq", |
|
"type": "internal", |
|
"value": 1200000000n, |
|
}, |
|
"type": "received", |
|
}, |
|
{ |
|
"gasUsed": 31768n, |
|
"type": "processed", |
|
}, |
|
{ |
|
"messages": [ |
|
{ |
|
"body": { |
|
"cell": "x{B3FCF4C12_}", |
|
"type": "cell", |
|
}, |
|
"bounce": false, |
|
"from": "kQBvwIQdhyi7sgezjikEBunv00MZvrP3rVPifHhOJqmJAvYq", |
|
"to": "kQAXvQx5G-trrAjtFVR0nXB8G-6sbR4B5dYUe7tCPrx4A3CO", |
|
"type": "internal", |
|
"value": 11365000n, |
|
}, |
|
], |
|
"type": "sent", |
|
}, |
|
{ |
|
"messages": [ |
|
{ |
|
"body": { |
|
"cell": "x{178D4519000000000000000043B9ACA00800DF81083B0E5177640F671C52080DD3DFA686337D67EF5AA7C4F8F09C4D53120500023EDC525573FCB04AE638BEAD1B62BCD1ED2E0E721E32EDB4D4FE2E722CE07702_} |
|
x{80000000000000000000000000000000000000000000000000000000000000002000BDE863C8DF5B5D604768AAA3A4EB83E0DF756368F00F2EB0A3DDDA11F5E3C01C_}", |
|
"type": "cell", |
|
}, |
|
"bounce": false, |
|
"from": "kQBvwIQdhyi7sgezjikEBunv00MZvrP3rVPifHhOJqmJAvYq", |
|
"to": "kQAKmw3UOWRVLND774ZJhBWT20MKLWdpluTN3dv7Q2tYdaFp", |
|
"type": "internal", |
|
"value": 28081000n, |
|
}, |
|
], |
|
"type": "sent", |
|
}, |
|
] |
|
`;
|
|
|