Skip to content

Commit 081f288

Browse files
committed
revisions
1 parent 8a79345 commit 081f288

File tree

2 files changed

+14
-13
lines changed

2 files changed

+14
-13
lines changed

website/pages/en/_meta.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ export default {
4141
title: 'Indexing',
4242
},
4343
'operating-graph-node': '',
44+
tap: '',
4445
'chain-integration-overview': '',
4546
'supported-network-requirements': '',
4647
'new-chain-integration': '',

website/pages/en/tap.mdx

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -33,17 +33,17 @@ As long as you run `tap-agent` and `indexer-agent`, everything will be executed
3333

3434
1. An Indexer closes allocation.
3535

36-
2. After,`<recently-closed-allocation-buffer> period, tap-agent` takes all pending receipts for that specific allocation and requests an aggregation into a RAV, marking it as `last`.
36+
2. `<recently-closed-allocation-buffer> period, tap-agent` takes all pending receipts for that specific allocation and requests an aggregation into a RAV, marking it as `last`.
3737

38-
3. `indexer-agent` will take all the last RAVS and send redeem requests to the blockchain, which will update the value of `redeem_at`.
38+
3. `indexer-agent` takes all the last RAVS and sends redeem requests to the blockchain, which will update the value of `redeem_at`.
3939

4040
4. During the `<finality-time>` period, `indexer-agent` monitors if the blockchain has any reorganizations that revert the transaction.
4141

42-
- If it was reverted, the RAV is resent to the blockchain. b. If it was not reverted, it gets marked as `final`.
42+
- If it was reverted, the RAV is resent to the blockchain. If it was not reverted, it gets marked as `final`.
4343

44-
### Blockchain Addresses
44+
## Blockchain Addresses
4545

46-
## Contracts
46+
### Contracts
4747

4848
| Contract | Arbitrum Sepolia | Arbitrum Mainnet |
4949
| ------------------- | ------------------------------------------ | ------------------------------------------ |
@@ -52,7 +52,7 @@ As long as you run `tap-agent` and `indexer-agent`, everything will be executed
5252
| AllocationIDTracker | 0xAaC28a10d707bbc6e02029f1bfDAEB5084b2aD11 | 0x5B2F33d7Ca6Ec88f5586f2528f58c20843D9FE7c |
5353
| Escrow | 0x1e4dC4f9F95E102635D8F7ED71c5CdbFa20e2d02 | 0x8f477709eF277d4A880801D01A140a9CF88bA0d3 |
5454

55-
## Gateway
55+
### Gateway
5656

5757
| Component | Edge and Node (Testnet) | Edge and Node Mainnet (42161) |
5858
| --- | --- | --- |
@@ -165,8 +165,8 @@ max_amount_willing_to_lose_grt = 20
165165

166166
Notes:
167167

168-
- Values for `tap.sender_aggregator_endpoints` can be found in the [[#Gateway]] section.
169-
- Value for `blockchain.receipts_verifier_address` must be used accordingly to the [[#Blockchain addresses]] section using the appropriate chain id.
168+
- Values for `tap.sender_aggregator_endpoints` can be found in the [gateway section](/tap/#gateway).
169+
- Values for `blockchain.receipts_verifier_address` must be used accordingly to the [Blockchain addresses section](/tap/#contracts) using the appropriate chain id.
170170

171171
### Running
172172

@@ -176,14 +176,14 @@ Notes:
176176
| indexer-agent | PR #995 | [indexer-agent](https://github.com/graphprotocol/indexer/pkgs/container/indexer-agent/266166026?tag=sha-d98cf80) |
177177
| tap-agent | v1.0.0-rc.6 | [tap-agent](https://github.com/graphprotocol/indexer-rs/pkgs/container/indexer-tap-agent/264320547?tag=1.0.0-rc.6) |
178178

179-
Command argument
179+
**Command argument**
180180

181-
With a configuration file `config.toml` setup, you can either run the following docker-image or else use the config args: `--config/path/to/config.toml`
181+
With a configuration file `config.toml` setup, you can either run the following docker-image or use the config args: `--config/path/to/config.toml`
182182

183-
Log Level
183+
**Log Level**
184184

185-
- You can set the log level by using the RUST_LOG environment variable.
186-
- It’s recommended that you set it to RUST_LOG=indexer_tap_agent=debug,info
185+
- You can set the log level by using the `RUST_LOG` environment variable.
186+
- It’s recommended that you set it to `RUST_LOG=indexer_tap_agent=debug,info`.
187187

188188
## Monitoring
189189

0 commit comments

Comments
 (0)