From 168c8b5e2ae28c5c4a0006da46c61a664a7f6385 Mon Sep 17 00:00:00 2001 From: Guspan Tanadi <36249910+guspan-tanadi@users.noreply.github.com> Date: Fri, 7 Feb 2025 07:20:05 +0700 Subject: [PATCH 1/2] docs(user-ops-indexer): section links account abstraction --- user-ops-indexer/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user-ops-indexer/README.md b/user-ops-indexer/README.md index 18d5cb4c0..7fdbe0bd0 100644 --- a/user-ops-indexer/README.md +++ b/user-ops-indexer/README.md @@ -25,7 +25,7 @@ No additional dependencies ### Production Set the following ENVs on the Blockscout -instance ([configuration](https://github.com/blockscout/docs/blob/master/for-developers/information-and-settings/env-variables.md#blockscout-account-abstraction)): +instance ([configuration](https://github.com/blockscout/docs/blob/master/setup/env-variables/backend-envs-integrations.md#blockscout-account-abstraction)): * `MICROSERVICE_ACCOUNT_ABSTRACTION_ENABLED=true` * `MICROSERVICE_ACCOUNT_ABSTRACTION_URL={service_url}` From 33059ed8219625afb50abd2bba5471a39bde46e7 Mon Sep 17 00:00:00 2001 From: Guspan Tanadi <36249910+guspan-tanadi@users.noreply.github.com> Date: Fri, 7 Feb 2025 07:30:34 +0700 Subject: [PATCH 2/2] docs(blockscout-ens/graph-node/subgraph-writer): path section links --- blockscout-ens/graph-node/subgraph-writer/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blockscout-ens/graph-node/subgraph-writer/README.md b/blockscout-ens/graph-node/subgraph-writer/README.md index 7b25f7684..d262a84c8 100644 --- a/blockscout-ens/graph-node/subgraph-writer/README.md +++ b/blockscout-ens/graph-node/subgraph-writer/README.md @@ -40,7 +40,7 @@ You can take a look at that subgraph and understand structure of our project mor In case of any error, adjust typescript code of subgraph. Also make sure subgraph handles events properly. -1. Write your mappings: read [official subgraph guide](https://thegraph.com/docs/en/developing/creating-a-subgraph/#writing-mappings). You have to handle events of your protocol properly in order to index all blockchain data. You can use default mapping from generated template, however make sure that code is written correctly. +1. Write your mappings: read [official subgraph guide](https://thegraph.com/docs/en/subgraphs/developing/creating/assemblyscript-mappings/#writing-mappings). You have to handle events of your protocol properly in order to index all blockchain data. You can use default mapping from generated template, however make sure that code is written correctly. 1. Run default tests that will check name hashing logic