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.
30 lines
629 B
30 lines
629 B
2 years ago
|
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
||
|
|
||
|
exports[`jetton should deploy 1`] = `
|
||
|
[
|
||
|
{
|
||
|
"type": "deploy",
|
||
|
},
|
||
|
{
|
||
|
"message": {
|
||
|
"body": {
|
||
|
"cell": "x{8999B1640000000000000000000000000000000000000000000000000001C6BF526340004_}",
|
||
|
"type": "cell",
|
||
|
},
|
||
|
"bounce": true,
|
||
|
"from": "kQAI-3FJVc_ywSuY4vq0bYrzR7S4Och4y7bTU_i5yLOB3A6P",
|
||
|
"to": "kQCrEWck7tGRuwnumilB-HRzp2v-IxRzWG4Lw0mP_VYl72fg",
|
||
|
"type": "internal",
|
||
|
"value": 1000000000n,
|
||
|
},
|
||
|
"type": "received",
|
||
|
},
|
||
|
{
|
||
|
"gasUsed": 22165n,
|
||
|
"type": "processed",
|
||
|
},
|
||
|
]
|
||
|
`;
|
||
|
|
||
|
exports[`jetton should deploy 2`] = `[]`;
|