From f37bfb07cad3cf8f2552743518de421db8462e82 Mon Sep 17 00:00:00 2001 From: prince Date: Wed, 25 Jun 2025 15:47:42 +0800 Subject: [PATCH 1/2] update devnet to testnet --- src/pages/index.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/pages/index.tsx b/src/pages/index.tsx index 384b5803..01d74a67 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -25,9 +25,9 @@ export const actions = [ text: `Get familiar with the core concepts of the 𝚝𝟷 Protocol.`, }, { - title: '𝚝𝟷 devnet portal', + title: '𝚝𝟷 testnet portal', icon: Chain, - to: 'https://devnet.t1protocol.com/', + to: 'https://testnet.t1protocol.com/', text: `Experience real time cross-chain interactions with 𝚝𝟷.`, }, { @@ -48,9 +48,9 @@ export const developerLinks = [ export const dAppGuides = [ { - title: '𝚝𝟷 canonical bridge', - text: 'Deposit funds to start interacting with apps on 𝚝𝟷 devnet.', - to: 'https://devnet.t1protocol.com/bridge/', + title: '𝚝𝟷 RTP intent bridge', + text: 'Deposit funds to start interacting with apps on 𝚝𝟷 testnet.', + to: 'https://testnet.t1protocol.com/bridge/?bridgeType=INTENT', }, ] export const smartContractGuides = [ @@ -302,7 +302,7 @@ export default function Home() {

Integrate your smart contracts

-

Get started integrating with 𝚝𝟷 in your smart contracts.

+

Get started integrating with 𝚝𝟷's Proof of Read in your smart contracts.

{smartContractGuides.map((action) => ( Date: Wed, 25 Jun 2025 15:50:21 +0800 Subject: [PATCH 2/2] fix apostrophe --- src/pages/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/index.tsx b/src/pages/index.tsx index 01d74a67..25aa6af7 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -302,7 +302,7 @@ export default function Home() {

Integrate your smart contracts

-

Get started integrating with 𝚝𝟷's Proof of Read in your smart contracts.

+

Get started integrating with 𝚝𝟷's Proof of Read in your smart contracts.

{smartContractGuides.map((action) => (