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.5 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": "kQCM9AmnDVgUtUtKjTYQmBC1nKt5dR8EsRWQvtvzNws01ZJu",
"type": "internal",
2 years ago
"value": 1200000000n,
},
"type": "received",
},
{
2 years ago
"gasUsed": 36303n,
"type": "processed",
},
{
"messages": [
{
"body": {
2 years ago
"cell": "x{B3FCF4C12_}",
"type": "cell",
},
"bounce": false,
2 years ago
"from": "kQCM9AmnDVgUtUtKjTYQmBC1nKt5dR8EsRWQvtvzNws01ZJu",
"to": "kQB2vHcaIyjKkO_JMeWRZ8QN_zBjgfX7OHflzG9vrE3cUH-F",
"type": "internal",
2 years ago
"value": 13474000n,
},
],
"type": "sent",
},
{
"messages": [
{
"body": {
2 years ago
"cell": "x{178D4519000000000000000043B9ACA0080119E8134E1AB0296A96951A6C2130216B3956F2EA3E09622B217DB7E66E1669AB00023EDC525573FCB04AE638BEAD1B62BCD1ED2E0E721E32EDB4D4FE2E722CE07702_}
x{800ED78EE3446519521DF9263CB22CF881BFE60C703EBF670EFCB98DEDF589BB8A1_}",
"type": "cell",
},
"bounce": false,
2 years ago
"from": "kQCM9AmnDVgUtUtKjTYQmBC1nKt5dR8EsRWQvtvzNws01ZJu",
"to": "kQCs7NEVQDI566FHvxACpYud6bZ40nPH4s_v39XOEbexYPMS",
"type": "internal",
2 years ago
"value": 21584000n,
},
],
"type": "sent",
},
]
`;