Skip to content

Commit

Permalink
Add mock data for transaction table tests
Browse files Browse the repository at this point in the history
  • Loading branch information
kkosiorowska committed Jan 15, 2024
1 parent 726d77d commit c04379d
Showing 1 changed file with 22 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,26 @@ export const TRANSACTIONS: StakeHistory[] = [
status: 0,
},
},
{
callTx: {
timestamp: 1700608973,
action: "unstake",
asset: "stBTC",
amount: 32.1,
account: "2MsjRekULh27YSM17p8gSNkVvbXw6wc4kcZ",
txHash:
"925c8910775c1842fbcfee782104d0d9934dde6f0ca00d393858fcbe8ac90eb7",
status: 0,
},
receiptTx: {
timestamp: 1700608973,
action: "receive",
asset: "BTC",
amount: 32.1,
account: "0x208e94d5661a73360d9387d3ca169e5c130090cd",
txHash:
"0xf612b8999e765f9631c5e32a9f424a097936da1c527953e78dc8da20f65bc3ee",
status: 0,
},
},
]

0 comments on commit c04379d

Please sign in to comment.