Skip to content

Commit

Permalink
feat(app): show transfer traces and token details (#3518)
Browse files Browse the repository at this point in the history
  • Loading branch information
cor authored Jan 15, 2025
2 parents 1d457de + ec58065 commit e03f81b
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions app/src/lib/graphql/queries/transfer-details.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,42 @@ export const transfersBySourceHashBaseQueryDocument = graphql(/* GraphQL */ `
destination_connection_id
destination_channel_id
base_token
base_token_details {
decimals
denom
display_name
display_symbol
gas_token
logo_uri
origin
unwrapped_denom
}
base_token_name
base_token_symbol
base_amount
quote_amount
quote_token
quote_token_details {
decimals
denom
display_name
display_symbol
gas_token
logo_uri
origin
unwrapped_denom
}
traces {
type
height
block_hash
timestamp
transaction_hash
chain {
chain_id
}
}
# tokens {
# denom
Expand Down

0 comments on commit e03f81b

Please sign in to comment.