Skip to content

Commit 076c3be

Browse files
committed
Run Prettier
1 parent 797af5c commit 076c3be

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

website/pages/en/tap.mdx

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,10 @@ As long as you run `tap-agent` and `indexer-agent`, everything will be executed
5353

5454
### Gateway
5555

56-
| Component | Edge and Node Mainnet (Arbitrum Sepolia) | Edge and Node Testnet (Aribtrum Mainnet) |
57-
| --- | --- | --- |
58-
| Sender | `0xDDE4cfFd3D9052A9cb618fC05a1Cd02be1f2F467` | `0xC3dDf37906724732FfD748057FEBe23379b0710D` |
59-
| Signers | `0xfF4B7A5EfD00Ff2EC3518D4F250A27e4c29A2211` | `0xFb142dE83E261e43a81e9ACEADd1c66A0DB121FE` |
56+
| Component | Edge and Node Mainnet (Arbitrum Sepolia) | Edge and Node Testnet (Aribtrum Mainnet) |
57+
| ---------- | --------------------------------------------- | --------------------------------------------- |
58+
| Sender | `0xDDE4cfFd3D9052A9cb618fC05a1Cd02be1f2F467` | `0xC3dDf37906724732FfD748057FEBe23379b0710D` |
59+
| Signers | `0xfF4B7A5EfD00Ff2EC3518D4F250A27e4c29A2211` | `0xFb142dE83E261e43a81e9ACEADd1c66A0DB121FE` |
6060
| Aggregator | `https://tap-aggregator.network.thegraph.com` | `https://tap-aggregator.testnet.thegraph.com` |
6161

6262
### Requirements
@@ -66,7 +66,7 @@ In addition to the typical requirements to run an indexer, you’ll need a `tap-
6666
- [Graph TAP Aribtrum Sepolia subgraph (for The Graph testnet)](https://thegraph.com/explorer/subgraphs/7ubx365MiqBH5iUz6XWXWT8PTof5BVAyEzdb8m17RvbD)
6767
- [Graph TAP Arbitrum One subgraph (for The Graph mainnet)](https://thegraph.com/explorer/subgraphs/4sukbNVTzGELnhdnpyPqsf1QqtzNHEYKKmJkgaT8z6M1)
6868

69-
> Note: `indexer-agent` does not currently handle the indexing of this subgraph like it does for the network subgraph deployement. As a result, you have to index it manually.
69+
> Note: `indexer-agent` does not currently handle the indexing of this subgraph like it does for the network subgraph deployement. As a result, you have to index it manually.
7070
7171
## Migration Guide
7272

@@ -87,16 +87,14 @@ In addition to the typical requirements to run an indexer, you’ll need a `tap-
8787

8888
2. **Indexer Service**
8989

90-
- Fully replace your current configuration with the [new Indexer Service rs](https://github.com/graphprotocol/indexer-rs). It's recommend that you use the
91-
[container image](https://github.com/orgs/graphprotocol/packages?repo_name=indexer-rs).
90+
- Fully replace your current configuration with the [new Indexer Service rs](https://github.com/graphprotocol/indexer-rs). It's recommend that you use the [container image](https://github.com/orgs/graphprotocol/packages?repo_name=indexer-rs).
9291
- Like the older version, you can scale Indexer Service horizontally easily. It is still stateless.
9392

9493
3. **TAP Agent**
9594

96-
- Run *one* single instance of [TAP Agent](https://github.com/graphprotocol/indexer-rs) at all times. It's recommend that you use the
97-
[container image](https://github.com/orgs/graphprotocol/packages?repo_name=indexer-rs).
95+
- Run _one_ single instance of [TAP Agent](https://github.com/graphprotocol/indexer-rs) at all times. It's recommend that you use the [container image](https://github.com/orgs/graphprotocol/packages?repo_name=indexer-rs).
9896

99-
3. **Configure Indexer Service and TAP Agent**
97+
4. **Configure Indexer Service and TAP Agent**
10098

10199
Configuration is a TOML file shared between `indexer-service` and `tap-agent`, supplied with the argument `--config /path/to/config.toml`.
102100

0 commit comments

Comments
 (0)