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.

61 lines
1.6 KiB

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