Skip to content

Commit

Permalink
Readme fixed (#61)
Browse files Browse the repository at this point in the history
  • Loading branch information
bgodlin authored Jan 18, 2024
1 parent ecb6b6c commit 1cf8aa6
Showing 1 changed file with 13 additions and 16 deletions.
29 changes: 13 additions & 16 deletions Multi-Chain/kava-evm-cosmos-multi-chain/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,33 +40,30 @@ For this project, you can try to query with the following GraphQL code to get a

```graphql
query {
transactions {
cosmosTransfers(first: 1) {
nodes {
id
value
to
from
contractAddress
blockHeight
txHash
fromAddressId
toAddressId
amount
denomination
}
}
approvals {
eVMTransfers(first: 1) {
nodes {
id
value
owner
spender
contractAddress
fromId
contractAddressId
}
}
transfers {
addresses(first: 1) {
nodes {
id
blockHeight
txHash
fromAddress
toAddress
amount
denomination
cosmosAddress
evmAddress
}
}
}
Expand Down

0 comments on commit 1cf8aa6

Please sign in to comment.