Skip to content

Commit

Permalink
Merge pull request #214 from tonkeeper/fix-tests-with-jettons
Browse files Browse the repository at this point in the history
Fix jetton tests
  • Loading branch information
mr-tron authored Oct 9, 2023
2 parents 78463bc + 92b9954 commit 2a450fd
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pkg/api/testdata/jetton-balances.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"balance": "21880005575",
"wallet_address": {
"address": "0:45a56e69d822975b5d00843ddb2970ef0ce006644a711e00785216ecf27bc618",
"is_scam": false
"is_scam": false,
"is_wallet": false
},
"jetton": {
"address": "0:beb5d4638e860ccf7317296e298fde5b35982f4725b0676dc98b1de987b82ebc",
Expand All @@ -19,7 +20,8 @@
"balance": "10319637719670",
"wallet_address": {
"address": "0:984699bd7a3994e09ae6de5d94d0a707c9cc544b0a085cc567edae37288f2568",
"is_scam": false
"is_scam": false,
"is_wallet": false
},
"jetton": {
"address": "0:65de083a0007638233b6668354e50e44cd4225f1730d66b8b1f19e5d26690751",
Expand Down

0 comments on commit 2a450fd

Please sign in to comment.