From 36b25768e3b05143e701726156e34727a76798dd Mon Sep 17 00:00:00 2001 From: Ryan Collins Date: Wed, 12 Nov 2025 12:24:40 -0500 Subject: [PATCH] chore: update from v06 sepolia to beta mainnet --- docs/integration/xChainRead/api-reference.md | 6 +++--- src/pages/index.tsx | 8 ++++---- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/integration/xChainRead/api-reference.md b/docs/integration/xChainRead/api-reference.md index 8cb98b9f..0ca57589 100644 --- a/docs/integration/xChainRead/api-reference.md +++ b/docs/integration/xChainRead/api-reference.md @@ -11,7 +11,7 @@ sidebar_position: 2 Retrieve proof data for cross-chain read requests. -**URL**: https://api.v06.t1protocol.com/api/read-proofs +**URL**: https://proofofread.api.t1protocol.com/api/read-proofs **Parameters**: @@ -21,7 +21,7 @@ Retrieve proof data for cross-chain read requests. - `page_size` (number, optional): Results per page **Example**: -https://api.v06.t1protocol.com/api/read-proofs?address=0x81B5e00e15fb3ee055aB5e616Ccb52fA935D3534&direction=ARB_TO_BASE&page=1&page_size=100 +https://proofofread.api.t1protocol.com/api/read-proofs?address=0x81B5e00e15fb3ee055aB5e616Ccb52fA935D3534&direction=ARB_TO_BASE&page=1&page_size=100 **Response Format**: @@ -32,7 +32,7 @@ https://api.v06.t1protocol.com/api/read-proofs?address=0x81B5e00e15fb3ee055aB5e6 "block_number": 163780939, "message_hash": "0x94cdea443c0f6034de6bdf781ce159055546c0e42632db5215558c392088ee8f", "tx_sender": "0x42d389A9007e446b92C0ce7bd8F42Ea10292881B", - "direction": "ARB_TO_BASE", // Arbitrum Sepolia to Base Sepolia + "direction": "ARB_TO_BASE", // Arbitrum to Base "claim_info": { "from": "0x81B5e00e15fb3ee055aB5e616Ccb52fA935D3534", "to": "0xf96B8CcB029E0932fe36da0CeDd2b035E2c1695d", diff --git a/src/pages/index.tsx b/src/pages/index.tsx index 9c5033fc..a6369a0d 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -27,9 +27,9 @@ export const actions = [ text: `Get familiar with the core concepts of the t1 Protocol.`, }, { - title: 't1 Testnet Portal', + title: 't1 Beta Portal', icon: Chain, - to: 'https://testnet.t1protocol.com/', + to: 'https://beta.t1protocol.com/', text: `Experience real time cross-chain interactions with t1.`, }, { @@ -51,8 +51,8 @@ export const developerSafeLinks = [ export const dAppGuides = [ { title: 't1 RTP Intent Bridge', - text: 'Deposit funds to start interacting with apps on t1 testnet.', - to: 'https://testnet.t1protocol.com/bridge/?bridgeType=INTENT', + text: 'Deposit funds to start interacting with apps on t1 beta or testnet.', + to: 'https://beta.t1protocol.com/swap', }, { title: 'More products coming soon',