Skip to content

Commit 4877ebe

Browse files
authored
Updating Contracts Table (#812)
updating table
1 parent 0acfeaf commit 4877ebe

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

website/next-env.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
/// <reference types="next/image-types/global" />
33

44
// NOTE: This file should not be edited
5-
// see https://nextjs.org/docs/basic-features/typescript for more information.
5+
// see https://nextjs.org/docs/pages/building-your-application/configuring/typescript for more information.

website/pages/en/tap.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,11 @@ As long as you run `tap-agent` and `indexer-agent`, everything will be executed
4545

4646
### Contracts
4747

48-
| Contract | Arbitrum Sepolia (421614) | Arbitrum Mainnet (42161) |
48+
| Contract | Arbitrum Mainnet (42161) | Arbitrum Sepolia (421614) |
4949
| ------------------- | -------------------------------------------- | -------------------------------------------- |
50-
| TAP Verifier | `0xfC24cE7a4428A6B89B52645243662A02BA734ECF` | `0x33f9E93266ce0E108fc85DdE2f71dab555A0F05a` |
51-
| AllocationIDTracker | `0xAaC28a10d707bbc6e02029f1bfDAEB5084b2aD11` | `0x5B2F33d7Ca6Ec88f5586f2528f58c20843D9FE7c` |
52-
| Escrow | `0x1e4dC4f9F95E102635D8F7ED71c5CdbFa20e2d02` | `0x8f477709eF277d4A880801D01A140a9CF88bA0d3` |
50+
| TAP Verifier | `0x33f9E93266ce0E108fc85DdE2f71dab555A0F05a` | `0xfC24cE7a4428A6B89B52645243662A02BA734ECF` |
51+
| AllocationIDTracker | `0x5B2F33d7Ca6Ec88f5586f2528f58c20843D9FE7c` | `0xAaC28a10d707bbc6e02029f1bfDAEB5084b2aD11` |
52+
| Escrow | `0x8f477709eF277d4A880801D01A140a9CF88bA0d3` | `0x1e4dC4f9F95E102635D8F7ED71c5CdbFa20e2d02` |
5353

5454
### Gateway
5555

0 commit comments

Comments
 (0)