Skip to content

Commit 6a41c6d

Browse files
committed
docs(tap): add Horizon contract addresses
- Add TAP Verifier, Subgraph Service, and Escrow contract addresses - Update config example to use Horizon V2 addresses - Include both mainnet and testnet addresses
1 parent bef45c8 commit 6a41c6d

File tree

1 file changed

+15
-3
lines changed
  • website/src/pages/en/indexing

1 file changed

+15
-3
lines changed

website/src/pages/en/indexing/tap.mdx

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,17 @@ RAV redemption is fully automated when running `indexer-tap-agent` and `indexer-
4444
- Reverted transactions are resubmitted
4545
- Confirmed transactions are marked `final`
4646

47-
## Gateway Addresses
47+
## Blockchain Addresses
48+
49+
### Contracts
50+
51+
| Contract | Arbitrum Mainnet (42161) | Arbitrum Sepolia (421614) |
52+
| ----------------- | -------------------------------------------- | -------------------------------------------- |
53+
| TAP Verifier | `0x8f69F5C07477Ac46FBc491B1E6D91E2be0111A9e` | `0x382863e7B662027117449bd2c49285582bbBd21B` |
54+
| Subgraph Service | `0xb2Bb92d0DE618878E438b55D5846cfecD9301105` | `0xc24A3dAC5d06d771f657A48B20cE1a671B78f26b` |
55+
| TAP Escrow | `0x8f477709eF277d4A880801D01A140a9CF88bA0d3` | `0x1e4dC4f9F95E102635D8F7ED71c5CdbFa20e2d02` |
56+
57+
### Gateway
4858

4959
| Component | Arbitrum Mainnet | Arbitrum Sepolia (Testnet) |
5060
| ---------- | --------------------------------------------- | --------------------------------------------- |
@@ -109,11 +119,13 @@ query_url = "https://api.thegraph.com/subgraphs/name/graphprotocol/graph-network
109119

110120
[blockchain]
111121
chain_id = 42161
112-
receipts_verifier_address = "0x33f9E93266ce0E108fc85DdE2f71dab555A0F05a"
122+
receipts_verifier_address = "0x8f69F5C07477Ac46FBc491B1E6D91E2be0111A9e"
123+
subgraph_service_address = "0xb2Bb92d0DE618878E438b55D5846cfecD9301105"
113124

114125
# For testnet:
115126
# chain_id = 421614
116-
# receipts_verifier_address = "0xfC24cE7a4428A6B89B52645243662A02BA734ECF"
127+
# receipts_verifier_address = "0x382863e7B662027117449bd2c49285582bbBd21B"
128+
# subgraph_service_address = "0xc24A3dAC5d06d771f657A48B20cE1a671B78f26b"
117129

118130
[tap]
119131
max_amount_willing_to_lose_grt = "0.1"

0 commit comments

Comments
 (0)