From b4eda3e74a2059ddd7fd0c0f86661a34f8fd0305 Mon Sep 17 00:00:00 2001 From: bocalhky <2865836+bocalhky@users.noreply.github.com> Date: Mon, 10 Feb 2025 19:08:07 +0200 Subject: [PATCH 1/3] fix link to rpc section --- docs/Developers/typescript-sdk/typescript-sdk-setup/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/Developers/typescript-sdk/typescript-sdk-setup/index.md b/docs/Developers/typescript-sdk/typescript-sdk-setup/index.md index 2f23760d..c09a743d 100644 --- a/docs/Developers/typescript-sdk/typescript-sdk-setup/index.md +++ b/docs/Developers/typescript-sdk/typescript-sdk-setup/index.md @@ -47,7 +47,7 @@ Before continuing with the code below: 1. Make sure to have `WALLET_PRIVATE_KEY` set up in your `.env` file. 2. Make sure to have `RPC_PROVIDER_URL` set up in your `.env` file. - 1. You can use the public default one (`https://aeneid.storyrpc.io`) or check out the other RPCs [here](https://docs.story.foundation/docs/story-network#-rpcs). + 1. You can use the public default one (`https://aeneid.storyrpc.io`) or check out the other RPCs [here](https://docs.story.foundation/docs/network-info#-rpcs). ```typescript index.ts import { http } from 'viem'; @@ -74,4 +74,4 @@ We recommend using wagmi as a Web3 provider and then installing a wallet service * [Dynamic Setup Tutorial](doc:dynamic-setup) * [RainbowKit Setup Tutorial](doc:rainbowkit-setup) * [WalletConnect Setup Tutorial](doc:walletconnect-setup) -* [Tomo Setup Tutorial](doc:tomo-setup) \ No newline at end of file +* [Tomo Setup Tutorial](doc:tomo-setup) From 444b17d1289c038639807da82ff9c5c374095bfd Mon Sep 17 00:00:00 2001 From: bocalhky <2865836+bocalhky@users.noreply.github.com> Date: Mon, 10 Feb 2025 19:08:33 +0200 Subject: [PATCH 2/3] fix link to rpc section --- .../typescript-sdk/typescript-sdk-setup/rainbowkit-setup.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/Developers/typescript-sdk/typescript-sdk-setup/rainbowkit-setup.md b/docs/Developers/typescript-sdk/typescript-sdk-setup/rainbowkit-setup.md index f7bc245a..ac3b9bfc 100644 --- a/docs/Developers/typescript-sdk/typescript-sdk-setup/rainbowkit-setup.md +++ b/docs/Developers/typescript-sdk/typescript-sdk-setup/rainbowkit-setup.md @@ -27,7 +27,7 @@ yarn add @story-protocol/core-sdk viem Before diving into the example, make sure you have two things setup: 1. Make sure to have `NEXT_PUBLIC_RPC_PROVIDER_URL` set up in your `.env` file. - 1. You can use the public default one (`https://rpc.odyssey.storyrpc.io`) or any other RPC [here](https://docs.story.foundation/docs/story-network#-rpcs). + 1. You can use the public default one (`https://rpc.odyssey.storyrpc.io`) or any other RPC [here](https://docs.story.foundation/docs/network-info#-rpcs). 2. Make sure to have `NEXT_PUBLIC_WALLET_CONNECT_PROJECT_ID` set up in your `.env` file. Do this by logging into [Reown (prev. WalletConnect)](https://reown.com/) and creating a project. ```jsx Web3Providers.tsx @@ -132,4 +132,4 @@ export default function TestComponent() { {/* */} ) } -``` \ No newline at end of file +``` From bd247065fb0588e6a8afa71b709c9638d31efa32 Mon Sep 17 00:00:00 2001 From: bocalhky <2865836+bocalhky@users.noreply.github.com> Date: Mon, 10 Feb 2025 19:08:59 +0200 Subject: [PATCH 3/3] fix link to rpc section --- .../typescript-sdk/typescript-sdk-setup/tomo-setup.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/Developers/typescript-sdk/typescript-sdk-setup/tomo-setup.md b/docs/Developers/typescript-sdk/typescript-sdk-setup/tomo-setup.md index ad11ae68..98729617 100644 --- a/docs/Developers/typescript-sdk/typescript-sdk-setup/tomo-setup.md +++ b/docs/Developers/typescript-sdk/typescript-sdk-setup/tomo-setup.md @@ -27,7 +27,7 @@ yarn add @story-protocol/core-sdk viem Before diving into the example, make sure you have two things setup: 1. Make sure to have `NEXT_PUBLIC_RPC_PROVIDER_URL` set up in your `.env` file. - 1. You can use the public default one (`https://rpc.odyssey.storyrpc.io`) or any other RPC [here](https://docs.story.foundation/docs/story-network#-rpcs). + 1. You can use the public default one (`https://rpc.odyssey.storyrpc.io`) or any other RPC [here](https://docs.story.foundation/docs/network-info#-rpcs). 2. Make sure to have `NEXT_PUBLIC_TOMO_CLIENT_ID` set up in your `.env` file. Do this by logging into the [Tomo Dashboard](https://dashboard.tomo.inc/) and creating a project. 3. Make sure to have `NEXT_PUBLIC_WALLET_CONNECT_PROJECT_ID` set up in your `.env` file. Do this by logging into [Reown (prev. WalletConnect)](https://reown.com/) and creating a project. @@ -138,4 +138,4 @@ export default function TestComponent() { {/* */} ) } -``` \ No newline at end of file +```