Skip to content

Commit

Permalink
Updating Contracts Table (#812)
Browse files Browse the repository at this point in the history
updating table
  • Loading branch information
idalithb authored Nov 5, 2024
1 parent 0acfeaf commit 4877ebe
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion website/next-env.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
/// <reference types="next/image-types/global" />

// NOTE: This file should not be edited
// see https://nextjs.org/docs/basic-features/typescript for more information.
// see https://nextjs.org/docs/pages/building-your-application/configuring/typescript for more information.
8 changes: 4 additions & 4 deletions website/pages/en/tap.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@ As long as you run `tap-agent` and `indexer-agent`, everything will be executed

### Contracts

| Contract | Arbitrum Sepolia (421614) | Arbitrum Mainnet (42161) |
| Contract | Arbitrum Mainnet (42161) | Arbitrum Sepolia (421614) |
| ------------------- | -------------------------------------------- | -------------------------------------------- |
| TAP Verifier | `0xfC24cE7a4428A6B89B52645243662A02BA734ECF` | `0x33f9E93266ce0E108fc85DdE2f71dab555A0F05a` |
| AllocationIDTracker | `0xAaC28a10d707bbc6e02029f1bfDAEB5084b2aD11` | `0x5B2F33d7Ca6Ec88f5586f2528f58c20843D9FE7c` |
| Escrow | `0x1e4dC4f9F95E102635D8F7ED71c5CdbFa20e2d02` | `0x8f477709eF277d4A880801D01A140a9CF88bA0d3` |
| TAP Verifier | `0x33f9E93266ce0E108fc85DdE2f71dab555A0F05a` | `0xfC24cE7a4428A6B89B52645243662A02BA734ECF` |
| AllocationIDTracker | `0x5B2F33d7Ca6Ec88f5586f2528f58c20843D9FE7c` | `0xAaC28a10d707bbc6e02029f1bfDAEB5084b2aD11` |
| Escrow | `0x8f477709eF277d4A880801D01A140a9CF88bA0d3` | `0x1e4dC4f9F95E102635D8F7ED71c5CdbFa20e2d02` |

### Gateway

Expand Down

0 comments on commit 4877ebe

Please sign in to comment.