Skip to content

Commit

Permalink
Update api.mdx (graphprotocol#719)
Browse files Browse the repository at this point in the history
Updates the link to the latest commit to the updated test for complex encoding and decoding ethereum abi.

The current linked commit is not a correct example and no longer exists in the repository
  • Loading branch information
coreyar authored Jun 28, 2024
1 parent b964acd commit ebe269e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/pages/en/developing/graph-ts/api.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -534,7 +534,7 @@ For more information:

- [ABI Spec](https://docs.soliditylang.org/en/v0.7.4/abi-spec.html#types)
- Encoding/decoding [Rust library/CLI](https://github.com/rust-ethereum/ethabi)
- More [complex example](https://github.com/graphprotocol/graph-node/blob/6a7806cc465949ebb9e5b8269eeb763857797efc/tests/integration-tests/host-exports/src/mapping.ts#L72).
- More [complex example](https://github.com/graphprotocol/graph-node/blob/08da7cb46ddc8c09f448c5ea4b210c9021ea05ad/tests/integration-tests/host-exports/src/mapping.ts#L86).

#### Balance of an Address

Expand Down

0 comments on commit ebe269e

Please sign in to comment.