Skip to content

Commit

Permalink
chore: update transfer ids in mock
Browse files Browse the repository at this point in the history
  • Loading branch information
AustinWoetzel committed Jun 5, 2024
1 parent 367bf16 commit 13b716f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"transfer_history": {
"txs": [
{
"id": 2209590,
"id": 1234567,
"from": "FROM_ADDRESS",
"sender": "SENDER_ADDRESS",
"receiver": "RECEIVER_ADDRESS",
Expand All @@ -12,7 +12,7 @@
}
},
{
"id": 2200693,
"id": 21345678,
"from": "FROM_ADDRESS",
"sender": "SENDER_ADDRESS",
"receiver": "RECEIVER_ADDRESS",
Expand Down

0 comments on commit 13b716f

Please sign in to comment.