Skip to content

Commit

Permalink
docs(integrations): fix broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
ayenesimo1i authored Jan 22, 2025
1 parent 74dd5d7 commit 340fc7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/content/docs/integrations/api/graphql.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ The following definitions are used across the schema and documentation:

- `source`: The chain or rollup where the packet is sent from, often prefixed such as `source_timestamp` or `source_transaction_hash`.
- `destination`: The chain or roll-up that receives the packet.
- `sender`: the contract or [EOA](https://ethereum.org/en/developers/accounts/) that made the transfer.
- `receiver`: the contract or [EOA](https://ethereum.org/en/developers/accounts/) that received the transfer.
- `sender`: the contract or [EOA](https://ethereum.org/en/developers/docs/accounts/) that made the transfer.
- `receiver`: the contract or [EOA](https://ethereum.org/en/developers/docs/accounts/) that received the transfer.

## Queries

Expand Down

0 comments on commit 340fc7c

Please sign in to comment.