diff --git a/docs/indexing/overview.md b/docs/indexing/overview.md index 8d8175a..1338701 100644 --- a/docs/indexing/overview.md +++ b/docs/indexing/overview.md @@ -24,7 +24,7 @@ The models below are used for communication between Substreams and Tycho indexer Our indexer expects to receive a `BlockChanges` output from your Substreams package. -{% @github-files/github-code-block url="https://github.com/propeller-heads/propeller-protocol-lib/blob/main/proto/tycho/evm/v1/" %} +{% @github-files/github-code-block url="https://github.com/propeller-heads/propeller-protocol-lib/blob/main/proto/tycho/evm/v1/common.proto" %} Please be aware that changes need to be aggregated on the transaction level, it is considered an error to emit `BlockChanges` with duplicated transactions present in the `changes` attributes. diff --git a/docs/indexing/vm-integration/README.md b/docs/indexing/vm-integration/README.md index e7de893..f12967d 100644 --- a/docs/indexing/vm-integration/README.md +++ b/docs/indexing/vm-integration/README.md @@ -96,4 +96,4 @@ Read our [Substreams README.md](../../../substreams/README.md) for more informat ### Testing -Read the [Substreams testing docs](../../../substreams/README.md#test-your-implementation) for more information on how to test your integration. +Read the [Substreams testing docs](https://github.com/propeller-heads/propeller-venue-lib/blob/main/testing/README.md) for more information on how to test your integration.