Commit 88f06cb3 authored by tom's avatar tom

remove tx hash from tests

parent 568d94e9
...@@ -21,7 +21,7 @@ export const baseResponse: AddressCoinBalanceHistoryResponse = { ...@@ -21,7 +21,7 @@ export const baseResponse: AddressCoinBalanceHistoryResponse = {
block_number: 30367234, block_number: 30367234,
block_timestamp: '2022-10-01T17:55:20Z', block_timestamp: '2022-10-01T17:55:20Z',
delta: '1933020674364000', delta: '1933020674364000',
transaction_hash: '0x62d597ebcf3e8d60096dd0363bc2f0f5e2df27ba1dacd696c51aa7c9409f3193', transaction_hash: null,
value: '10143933697708939226', value: '10143933697708939226',
}, },
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment