Skip to content

Commit

Permalink
test values update
Browse files Browse the repository at this point in the history
  • Loading branch information
alyn509 committed Sep 12, 2023
1 parent 68c41a4 commit b844063
Show file tree
Hide file tree
Showing 9 changed files with 14 additions and 22 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@
"storage": {}
},
"address:acc2": {
"nonce": "6",
"nonce": "7",
"balance": "1,000,000",
"esdt": {
"str:CASHTOKEN-123456": "50"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@
"storage": {}
},
"address:acc2": {
"nonce": "2",
"nonce": "3",
"balance": "999,990",
"esdt": {
"str:CASHTOKEN-123456": "50"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
"storage": {}
},
"address:acc2": {
"nonce": "7",
"nonce": "8",
"balance": "1,000,000",
"esdt": {
"str:CASHTOKEN-123456": "50"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@
"storage": {}
},
"address:acc2": {
"nonce": "6",
"nonce": "7",
"balance": "999,000",
"esdt": {
"str:CASHTOKEN-123456": "50",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@
"storage": {}
},
"address:acc2": {
"nonce": "7",
"nonce": "8",
"balance": "997,000",
"esdt": {
"str:CASHTOKEN-123456": "50"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -253,16 +253,8 @@
"to": "sc:the_digital_cash_contract",
"esdtValue": [
{
"tokenIdentifier": "str:CASHTOKEN-112233",
"value": "50"
},
{
"tokenIdentifier": "str:CASHTOKEN-445566",
"value": "50"
},
{
"tokenIdentifier": "str:CASHTOKEN-778899",
"value": "50"
"tokenIdentifier": "str:CASHTOKEN-123456",
"value": "10"
}
],
"function": "fund",
Expand Down Expand Up @@ -432,7 +424,7 @@
"storage": {}
},
"address:acc2": {
"nonce": "2",
"nonce": "3",
"balance": "999,000",
"esdt": {
"str:CASHTOKEN-123456": "50"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
"storage": {}
},
"address:acc2": {
"nonce": "2",
"nonce": "3",
"balance": "999,000",
"esdt": {
"str:CASHTOKEN-123456": "50"
Expand Down Expand Up @@ -206,7 +206,7 @@
"storage": {}
},
"address:acc2": {
"nonce": "2",
"nonce": "3",
"balance": "999,000",
"esdt": {
"str:CASHTOKEN-123456": "50"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
"storage": {}
},
"address:acc2": {
"nonce": "3",
"nonce": "4",
"balance": "999,000",
"esdt": {
"str:CASHTOKEN-123456": "50"
Expand Down Expand Up @@ -205,7 +205,7 @@
"storage": {}
},
"address:acc2": {
"nonce": "5",
"nonce": "6",
"balance": "1,000,000",
"esdt": {
"str:CASHTOKEN-123456": "100"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
"storage": {}
},
"address:acc2": {
"nonce": "3",
"nonce": "4",
"balance": "999,000",
"esdt": {
"str:CASHTOKEN-123456": "50"
Expand Down Expand Up @@ -203,7 +203,7 @@
"storage": {}
},
"address:acc2": {
"nonce": "5",
"nonce": "6",
"balance": "999,000",
"esdt": {
"str:CASHTOKEN-123456": "50"
Expand Down

0 comments on commit b844063

Please sign in to comment.